sanju2010 / ttc-project

Automatically exported from code.google.com/p/ttc-project
0 stars 0 forks source link

ttc-term-suite.1.2 on windows without GUI #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run ttc term suite from a Windows console without GUI
2. java -cp ttc-term-suite-1.2.jar eu.project.ttc.tools.TermSuiteRunner -txt 
-analysis-engine eu.project.ttc.french.engines.spotter.FrenchSpotter -directory 
English\txt -language en -encoding utf-8 --Directory English\xmi 
--TreeTaggerHomeDirectory <path_to_the_tree-tagger_directory>

What is the expected output? What do you see instead?
Unexpected immediate program exit, no processing, no result, no xmi files 
written.

Please use labels and text to provide additional information.
On Linux, the program runs as expected.

Original issue reported on code.google.com by damien.v...@gmail.com on 25 May 2012 at 1:54

GoogleCodeExporter commented 9 years ago
add a call to the method SwingWorker.get() in order to wait for the computation 
to complete in the TermSuiteRunner class

Original comment by damien.v...@gmail.com on 25 May 2012 at 1:56