mawiesne commented on PR #584: URL: https://github.com/apache/opennlp/pull/584#issuecomment-1881205125
> Tomorrow, I'll suggest a change here to make it pass. @l-ma You can change _POSTaggerMEIT.testPOSTagger_ like this: ``` Assertions.assertEquals("DET", tags[0]); Assertions.assertEquals("NOUN", tags[1]); Assertions.assertEquals("VERB", tags[2]); Assertions.assertEquals("ADV", tags[3]); Assertions.assertEquals("VERB", tags[4]); Assertions.assertEquals("PUNCT", tags[5]); ``` to make this test pass. Please leave a "// TODO OPENNLP-1539 Adjust this depending on the POSFormat" here, e.g. on top of the method or right before "DET" line. -- 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