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/13 15:38:45 UTC

[jira] [Comment Edited] (OPENNLP-807) Integrate the WSD component into OpenNLP Tools

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

Anthony Beylerian edited comment on OPENNLP-807 at 8/13/15 1:38 PM:
--------------------------------------------------------------------

For current implementations :

MFS (No dependency)
Inputs: 
- Target word's Lemma and POS tag
===============================

IMS (No dependency)
Inputs : 
- Tokenized input sentence
- POS tags of tokens
- Lemmas of tokens
===============================
Lesk (Needs Tokenizer, Tagger and Lemmatizer to process WordNet definitons)

Inputs:
- Tokenized input sentence
- POS tags of tokens
- Lemma of target word

Processing:
- Tokenizes the senses of the target word (from WordNet)
- Tags the tokens from the senses of the target word
- Possible to make comparisons by word Stems or Lemmas when judging overlaps
===============================

Do you recommend we make those separately or should we make all the package as an addon ?


was (Author: beylerian):
For current implementations :

MFS (No dependency)
Inputs: 
- Target word's Lemma and POS tag
===============================
IMS (No dependency)
Inputs : 
- Tokenized input sentence
- POS tags of tokens
- Lemmas of tokens
===============================
Lesk (Needs Tokenizer, Tagger and Lemmatizer to process WordNet definitons)

Inputs:
- Tokenized input sentence
- POS tags of tokens
- Lemma of target word

Processing:
- Tokenizes the senses of the target word (from WordNet)
- Tags the tokens from the senses of the target word
- Possible to make comparisons by word Stems or Lemmas when judging overlaps
===============================

Do you recommend we make those separately or should we make all the package as an addon ?

> Integrate the WSD component into OpenNLP Tools
> ----------------------------------------------
>
>                 Key: OPENNLP-807
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-807
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: wsd
>            Reporter: Joern Kottmann
>            Assignee: Anthony Beylerian
>
> It would be nice to ship the wsd component as part of OpenNLp Tools. Since we have a zero dependencies for the tools package we might need to ship some implementations as addons.
> Is there one  implementation of it that has zero dependencies?



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