brown-uk / nlp_uk

This is a project to demonstrate NLP API from LanguageTool for Ukrainian language.
GNU General Public License v3.0
72 stars 13 forks source link

Регресія у TokenizeText #18

Closed proger closed 1 year ago

proger commented 1 year ago

Схоже з'явилася у коміті 8b8ca179c52183280d88689e9578b8eefe0efb96, версія Груві 4.0.7

➜  nlp_uk git:(master) git bisect good f865b0d
You need to start by "git bisect start"

Do you want me to do it for you [Y/n]? 
➜  nlp_uk git:(master) git bisect bad master  
Bisecting: 1 revision left to test after this (roughly 1 step)
[d3c5f1a8223355656de4aeb22e61e10d9acdb36b] update LT to 6.0
➜  nlp_uk git:(d3c5f1a) groovy -cp ./src/main/groovy/ ./src/main/groovy/ua/net/nlp/tools/TokenizeText.groovy -w -u -i /tank/ubertext/raw_val.txt

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/home/proger/nlp_uk/src/main/groovy/ua/net/nlp/tools/TextUtils.groovy: 15: unable to resolve class ua.net.nlp.tools.tag.TagTextCore.TagResult
 @ line 15, column 1.
   import ua.net.nlp.tools.tag.TagTextCore.TagResult
   ^

1 error

➜  nlp_uk git:(d3c5f1a) git bisect bad
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[8b8ca179c52183280d88689e9578b8eefe0efb96] code cleanup
➜  nlp_uk git:(8b8ca17) groovy -cp ./src/main/groovy/ ./src/main/groovy/ua/net/nlp/tools/TokenizeText.groovy -w -u -i /tank/ubertext/raw_val.txt

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/home/proger/nlp_uk/src/main/groovy/ua/net/nlp/tools/TextUtils.groovy: 15: unable to resolve class ua.net.nlp.tools.tag.TagTextCore.TagResult
 @ line 15, column 1.
   import ua.net.nlp.tools.tag.TagTextCore.TagResult
   ^

1 error

➜  nlp_uk git:(8b8ca17) git bisect bad                                                                                                          
8b8ca179c52183280d88689e9578b8eefe0efb96 is the first bad commit
commit 8b8ca179c52183280d88689e9578b8eefe0efb96
Author: arysin <arysin@fedora>
Date:   Thu Dec 29 12:20:46 2022 -0500

    code cleanup

 src/main/groovy/ua/net/nlp/tools/TextUtils.groovy | 81 +++++++++++++----------
 1 file changed, 47 insertions(+), 34 deletions(-)
arysin commented 1 year ago

Дякую, зараз працюю над виправленням

arysin commented 1 year ago

TokenizeText має вже працювати