This site is still under construction. Check back often to see updates. If you have any suggestions, use the contact form.

Problem Words

I often find mistakes related to the following words.

"etc."

Use "etc." (et cetera) to indicate that a list of examples is not exhaustive. Do not combine with "such as" or "e.g.", which already imply that a limited list of examples will follow.

Example 1. Use of "etc."

incorrect …​ various methods, such as support vector machine, naive Bayes, random forest, etc., for machine learning …​

correct …​ various methods, such as support vector machine, naive Bayes, and random forest, for machine learning …​

correct …​ various methods (support vector machine, naive Bayes, random forest, etc.) for machine learning …​

correct …​ various methods (e.g., support vector machine, naive Bayes, random forest) for machine learning …​

"find out"

"find out" is often (incorrectly) used to mean "find", "determine", "calculate", "evaluate", etc.

Example 2. "find out"
incorrect

We conducted an analysis to find out whether the logistic regression model …​

correct

We conducted an analysis to examine whether the logistic regression model …​


incorrect

Chen [1] used a model reduction approach to find out the optimal locations of piezoelectric actuators …​

correct

Chen [1] used a model reduction approach to find the optimal locations of piezoelectric actuators …​

"for example"

I sometimes see "for examples". Even when multiple examples are given, use "for example".

Example 3. Use of "for example"
incorrect

For examples, a metric for evaluating displacement [2] and a digital image stabilization system [3] were proposed.

correct

For example, a metric for evaluating displacement [2] and a digital image stabilization system [3] were proposed.

"approach"

I often see "approach to X" (X = a value).

Example 4. Use of "approach"
incorrect

…​ value approaches to the upper bound.

correct

…​ value approaches the upper bound.

"equal"

The word "equal" can be used in two ways.

example

X is equal to Y.

example

X equals Y.

I commonly see "X equals to Y" or "X is equal Y".

Example 5. Use of "equal"
incorrect

…​ the current at position x equals to 0.

correct

…​ the current at position x equals 0.


incorrect

If the expression is equal 0, then …​

correct

If the expression is equal to 0, then …​

"whether"

Usually "or not" is unneccesary.

Example 6. Use of "whether"
incorrect

It remains unclear whether or not the neural network parameterization converges to the globally optimal solution.

correct

It remains unclear whether the neural network parameterization converges to the globally optimal solution.

"consist of"

"consist of" is used to list the components of a system. I often see "is consists of", which is incorrect.

Example 7. Use of "consist of"
incorrect

A microfluidic device is consists of a chamber, a reservoir, and channels.

correct

A microfluidic device consists of a chamber, a reservoir, and channels.

An alternative to "consists of" is "comprises" (note that "of" is not used with "comprises").

Example 8. Use of "comprises
example

A microfluidic device comprises a chamber, a reservoir, and channels.