eusousu commented on PR #14075: URL: https://github.com/apache/lucene/pull/14075#issuecomment-2548665777
Is there something I can investigate further? I tried parsing the error and it seems to relate to a mn_MN dictionary that refers to Mongolian 🤔 ``` While checking /home/runner/work/lucene/lucene/lucene/analysis/common/build/hunspell-regressions/libreoffice/mn_MN/mn_MN.aff: 2> java.lang.NumberFormatException: For input string: "ээв$" 2> at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) 2> at java.base/java.lang.Integer.parseInt(Integer.java:662) 2> at java.base/java.lang.Integer.parseInt(Integer.java:778) 2> at org.apache.lucene.analysis.hunspell.Dictionary.parseNum(Dictionary.java:594) 2> at org.apache.lucene.analysis.hunspell.Dictionary.readAffixFile(Dictionary.java:408) 2> at org.apache.lucene.analysis.hunspell.Dictionary.<init>(Dictionary.java:264) 2> at org.apache.lucene.analysis.hunspell.TestAllDictionaries$1.<init>(TestAllDictionaries.java:75) 2> at org.apache.lucene.analysis.hunspell.TestAllDictionaries.loadDictionary(TestAllDictionaries.java:75) 2> at org.apache.lucene.analysis.hunspell.TestAllDictionaries.lambda$testDictionariesLoadSuccessfully$7(TestAllDictionaries.java:165) 2> at org.apache.lucene.analysis.hunspell.TestAllDictionaries.lambda$testDictionariesLoadSuccessfully$8(TestAllDictionaries.java:187) 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 2> at java.base/java.lang.Thread.run(Thread.java:1583) ``` I am unable to understand how my change could impact the analysis on the Mongolian language. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org