fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

add Jinho's lemmatizer to cleartk-token #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Jinho has a lemmatizer for English that is driven off of WordNet data.  It 
needs to be run ahead of his dependency parser for best results (see issue 
#126).  Since it is functionally separate from the dependency parser it makes 
sense to have a separate wrapper for this tool rather than coupling it to the 
dependency parser wrapper.  

We need a place in the type system for the resulting lemmas.  I suggest that we 
extend the Token type to have a feature called lemma of type String.  

Original issue reported on code.google.com by phi...@ogren.info on 1 Feb 2011 at 7:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2398.

Original comment by phi...@ogren.info on 1 Feb 2011 at 9:05

GoogleCodeExporter commented 9 years ago
added in r2398.

Original comment by phi...@ogren.info on 1 Feb 2011 at 9:05