Package org.egothor.stemmer
Interface StemmerDictionaryParser.EntryHandler
- Enclosing class:
StemmerDictionaryParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback receiving one parsed dictionary line.
-
Method Summary
-
Method Details
-
onEntry
Accepts one parsed dictionary entry.- Parameters:
stem- canonical stem, nevernullvariants- variants in encounter order, nevernulllineNumber- original physical line number in the parsed source- Throws:
IOException- if processing fails
-