termsuite-core icon indicating copy to clipboard operation
termsuite-core copied to clipboard

A Java UIMA-based toolbox for multilingual and efficient terminology extraction an multilingual term alignment

Results 7 termsuite-core issues
Sort by recently updated
recently updated
newest added

I've run: java -cp termsuite-core-3.0.10.jar fr.univnantes.termsuite.tools.TerminologyExtractorCLI \ -t ./treetagger/ \ -c ./wind-energy/English/txt/ \ -l en \ --tsv ./wind-energy-en.tsv However the wind-energy-en.tsv is empty: # type key freq Java version: java...

Hi, > - your OS : Mac OSX > - your java runtime environment (java -version): java version "1.8.0_221" > - the log file provided by TermSuite (under the current...

Hi, I cannot run the command line as suggested in http://termsuite.github.io/getting-started/#run-terminology-extraction in Ubuntu 18.04.1 LTS java --version openjdk 10.0.2 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) OpenJDK 64-Bit Server VM (build...

I'm unable to launch the Graphical User Interface. Ubuntu 18.04.1 LTS java --version openjdk 10.0.2 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) [1543824155364.log](https://github.com/termsuite/termsuite-core/files/2638573/1543824155364.log)...

Version 3.0.10 de termsuite (sur linux) : en sortie, j’obtiens bien les fichiers json des résultats de l’extraction terminologique mais il m’affiche un message d’erreur aussi bien dans le panneau...

bug

Hi I am getting the below unexpected error while running the code in Command Line API ... `2017-09-17 20:51:07,526 INFO [main] f.u.t.f.p.AggregateEngineRunner [AggregateEngineRunner.java:45] Running Aggregate Engine TermPostProcessor 2017-09-17 20:51:07,526 INFO...

Hi I am getting the below exception while running the code in java api.. `Exception in thread "main" java.lang.NoSuchMethodError: org.tartarus.snowball.models.EnglishStemmer.eq_s(ILjava/lang/String;)Z at org.tartarus.snowball.models.EnglishStemmer.r_prelude(EnglishStemmer.java:188) at org.tartarus.snowball.models.EnglishStemmer.stem(EnglishStemmer.java:1196) at fr.free.rocheteau.jerome.engines.Stemmer.process(Stemmer.java:108) at org.apache.uima.analysis_component.JCasAnnotator_ImplBase.process(JCasAnnotator_ImplBase.java:48) at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(PrimitiveAnalysisEngine_impl.java:401)...