File: synonyms

package info (click to toggle)
snowdrop 0.02b-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 272 kB
  • sloc: ansic: 2,814; makefile: 146
file content (587 lines) | stat: -rw-r--r-- 12,591 bytes parent folder | download | duplicates (8)
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
#
# snowdrop - text watermarking and watermark recovery
# ---------------------------------------------------
#
# Copyright (C) 2002 by Michal Zalewski <lcamtuf@coredump.cx>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# As a special exception, this program may be linked with the
# OpenSSL library, despite that library's more restrictive license.
#
# --
#
#   ****************************************************************
#   * NOTE: ALWAYS BACKUP THIS FILE. YOU WILL NEED THE OLD VERSION *
#   * TO RECOVER WATERMARKS EMBEDDED BEFORE THE MODIFICATION...    *
#   ****************************************************************
#
# This is a database of 'synonyms' for technical publications. Intended
# to preserve general meaning, but might cause minor differences, designed
# to deliver high capacity even in short documents. Note that this database
# may degrade the quality of non-technical writing. If you want to use
# it for other purposes, please review it, so you avoid - for example -
# replacing 'identical' with 'same' in a philosophical essay about the
# nature of identity and self-consciousness ;-) Same way, 'moral' and
# 'ethical' are defined as synonymous. Not to mention 'wished' and 'hoped'.
# Be careful.

# Format: word1 OP word2. OP is the operator, | means bidirectional
# synonym (that is, word1 can be substituted for word2 and vice versa),
# while > means unidirectional synonym (word2 for word1 only). There is no
# redundant '<' operator. Note that you cannot use multi-word phrases
# here. Sorry. Implement it in next versions ;-)

# Do include all forms of the word and all variants. For example, if
# 'foo' is synonymous to 'bar', and 'bar' to 'baz', please include
# 'foo' - 'bar', 'bar' - 'baz', and 'foo' - 'baz', if suitable, and
# include 'foos', 'bars', 'bazes', 'fooed', 'bared', 'bazed', 'fooing',
# 'baring', 'bazing', 'fooation', 'baration', 'bazition'. Do NOT put
# words that are synonyms only in some cases (e.g. only in noun form,
# or only in specific cases or very specialized meaning). For example,
# not discussing subtle linguistical differences, you do not want to put
# 'might | may' there. Why? Because there is no such month as 'Might' ;-)
# But unidirectional operator would do in this case.
#
# NOTE: No entries with uppercase characters. Period.
#

