opendatatrentino / OpenDataRise

Tool to cleanse and semantify datasets from CKAN repositories. Based on OpenRefine.
Other
23 stars 3 forks source link

Lemmatiser calling bug in ODHPOSTagger in NLP #163

Closed gbella closed 8 years ago

gbella commented 8 years ago

The lemmatiser is called with wrong parameter order following a recent refactoring. Solution: refactor the ODHPOSTagger so that is does not call the lemmatiser. Instead, transfer the POS-related heuristics into the meaning processor and implement an ODHLemmatizer that performs POS-independent lemmatisation.

gbella commented 8 years ago

fixed