I try to use chmorph with English words.
en_US.aff head:
FLAG num
AF 589
AF 2,3 # 1
AF 2 # 2
en_US.dic head:
52890
A/1 1
AA/2 1
AAA
Aachen
Experiments:
en@anonymous:~/program/humorph$ echo book | ./chmorph en_US.aff en_US.dic /dev/stdin ts:nom "ts:PLUR ts:NOM"
book
(I expected books)
en@anonymous:~/program/humorph$ echo write | ./chmorph en_US.aff en_US.dic /dev/stdin SG_1 SG_3
write
(I expected writes)
Where is the error?