Hi guys I tried the 1.6.0 snapshot yesterday and I noticed that the coref codebase is completely gone from 1.6 (it is still present in 1.5.3).
I know that code is rather old and I don't need all of it. But I do need the JWNL part, for a very specific reason: It is the only way to obtain the lemmas for the words (for example retrieve "big" from "bigger" or "eat" from "eats"). Or, at least, it is the only way I found so far. So, my questions are the following: - are there any other ways (more actual / recommended) ways to retrieve the lemmas from the input words? (which I somehow didn't find?) - if not, would be possible to keep at least the JWNL code in 1.6? In the defense of this proposal, I confirm that the JWNL code (in particular) works just well with the rest of the 1.6 codebase. I stripped all of the coref .class code from the 1.5.3 jar and I left only the JWNL-related bytecode. I successfully run this code, together with the 1.6.0-snapshot jar. Many thanks. BR, Ioan
