mawiesne commented on PR #757: URL: https://github.com/apache/opennlp/pull/757#issuecomment-2746439939
Welcome 👋 and thx @alsmolarczyk for providing your input. I used it as a reference for the Polish language. 1of 3 examples was tagged perfectly, 1 fits with small adjustments, and one requires your feedback. Please check line 128 of `POSTaggerMEIT` in the PR branch. What do you make of the tagging result: ``` Więzienie_NOUN nie_PART tkwi_VERB na_ADP zewnątrz_ADV ,_PUNCT ale_CCONJ jest_VERB w_ADP środku_NOUN każdego_DET z_ADP nas_PRON ._PUNCT ``` You tagged it as: ``` Więzienie_NOUN nie_PART tkwi_VERB na_ADP zewnątrz_NOUN ,_PUNCT ale_CCONJ jest_VERB w_ADP środku_NOUN każdego_PRON z_ADP nas_PRON ._PUNCT ``` I've left a TODO for now, until we've heard your feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org