On 2014-07-27 15:16, Elanjelian Venugopal wrote: > Would it the be possible to request the engine to lookup a POS tag, > and then do a bit of stripping and adding?
Not per rule. But we could have a part of speech tagger that's more complex than just "look up a word in a binary file". It can have any logic we need, including stripping characters and such. > Ps: I could add the entire list of "ABCX"s into the dictionary, but > it'll just make the dictionary as much bigger... If ABCX isn't even a valid word, it probably shouldn't be added. If it is, it probably should be added and we hope the binary compression still turns the huge text file into a small binary file. Regards Daniel ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Languagetool-devel mailing list Languagetool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-devel