paramitamirza / CATENA

41 stars 21 forks source link

About TextPro2 #4

Open WxZy530 opened 3 years ago

WxZy530 commented 3 years ago

Hi,I am following your work to install TextPro2.0,but I got some problem while using. Below is my result, and I also test entity,chunk ,they doesn't goes on well like Lemma. And for the pos the code ran successfully,but the output file doesn't display the pos tagger. Have you ever met this problem? My java is 1.8.0.2,my Perl is 5.30.Fllowing is the error description. Hopes for your attestion,thanks. `

TextPro is running on test/input/storace-assunta.html

Detected language: italian-utf

TokenPro... 324ms

TagPro... 83ms

MorphoPro... 2ms

LemmaPro... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 7

at eu.fbk.textpro.wrapper.wrapper.prepareTmpFile(wrapper.java:1322) at eu.fbk.textpro.wrapper.wrapper.runModule(wrapper.java:1006) at eu.fbk.textpro.wrapper.wrapper.sortandrunDependentModulesValue(wrapper.java:868) at eu.fbk.textpro.wrapper.wrapper.runFile(wrapper.java:688) at eu.fbk.textpro.wrapper.wrapper.manageFile(wrapper.java:435) at eu.fbk.textpro.wrapper.wrapper.manageInput(wrapper.java:418) at eu.fbk.textpro.wrapper.wrapper.main(wrapper.java:399)`