kkrugler commented on pull request #421: URL: https://github.com/apache/tika/pull/421#issuecomment-811120110
Hi @arky you also need to edit the `LanguageIdentifierTest.java` file, to add `my` to the list of languages, like this: ``` java private static final String[] languages = new String[] { // TODO - currently Estonian and Greek fail these tests. // Enable when language detection works better. "da", "de", /* "et", "el", */ "en", "es", "fi", "fr", "it", "lt", "my", "nl", "pt", "sv" }; ``` And then run `mvn clean test` from the `tika/tika-core` directory. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org