[ 
https://issues.apache.org/jira/browse/TIKA-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312435#comment-17312435
 ] 

ASF GitHub Bot commented on TIKA-3340:
--------------------------------------

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


> LanguageProfile for Myanmar
> ---------------------------
>
>                 Key: TIKA-3340
>                 URL: https://issues.apache.org/jira/browse/TIKA-3340
>             Project: Tika
>          Issue Type: Improvement
>          Components: languageidentifier
>            Reporter: Arky
>            Priority: Major
>
> A language profile for detecting Myanmar/Burmese (my).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to