gb | gigabytes
os > system
abnormal | anomalous
accomplish | achieve
accomplished | achieved
accomplishes | achieves
accomplishment | achievement
achieve > reach
achieved > reached
acknowledgement | acknowledgment
adequate | sufficient
adequately | sufficiently
aesthetic | esthetic
aesthetics | esthetics
ageing | aging
algorithm > approach
algorithm > strategy
algorithm > tactics
algorithm | formula
algorithm | method
algorithms | methods
alter > change
altered > changed
alternation > change
alters > changes
aluminium | aluminum 
analog | analogue
analyse | analyze
anomaly | disruption
anybody | anyone
apologise | apologize
approach | strategy
area | zone
arguable | questionable
arguably | doubtfully
arguement > argument
arrive > come
arrived > came
arrives > comes
arriving > coming
assume | assert
assumed | asserted
assumes | asserts
assumption | assertion
assumptions | assertions
average > typical
axe > ax
basic | simple
behavior | behaviour
best | optimal
big | great
big | huge
big | large
broken | damaged
broken | faulty
build > make
burnt > burned
bytes > b
calculate | compute
calculated | computed
calculates | computes
calculating | computing
calculation | computation
can't | cannot
canceled | cancelled
catalogue > catalog
caution > warning
center | centre
certain | specific
character > letter
characteristics | profile
characteristics | specifics
characters > letters
cluster > array
clusters > arrays
collect > gather
collected > gathered
collecting > gathering
collects > gather
colour > color
commonly | typically
complexity > difficulty
compliance > agreement
complied > agreed
complies > agrees
comply > agree
component | element
components | elements
comprehensive > complete
computation > evaluation
#computer > machine
#computer > system
#computer | hardware
computing > evaluating
computing > processing
concept | idea
concepts | ideas
concern > issue
connector > adapter
consequence | implication
console > display
console > terminal
consuming | expensive
converter > adapter
correctly | properly
costly | expensive
cosy | cozy
counseling | counselling
crash > failure
crew > group
crew > team
criticise | criticize
cycle | loop
cycled | looped
cycles | loops
cycling | looping
damaged > faulty
datagram | packet
datagrams | packets
declaration | specification
declare | specify
declared | specified
declares | specified
default > standard
defence | defense
define > describe
defined > described
defines > described
defining > describing
definition > description
delete > remove
deleted > removed
deletes > removes
deletion > removal
deliver | provide
delivered | provided
delivers | provides
desirable | expected
desired | desirable
desired | expected
detect > sense
detected | sensed
detecting | sensing
detection | sensing
detects | senses
dialogue > dialog
difficulties | obstacles
difficulty | obstacle
disk > storage
display > terminal
distant | far
document > article
done | completed
done | finished
each | every
easy | simple
easy | trivial
eclaring | specifying
effective | optimal
effective | optimised
efficiency | performance
efficient | optimal
efficient | optimized
else | otherwise
emphasise | emphasize
empirical | experimental
employees | staff
emulate | mimick
emulates | mimicks
encrypted | crypted
encrypting | crypting
encylycopaedia | encylopedia
enormously > highly
enormously > very
enormously | extremely
enquire | inquire
enquiry | inquiry
enrollment | enrolment
ensure | verify
ensures | verifies
equaling | equalling
erroneous | faulty
evaluate > test
evaluate | verify
evaluated | tested
evaluated | verified
evaluates > tests
evaluates | verifies
evaluating | testing
evaluating | verification
evaluation | testing
evaluation | verification
exactly | precisely
excessive | redundand
excessive | superfluous
predict > expect
expected | predicted
predicts > expects
extremely | highly
fast | quick
faster | quicker
favor | favour
favorite | favourite
favorites | favourites
finished | completed
first | initial
fits | matches
following > next
formula > approach
formula > method
frequent > common
frequently | commonly
fulfil | fulfill
full > complete
gateway | router
generalised > general
glamor | glamour
goal > target
gray | grey
great | huge
great | large
halt | stop
halted | stopped
halting | stopping
halts | stops
happening | occouring
happening | occuring
harbor | harbour
hardware > machine
honor | honour
honors | honours
huge | large
humans | people
humor | humour
hypothetical > potential
identical | same
illustrate > demonstrate
illustrated > demonstrated
illustrates > demonstrates
illustrating > demonstrating
illustration > demonstration
important | relevant
incorrect > broken
incorrect > faulty
incorrect | erroneous
incorrectly | erroneously
increased | maximized
increasing | maximizing
indicate > display
indicate > show
indicated > displayed
indicated > showed
indicates > displays
indicates > shows
indicating > displaying
indicating > showing
indication | indicator
information > data
inherit > receive
inherited > received
inheriting > receiving
inherits > receives
inhibit > prevent
inhibited > prevented
inhibiting > preventing
inhibits > prevents
insecure | unsafe
insignificant | unimportant
into > in
intruder > attacker
intrusion > compromise
irrelevant | insignificant
irrelevant | unimportant
jewelry | jewellery
job | task
judgement | judgment
kilobytes | kb
kinds > sorts
kinds > types
labeled | labelled
labor | labour
labors | labours
language | dialect
languages | dialects
licence | license
likely | possibly
likely | probably
limitation | restriction
limited | restricted
limiting | restricting
located | placed
location > place
locations > places
looped > repeated
major | important
major | relevant
major | significant
malicious | harmful
maneuver | manoeuvre
matching | comparable
matching | similar
maximize > increase
maximizes > increases
mediaeval | medieval
mediocre > medium
megabytes > mb
memorise | memorize
men | people
message > information
method | tactics
microsoft > msft
middle > center
midsize > medium
might > may
minor | insignificant
minor | irrelevant
minor | unimportant
modeling | modelling
modification > change
modification | alternation
modified > changed
modified | altered
modifies > changes
modifies | alters
modify > change
modify | alter
mold | mould
moral | ethical
multiple > many
necessary | required
nobody | noone
normal | typical
normally | typically
obstacle | problem
obstacles | problems
often | commonly
often | frequently
optimization > improvement
optimize > improve
optimized > improved
optimizes > improves
over > above
peak > maximum
performance > speed
personnel | staff
pipeline | queue
pixel > dot
platform > system
platforms > systems
probable > possible
possibly | probably
pound | lb
pounds | lbs
precise > careful
precisely > carefully
predictable | deterministic
previous > prior
previously > already
principle > rule
principles > rules
probability | likehood
problem > issue
processor | cpu
program > application
program > software
programs > applications
programs > software
projected | expected
projected | predicted
proposal | suggestion
propose | suggest
proposed | suggested
proposes | suggests
proposing | suggesting
proposition | suggestion
provide > give
provided > gave
provides > gives
providing > giving
proxy > gateway
publication > article
publication > document
publication > paper
publication > writing
quantity > amount
quarreling | quarrelling
rapid > fast
rapid > quick
rarely | seldom
readily > currently
realise | realize
really | truly
reason > cause
receive | obtain
received | obtained
receives | obtains
receiving | obtaining
reconnaissance > intelligence
redhat > rh
reduce > decrease
reduced | minimised
reducing | decreasing
reduction > decrease
redundand | superfluous
region > area
relevant | significant
relied | depended
relies | depends
rely | depend
relying | depening
renamed > moved
requirements > needs
requires > needs
research | study
resize > scale
retain > keep
retained > kept
retaining > keeping
retains > keeps
rightful | legitimate
routing > forwarding
safe | secure
said > mentioned
said > stated
sample > test
satisfied > met
satisfies > fits
satisfies > meets
satisfy > fit
satisfy > meet
say > mention
say > state
says > mentions
says > states
search > seek
seconds > s
seem > look
seem | appear
seemed > looked
seemed | appeared
seems > looks
seems | appears
segment > block
send | transmit
sensor | detector
separate > dedicated
separator | delimiter
shared > common
shipped > delivered
shipped > provided
should | shall
signaled | signalled
signaling | signalling
similar | comparable
simple | trivial
simulation > model
skilful | skillful
small | tiny
solution > answer
somebody | someone
specifics | details
staff | workers
subsequent > following
subsequent > next
superuser > administrator
supicious > alarming
surpress > prevent
surpress | inhibit
surpressed > prevented
surpressed | inhibited
surpresses > prevents
surpresses | inhibits
surpressing > preventing
surpressing | inhibiting
surpression > prevention
surpression | inhibition
technique > approach
technique > methodology
techniques > methods
terminate > halt
terminate > stop
terminated > halted
terminated > stopped
terminates > halts
terminates > stops
terminating > halting
terminating > stopping
termination > halt
termination > stop
tested | verified
testing | verifying
theater | theatre
therefore > so
timer > clock
topic | subject
topology > structure
total > complete
total > overall
towards > to
transfer > flow
traveled | travelled
traveling | travelling
trend | tendency
tunneling | encapsulating
utilities > programs
utilities > software
utilities > tools
utility > program
utility > software
utility > tool
utilization > usage
utilize > use
utilized > used
utilizes > uses
verifies > tests
verify > test
very | extremely
very | highly
warned | cautioned
warning > notice
wheter > if
wished | hoped
wishing | hoping
would > will
years | yrs
1st > first
2nd > second
3rd > third
4th > fourth
5th > fifth
6th > sixth
7th > seventh
8th > eighth
9th > ninth
10th > tenth
an > a