File: model.aff

package info (click to toggle)
sphinxsearch 2.2.11-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 25,720 kB
  • sloc: cpp: 102,259; xml: 85,608; sh: 9,259; php: 3,790; ansic: 3,158; yacc: 1,969; java: 1,336; ruby: 1,289; python: 1,062; pascal: 912; perl: 381; lex: 275; makefile: 150; sql: 77; cs: 35
file content (93 lines) | stat: -rw-r--r-- 2,427 bytes parent folder | download | duplicates (7)
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
wordchars	a	A
wordchars	[bc]	[BC]
wordchars	[de]	[DE]
wordchars	[f-i]	[F-I]
wordchars	[j-n]	[J-N]
wordchars	o	O
wordchars	[p-s]	[P-S]
wordchars	[tu]	[TU]
wordchars	[v-y]	[V-Y]
wordchars	z	Z

prefixes

flag *A:
    .		>	RE			# As in enter > reenter

flag *I:
    .		>	IN			# As in disposed > indisposed

flag *U:
    .		>	UN			# As in natural > unnatural

suffixes

flag V:
    E		>	-E,IVE		# As in create > creative
    [^E]	>	IVE			# As in prevent > preventive

flag *N:
    E		>	-E,ION		# As in create > creation
    Y		>	-Y,ICATION	# As in multiply > multiplication
    [^EY]	>	EN			# As in fall > fallen

flag *X:
    E		>	-E,IONS		# As in create > creations
    Y		>	-Y,ICATIONS	# As in multiply > multiplications
    [^EY]	>	ENS			# As in weak > weakens

flag H:
    Y		>	-Y,IETH		# As in twenty > twentieth
    [^Y]	>	TH			# As in hundred > hundredth

flag *Y:
    Y		>	-Y,ILY		# As in messy > messily
    [^Y]	>	LY			# As in quick > quickly

flag *G:
    E		>	-E,ING		# As in file > filing
    [^E]	>	ING			# As in cross > crossing

flag *J:
    E		>	-E,INGS		# As in file > filings
    [^E]	>	INGS		# As in cross > crossings

flag *D:
    E		>	D			# As in create > created
    [^AEIOU]Y	>	-Y,IED	# As in imply > implied
    [^EY]	>	ED			# As in cross > crossed
    [AEIOU]Y	>	ED		# As in convey > conveyed

flag T:
    E		>	ST			# As in late > latest
    [^AEIOU]Y	>	-Y,IEST	# As in dirty > dirtiest
    [AEIOU]Y	>	EST		# As in gray > grayest
    [^EY]	>	EST			# As in small > smallest

flag *R:
    E		>	R			# As in skate > skater
    [^AEIOU]Y	>	-Y,IER	# As in multiply > multiplier
    [AEIOU]Y	>	ER		# As in convey > conveyer
    [^EY]	>	ER			# As in build > builder

flag *Z:
    E		>	RS			# As in skate > skaters
    [^AEIOU]Y	>	-Y,IERS	# As in multiply > multipliers
    [AEIOU]Y	>	ERS		# As in convey > conveyers
    [^EY]	>	ERS			# As in build > builders

flag *S:
    [^AEIOU]Y	>	-Y,IES	# As in imply > implies
    [AEIOU]Y	>	S		# As in convey > conveys
    [CST]H	>	ES			# As in lash > lashes  (some TH's...)
    [^CST]H	>	S			# As in cough > coughs
    [SXZ]	>	ES			# As in fix > fixes
    [^SXZHY]	>	S		# As in bat > bats

flag *P:
    [^AEIOU]Y	>	-Y,INESS	# As in cloudy > cloudiness
    [AEIOU]Y	>	NESS	# As in gray > grayness
    [^Y]	>	NESS		# As in late > lateness

flag *M:
    .		>	'S			# As in dog > dog's