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
187 stars 44 forks source link

Move Dictionary.convertText utility to DictionaryLookup.applyReplacements and fix current reliance on map ordering #59

Closed dweiss closed 9 years ago

dweiss commented 9 years ago

This method is also incorrect in that it replaces strings from an unordered map; the result may be different depending on the ordering.