morfologik / morfologik-stemming

Tools for finite state automata construction and dictionary-based morphological dictionaries. Includes Polish stemming dictionary.
BSD 3-Clause "New" or "Revised" License
186 stars 44 forks source link

Trailing spaces in encoder name can lead to illegal argument exception #77

Closed jaumeortola closed 8 years ago

jaumeortola commented 8 years ago

A trailing space in "fsa.dict.encoder=SUFFIX " causes an error: "java.lang.IllegalArgumentException: No enum constant morfologik.stemming.EncoderType.SUFFIX ". This should be fixed. The cause of the error was very hard to find.

dweiss commented 8 years ago

These are standard Java property files, we don't do the parsing. I can add a trim before value lookup though, this should help (and we know it's a constant).