ontoportal-lirmm / annotators

Web service to add functionalities to the http://bioportal.bioontology.org and similar ontology annotators
5 stars 6 forks source link

Implement the preprocessing of the text with TreeTager #17

Closed jonquet closed 7 years ago

jonquet commented 7 years ago

This is a sub task of https://github.com/sifrproject/ncbo_annotator/issues/4

This consist in implementif in preprocessing of the data, before calling the annotators to normalize the input text with TreeTager when &normalize_text=true parameter is used.

amineabdaoui commented 7 years ago

Done. If lemmatize=true, I lemmatize the input text using TreeTagger. The annotator will display the annotations of the lemmatized input text not the original one.

jonquet commented 7 years ago

Note. I close this one as the feature is not finaly implemented in the proxy (annotators) but in the main ncbo_annotator code.

See sifrproject/ncbo_annotator#4