You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Anthony Beylerian (JIRA)" <ji...@apache.org> on 2015/08/07 11:16:46 UTC

[jira] [Comment Edited] (OPENNLP-794) WSD module CLI support

    [ https://issues.apache.org/jira/browse/OPENNLP-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661543#comment-14661543 ] 

Anthony Beylerian edited comment on OPENNLP-794 at 8/7/15 9:16 AM:
-------------------------------------------------------------------

Are these CLI formats ok ?

+Disambiguation 
===============
-MFS 
opennlp Dimsabiguator -type MFS -source WORDNET -encoding utf-8 -data testData.test 

-Lesk
opennlp Dimsabiguator -type Lesk -source WORDNET -encoding utf-8 -data testData.test

-IMS 
opennlp Dimsabiguator -type IMS -source WORDNET -encoding utf-8 -model trained.bin -data testData.test
opennlp Dimsabiguator -type IMS -source WORDNET -encoding utf-8 -modelsdir trainingDir -data testData.test
(for now IMS makes different model files per word)

+Evaluation
===============
-MFS
opennlp DimsabiguatorEvaluator -type MFS -source wordnet -encoding utf-8 -data testData.test 

-Lesk
opennlp DimsabiguatorEvaluator -type Lesk -source wordnet -encoding utf-8 -data testData.test

-IMS
opennlp DimsabiguatorEvaluator -type IMS -source wordnet -encoding utf-8 -model trained.bin -data testData.test
opennlp DimsabiguatorEvaluator -type IMS -source WORDNET -encoding utf-8 -modelsdir trainingDir -data testData.test
(for now IMS makes different model files per word)



was (Author: beylerian):
Are these CLI formats ok ?

+Disambiguation 
===============
-MFS 
opennlp Dimsabiguator -type MFS -source WORDNET -encoding utf-8 -data testData.test 

-Lesk
opennlp Dimsabiguator -type Lesk -source WORDNET -encoding utf-8 -data testData.test

-IMS 
opennlp Dimsabiguator -type IMS -source WORDNET -encoding utf-8 -model trained.bin -data testData.test
opennlp Dimsabiguator -type IMS -source WORDNET -encoding utf-8 -modelsdir trainingDir -data testData.test
(for now IMS makes different model files per word)

+Evaluation
===============
-MFS
opennlp DimsabiguatorEvaluator -type MFS -source wordnet -encoding utf-8 -data testData.test 

-Lesk
opennlp DimsabiguatorEvaluator -type Lesk -source wordnet -encoding utf-8 -data testData.test

-IMS
opennlp DimsabiguatorEvaluator -type IMS -source wordnet -encoding utf-8 -model trained.bin -data testData.test
opennlp Dimsabiguator -type IMS -source WORDNET -encoding utf-8 -modelsdir trainingDir -data testData.test
(for now IMS makes different model files per word)


> WSD module CLI support
> ----------------------
>
>                 Key: OPENNLP-794
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-794
>             Project: OpenNLP
>          Issue Type: Task
>          Components: wsd
>            Reporter: Anthony Beylerian
>            Priority: Minor
>              Labels: gsoc2015, wsd
>
> The WSD component needs to run from the CLI, will need to add the required classes to support it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)