You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When analyzing words in Portuguese with a small transducer I get the following error:
java net.sf.hfst.HfstOptimizedLookup ~/Documents/DELAF/mini_FST/miniFST.hfst.inverted.ol < input.txt > output.txt
Exception in thread "main" java.lang.NullPointerException
at net.sf.hfst.UnweightedTransducer.analyze(Unknown Source)
at net.sf.hfst.HfstOptimizedLookup.runTransducer(Unknown Source)
at net.sf.hfst.HfstOptimizedLookup.main(Unknown Source)
uname -a
MINGW32_NT-6.1 GREATNLP45 1.0.12(0.46/3/2) 2012-07-05 14:56 i686 unknown
$ java -version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode, sharing)
The output generated by the lookup tool is correct based on transducer, but the errors prevent the use of the java class in an application, because it suggests it isn't reliable enough.
Reported by: *anonymous
The text was updated successfully, but these errors were encountered:
When analyzing words in Portuguese with a small transducer I get the following error:
java net.sf.hfst.HfstOptimizedLookup ~/Documents/DELAF/mini_FST/miniFST.hfst.inverted.ol < input.txt > output.txt
Exception in thread "main" java.lang.NullPointerException
at net.sf.hfst.UnweightedTransducer.analyze(Unknown Source)
at net.sf.hfst.HfstOptimizedLookup.runTransducer(Unknown Source)
at net.sf.hfst.HfstOptimizedLookup.main(Unknown Source)
uname -a
MINGW32_NT-6.1 GREATNLP45 1.0.12(0.46/3/2) 2012-07-05 14:56 i686 unknown
$ java -version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode, sharing)
The output generated by the lookup tool is correct based on transducer, but the errors prevent the use of the java class in an application, because it suggests it isn't reliable enough.
Reported by: *anonymous
The text was updated successfully, but these errors were encountered: