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

morfologik maven plugin #44

Closed pminos closed 9 years ago

pminos commented 9 years ago

Hello,

i wrote a maven plugin (https://github.com/pminos/morfologik-maven-plugin) for creating FSA dictionaries with morfologik-fsa. For now it can create Morphological and Synthesizer dictionaries.

I am planning to publish it to the central repository, but first I wanted to ask if you want to merge it to morfologik-stemming. If you are interested, I can continue the development and add support for more types of dictionaries (e.g. for spelling).

dweiss commented 9 years ago

Why did you copy over the encoding code (and not reference the Morfologik JARs)? In any case, I think you can leave it as is in your own github location. I'd rather keep the library focused on the core functionality.