-
Notifications
You must be signed in to change notification settings - Fork 14
/
tricky.txt
651 lines (629 loc) · 22.6 KB
/
tricky.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
### Contractions
can not -> cannot
can't -> cannot
don't -> do not
won't -> will not
didn't -> did not
shouldn't -> should not
we'll -> we will
we've -> we have
n't -> contractions should be avoided (did not for didn't, cannot for can't)
### Repetitions and Repetitions
and and -> and
the the -> the
from the from the -> from the
of of -> of
did did -> did
### double negatives
not un -> use the positive expression (tricky for arabian first-language speakers)
not different -> similar
not many -> few
not have -> lack
not include -> omit
not consider -> ignore
not the same -> different
not often -> rarely
not admit -> deny
not accept -> reject
### wordiness
despite the fact that -> although, even though
regardless of the fact that -> although, even though
in the event that -> if
under circumstances in which -> if, when
the reason for -> because, since, why
for the reason that -> because, since, why
owing/due to the fact that -> because, since, why
in light of the fact that -> because, since, why
considering the fact that -> because, since, why
on the grounds that -> because, since, why
this is why -> because, since, why
on the occasion of -> when
in a situation in which -> when
as regards -> about
in reference to -> about
with regard to -> about
concerning the matter of -> about
is concerned -> about (instead of "where X is concerned")
it is crucial that -> must, should
it is necessary that -> must, should
there is a need for -> must, should
there is a necessity for -> must, should
it is important that -> must, should
cannot be avoided -> must, should
is able to -> can
has the opportunity to -> can
has the capacity for -> can
has the ability to -> can
it is possible that -> may, might, could
there is a chance that -> may, might, could
it could happen that -> may, might, could
the possibility exists for -> may, might, could
the point of onset of -> the onset of
the obtained results -> the results
such as, e.g. -> for example, such as
close proximity -> proximity
circle around -> circle
of fundamental importance -> is important, is fundamental
coupled together -> coupled
effect due to -> effect of
is dependent on -> depends on
data reduction was performed -> data were reduced
has a tendency to -> tends to
at the present time -> now, nowadays, currently
in spite of the fact that -> although; even though
due to the fact that -> because
in the case of -> for X; about X
perform an identification -> to identify
The intersection of -> X intersects Y
We aim at estimating -> We estimate
make a comparison with -> to compare
shows strong indications of -> indicate X strongly
is in contradiction with -> contradicts
is in agreement with -> agrees with
Before proceeding further, it is worth commenting at this point that we have -> We have
it is worth -> (sign of a wordy sentence)
### tricky
the existence of -> simplify (e.g. is present, exists)
the presence of -> simplify (e.g. is present, exists)
in agreement -> simplify (e.g. agrees with)
in the present paper -> simplify (it is clear that you are writing; here)
in the present work -> simplify (it is clear that you are writing; here)
we think -> we think/believe: can you rephrase?
we believe -> we think/believe: can you rephrase?
there is -> rephrase; make the following active, use a stronger verb
there are -> rephrase; make the following active, use a stronger verb
respectively -> double-check that you are pairing lists here
? -> question marks should rarely be used
### Wrong comparisons
high speed -> fast
low speed -> slow
high velocity -> fast
low velocity -> slow
large abundance -> high abundance
big abundance -> high abundance
small abundance -> low abundance
large absorption -> high absorption
big absorption -> high absorption
small absorption -> low absorption
large accuracy -> high accuracy
big accuracy -> high accuracy
small accuracy -> low accuracy
large adiabaticity -> high adiabaticity
big adiabaticity -> high adiabaticity
small adiabaticity -> low adiabaticity
large background -> high background
big background -> high background
small background -> low background
large brightness -> high brightness
big brightness -> high brightness
small brightness -> low brightness
large contrast -> strong contrast
big contrast -> strong contrast
small contrast -> weak contrast
large degree -> high degree
big degree -> high degree
small degree -> low degree
large density -> high density
big density -> high density
small density -> low density
large energy -> high energy
big energy -> high energy
small energy -> low energy
large extinction -> high extinction
big extinction -> high extinction
small extinction -> low extinction
large fraction -> high fraction
big fraction -> high fraction
small fraction -> low fraction
large frequency -> high frequency
big frequency -> high frequency
small frequency -> low frequency
large latitude -> high latitude
big latitude -> high latitude
small latitude -> low latitude
large level -> high level
big level -> high level
small level -> low level
large luminosity -> high luminosity
big luminosity -> high luminosity
small luminosity -> low luminosity
large mass -> high mass
big mass -> high mass
small mass -> low mass
large metallicity -> high metallicity
big metallicity -> high metallicity
small metallicity -> low metallicity
large number -> high number
big number -> high number
small number -> low number
large obliquity -> high obliquity
big obliquity -> high obliquity
small obliquity -> low obliquity
large percentage -> high percentage
big percentage -> high percentage
small percentage -> low percentage
large precision -> high precision
big precision -> high precision
small precision -> low precision
large pressure -> high pressure
big pressure -> high pressure
small pressure -> low pressure
large probability -> high probability
big probability -> high probability
small probability -> low probability
large proportion -> high proportion
big proportion -> high proportion
small proportion -> low proportion
large quality -> high quality
big quality -> high quality
small quality -> low quality
large rate -> high rate
big rate -> high rate
small rate -> low rate
large redshift -> high redshift
big redshift -> high redshift
small redshift -> low redshift
large resolution -> high resolution
big resolution -> high resolution
small resolution -> low resolution
large speed -> high speed
big speed -> high speed
small speed -> low speed
large temperature -> high temperature
big temperature -> high temperature
small temperature -> low temperature
large value -> high value
big value -> high value
small value -> low value
large velocity -> high velocity
big velocity -> fast, high velocity
small velocity -> slow, low velocity
large range -> wide/broad range
big range -> wide/broad range
high range -> wide/broad range
small range -> narrow range
low range -> narrow range
large spread -> wide/broad spread
big spread -> wide/broad spread
high spread -> wide/broad spread
small spread -> narrow spread
low spread -> narrow spread
large variety -> wide/broad variety
big variety -> wide/broad variety
high variety -> wide/broad variety
small variety -> narrow variety
low variety -> narrow variety
weak constraint -> loose constraint
strong constraint -> tight constraint
large acceleration -> strong acceleration
big acceleration -> strong acceleration
high acceleration -> strong acceleration
small acceleration -> weak acceleration
low acceleration -> weak acceleration
large anisotropy -> strong anisotropy
big anisotropy -> strong anisotropy
high anisotropy -> strong anisotropy
small anisotropy -> weak anisotropy
low anisotropy -> weak anisotropy
large argument -> strong argument
big argument -> strong argument
high argument -> strong argument
small argument -> weak argument
low argument -> weak argument
large asymmetry -> strong asymmetry
big asymmetry -> strong asymmetry
high asymmetry -> strong asymmetry
small asymmetry -> weak asymmetry
low asymmetry -> weak asymmetry
large constraint -> strong constraint
big constraint -> strong constraint
high constraint -> strong constraint
small constraint -> weak constraint
low constraint -> weak constraint
high contrast -> strong contrast
low contrast -> weak contrast
large current -> strong current
big current -> strong current
high current -> strong current
small current -> weak current
low current -> weak current
large dependence -> strong dependence
big dependence -> strong dependence
high dependence -> strong dependence
small dependence -> weak dependence
low dependence -> weak dependence
large effect -> strong effect
big effect -> strong effect
high effect -> strong effect
small effect -> weak effect
low effect -> weak effect
large evidence -> strong evidence
big evidence -> strong evidence
high evidence -> strong evidence
small evidence -> weak evidence
low evidence -> weak evidence
large magnetic -> strong magnetic
big magnetic -> strong magnetic
high magnetic -> strong magnetic
small magnetic -> weak magnetic
low magnetic -> weak magnetic
large field -> strong field
big field -> strong field
high field -> strong field
small field -> weak field
low field -> weak field
large flow -> strong flow
big flow -> strong flow
high flow -> strong flow
small flow -> weak flow
low flow -> weak flow
large gradient -> strong gradient
big gradient -> strong gradient
high gradient -> strong gradient
small gradient -> weak gradient
low gradient -> weak gradient
large instability -> strong instability
big instability -> strong instability
high instability -> strong instability
small instability -> weak instability
low instability -> weak instability
large pulse -> strong pulse
big pulse -> strong pulse
high pulse -> strong pulse
small pulse -> weak pulse
low pulse -> weak pulse
large relevance -> strong relevance
big relevance -> strong relevance
high relevance -> strong relevance
small relevance -> weak relevance
low relevance -> weak relevance
large shear -> strong shear
big shear -> strong shear
high shear -> strong shear
small shear -> weak shear
low shear -> weak shear
large turbulence -> strong turbulence
big turbulence -> strong turbulence
high turbulence -> strong turbulence
small turbulence -> weak turbulence
low turbulence -> weak turbulence
partly true -> vague, ambiguous
somewhat consistent -> vague, ambiguous
the fact that -> check that what follows is a fact, otherwise simplify
in any case -> in all cases, in either case
/ -> slash (/) is ambiguous. use either "and", "or" (or a formula if ratio)
### Ambiguous
#Due to -> Don't start like that
#Besides -> ambiguous
### Colloquial phrases and formal equivalents (not comprehensive, see above)
a couple of -> some
a little -> slightly
a lot of -> much/many
back up -> confirm
was done -> was made (but "work done")
get rid of -> eliminate
goes along with -> is accompanied by
going beyond -> exceeding
goes down to -> decreases
going from -> extending
go on -> continue
goes up to -> increases
hopeless -> very poor
luckily -> fortunately
put constraints on -> place or set constraints on
specially -> especially
when it comes to -> for (when it comes to measuring the emission flow)
#already -> rephrase
anyhow -> rephrase, colloquial
really -> rephrase, colloquial
basically -> rephrase, colloquial
actually -> rephrase, colloquial
generally -> rephrase, colloquial
kind of -> rephrase, colloquial
sort of -> rephrase, colloquial
type of -> rephrase, colloquial
for all intents and purposes -> rephrase, colloquial
definitely -> rephrase, colloquial
#individual -> rephrase, colloquial
#specific -> rephrase, colloquial
#particular -> rephrase, colloquial
### Common mistakes (A&A frequent changes)
data is -> data are
data was -> data were
take into account -> take X into account (put object in the middle); consider
the actual situation -> the present/current situation
is in agreement with -> agrees with
was in agreement with -> agreed with
were in agreement with -> agreed with
are in agreement with -> agree with
aim to -> leave out; (not incorrect, but sometimes awkward; correct use: we aim to do X; aim at doing X)
albeit -> although (Albeit means "although it be", so it cannot be used with another verb)
allow to -> allow us to do X, allow X to be done, allow Xing
allows to -> allows us to do X, allows X to be done, allows Xing
allowed to -> allowed us to do X, allowed X to be done, allowed Xing
#associate to -> associate with
#associated to -> associated with
a bad result -> a poor result; an incorrect result (bad implies moral)
of high accuracy -> very accurate
of importance -> important
the best value -> the most precise value (best implies moral)
Besides, -> Besides that, Along with that, In addition (besides is ambiguous)
#both .* as well as -> both \1 and
candidate to -> candidate for
in case of -> in the case of, whenever, for
center around -> center on, situated around/at
centre around -> centre on, situated around/at
is claimed to be -> It is said/claimed to be, Z claim that X is Y
compare to -> compare with (unless plural follows / no differentiation)
compared to -> compared with (unless plural follows / no differentiation)
comparable with -> comparable to; similar to; compared with
combined together -> combine
combine together -> combine
combined together -> combine
composed by -> composed of
comprise of -> comprise
comprised of -> comprise
only concentrate on -> concentrate on
to confront -> to compare X with (and) Y
take into consideration -> take X into consideration
took into consideration -> took X into consideration
#contradict X with Y X contradicts Y; compare X and Y
contrary to -> in contrast to; instead,
correct from -> correct for
correlate to -> correlate with
correspond with -> correspond to
used 2 data -> used two datapoints
decrease down -> decrease
decreased down -> decreased
decreases down -> decreases
decrease of -> decrease in
depend of -> depend with; dependent of to depend on; be dependent on
to detail -> to explain X in detail
in details -> in detail
discriminate -> distinguish; differentiate (See the dictionary for the differences. One legitimate use is in a phrase like "to discriminate spurious features from true absorption bands because of the quality of what needs to be distinguished)
discuss on -> discuss
discuss about -> discuss
a study of -> X was/is studied
an effect due to -> an effect of
Due to -> Owing to, Because of, X causes, as a result of (Due to is ambiguous)
effect due to -> effect of
enable to -> enable us to do X, enable X to be done, enable Xing
enables to -> enables us to do X, enables X to be done, enables Xing
enabled to -> enabled us to do X, enabled X to be done, enabled Xing
enhance the -> increase the
evidenced by -> shown/illustrated/proven by
evidence for -> evidence of
evidences -> pieces of evidence, proof
detect the existence of -> detect
detected the existence of -> detected
the fact that -> wordy; use for instance "the possibility" instead "of the fact that X can be"
fit by a Gaussian -> fit with a Gaussian
fit by a Normal -> fit with a Normal
focus only on -> focus on
in a following -> in the next/subsequent X, in the following way
in the following -> in the next/subsequent X, in the following way
a large fraction -> a high percentage, large portion/amount/number
a significant fraction -> a high percentage, large portion/amount/number
in the frame of -> in the framework of
adds a further -> adds another/more
went further -> went farther
Further, -> Furthermore,
Globally, -> In general,
happened -> occured
Hence, we -> As a result, We therefore, Thus
ignore -> neglect, omit, exclude (false cognate)
impact on -> to affect, to have an impact/effect on
impacted on -> affected, had an impact/effect on
important amount -> large amount
impossibility to -> impossibility of doing X, it is impossible to do X
increase of -> increase in
independent on -> independent of
independent from -> independent of
indication for -> indication of
influence in -> influence on, have an influence on
influence for -> influence on, have an influence on
infra-red -> infrared
infra-structure -> infrastructure
issue -> problem, question, concern
large intensity -> high intensity
large list -> long list
latter two -> the last two
this latter -> the latter
in the last years -> in recent years, in past years, in the last decade of the Xth century.
for instance -> such as, similar to, the same as
like -> such as, similar to, the same as
is likely -> is very likely X, is very likely to be X, probably X, most likely X
made up from -> made up of
regions are marked -> regions are labeled
matches with -> matches
matched with -> matched
method to -> method of -ing
analysis motivates the conclusion -> leads to / justifies the conclusion
neglect -> ignore/neglected to do/did not consider/disregarded X
a number of -> several, in many cases
null correction -> null hypothesis or similar rephrasing
the result is null -> the result is zero/nil/nought
obtain that -> find that; obtain X
#On the -> The (Use only for short, limited papers or for very long treatises, but not for normal papers or section headings.)
on the panel -> in the panel
on the figure -> in the figure
on the corner -> in the corner
in order to do -> to do
on the order of a few -> of a few, close to, on the order of N, comparable to
of the order of -> close to, on the order of N, comparable to
originate from -> originate in; come/stem from
In this paper, we -> We / This paper
penetrate in -> penetrate
penetrate into -> penetrate
a few percent -> a few percentage points
calibration was performed -> was calibrated
permit to do -> permit us to do
permitted to do -> permitted us to do
permits to do -> permits us to do
plotted by a line -> plotted as a line
possibility to do -> possibility of doing; it is possible to do
is preferentially found -> usually, preferably, mostly
detect the presence of X -> detect X
detected the presence of X -> detect X
assume a priori -> assume
assumed a priori -> assumed
quite -> ambiguous, reword (rather is also ambiguous)
rather -> ambiguous, reword (quite is also ambiguous)
to reference -> to refer to, to supply references, to list
unregular -> irregular, unregulated
is low relative to -> is lower than
in the remainder of the paper -> in the rest of the paper
is large with respect to -> is larger than
is the result of a -> the result of; is an X effect
over scale -> on scale; at scale; to scale
with scale -> on scale; at scale; to scale
the same than -> the same as
the same that -> the same as
shortly -> briefly, in a short while
similar as -> similar to
since a year -> for a year; a year ago
Since -> Because, After which
small mass -> low mass
a small time -> a short time
a small talk -> a short talk
So, -> therefore
this sort of -> (when plural follows) these sorts of Xs; this sort of X
#the stars X -> the star's X; the stars' X; the stellar X
small statistic -> low statistics, small sample, small number statistics
large statistic -> high statistics, large sample, large statistical sample
a study on -> a study of
sub-sample -> subsample
sub-structure -> substructure
subzero -> sub-zero
submm -> sub-mm, submillimeter
#such X -> this X OR this sort of X; these Xs
suggested to do -> suggested doing
#suggest X to be -> suggest that X is; It was suggested that
suited for -> suited to doing; suitable for
sum up -> add up; sum
supposed to orbit -> assumed to orbit
in tension with -> in contrast to, in conflict with, contrasts with,
a test to -> a test of
than that reported -> than reported, [than those/the one/what X] reported
together with -> and, with
combined together with -> combined with
a tool to determine -> tool for determining
trend for -> tendency for X to have; trend toward X having
turns out that -> It leads to; It results in
turned out that -> It lead to; It results in
this type of -> (when plural follows) this type of X; these types of Xs
typical for -> typical of
ultra-violet -> ultraviolet
ultra-sound -> ultrasound
on the usage of -> on the use of
useful to determine -> useful for determining
variation of -> variation in X (quantity that varies); a variation of this procedure (alternative way to do it)
well observed -> observed fully, observed well; explained fully/clearly
as well as -> Overused; don't you mean "and" in a specific instance?
whether or not -> whether
yet undetected -> an as yet undetected; a still undetected X
yield a result -> give a result, illustrate, etc.
yield the result -> give the result, illustrate, etc.
### Prepositions
#not comprehensive, contribute your own examples
at distance -> at a distance
associate to -> associate with
associated to -> associated with
assumption of -> assumption about
#consist of/in
convert to -> convert into
converted to -> convert into
correct the -> correct for the
divide to -> divide into
imprint onto -> imprint on
include into -> include in
included into -> included in
inspired of -> inspired by
within a figure -> in a figure
within a month -> in a month
within a period -> in a period
within a year -> in a year
in a day -> on a day
in a map -> on a map
in a scale -> on a scale
representative for -> representative of
same like -> same as
separate in -> separate into
separated in -> separated into
similar of -> similar to
study about -> study of
contradict with -> contradict
contradicts with -> contradicts
dominate over -> dominate
dominates over -> dominates
increase up -> increase
increased up -> increased
increases up -> increases
match with -> match
matched with -> matched
matches with -> matches
orbit around -> orbit
orbits around -> orbits
orbited around -> orbited
overlap with -> overlap
overlapped with -> overlapped
overlaps with -> overlaps
penetrate into -> penetrate (without "into", unless modified: "penetrate far into a cloud")
sum up -> sum ("to add"; sum up is a phrasal verb that means "to summarize")
### My favorite mistakes
shades -> shading
in optical wavelengths -> at optical wavelengths
starts at -> starts from
start at -> start from
started at -> started from
in the onset -> at the onset
in the center -> at the center
in the centre -> at the centre
surpress -> suppress
that is considered -> that is being considered
diseased -> deceased
consider we -> consider that we
### Very bad ones
should of -> should have
could of -> could have
would of -> would have
has the affect -> has the effect
was effected -> was affected
irregardless -> regardless, irrespective
Irregardless -> Regardless, Irrespective
# there is a separate report for these, which is more likely to be correct than these simple rules
# a vs. an
#a a -> an a
#a e -> an e
#a i -> an i
#a o -> an o
#a u -> an u
### Commas
e.g. -> e.g., (comma after e.g. is recommended)
i.e. -> i.e., (comma after i.e. is recommended)
e.g. -> ,e.g. (comma before e.g. needed)
i.e. -> ,i.e. (comma before i.e. needed)
respectively -> , respectively (comma before)
### Sentences starting with And/Or
And -> Sentences cannot start with and. Join with previous sentence, or use additionally, furthermore, ...
Or -> Sentences cannot start with or. Join with previous sentence, or use alternatively, however, ...