stevens35 <[email protected]> writes: > Hello, > > I've been searching around for a good morphological analyzer for a while > and came across Lttoolbox. The analyzer step does exactly what I want > for words in a language, it splits the word into it's lexical base and > then adds in morphological tags based on how the word was formed. Up > until now, I've just been using the Porter Stemmer to get the root word, > but it's always been displeasing because it throws away the rest of the > surface form. > > However, most of the text processing code I work with is in Java, and if > possible, I'd like to keep everything within Java. Had anyone had any > experience linking to Lttoolbox from Java? Or does anyone know of any > java versions of Lttoolbox that utilize the existing dictionaries, or a > similar tool for java?
lttoolbox-java works fine with all the existing dictionaries, and should be feature-complete with the C++ version. lttoolbox and lttoolbox-java are completely independent of each other, so you don't need the C++ version to use the Java version and vice versa, so keeping everything within Java should work fine. -- Kevin Brubeck Unhammer ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
