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

fix bug when selecting replacements #43

Closed jaumeortola closed 9 years ago

jaumeortola commented 9 years ago

Fix bug selecting replacements

dweiss commented 9 years ago

I'd love to have test cases that cover such changes though :)

jaumeortola commented 9 years ago

Ok. Can I create tmp dictionaries like this? https://github.com/jaumeortola/morfologik-stemming/commit/5d9e6eb9cc9af00113084b4bc4de4b279f52389c

dweiss commented 9 years ago

A direct creation of the dictionary and metadata would be nicer. Those tmp paths won't work on Windows (or rather: they might, creating top-level tmp dirtectory).