[ 
https://issues.apache.org/jira/browse/OPENNLP-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rodrigo Agerri updated OPENNLP-760:
-----------------------------------
    Description: 
Current SimpleLemmatizer is dictionary-based. A probabilistic lemmatizer works 
better for unknown words and can be combined with dictionaries.

The method we will implement here is based on: 
Grzegorz Chrupała. 2008. Towards a Machine-Learning Architecture for Lexical 
Functional Grammar Parsing. PhD dissertation, Dublin City University. 
http://grzegorz.chrupala.me/papers/phd-single.pdf

  was:
Current SimpleLemmatizer is dictionary-based. A probabilistic lemmatizer works 
better for unknown words. There is already an open source tool which does this 
with good results:

https://code.google.com/p/mate-tools

The first paper describes the general idea and the
second presents the experiments in a realistic environment.

http://grzegorz.chrupala.me/papers/chrupala-2006/paper.pdf

http://grzegorz.chrupala.me/papers/chrupala-etal-2008a/paper.pdf


> probabilistic lemmatizer
> ------------------------
>
>                 Key: OPENNLP-760
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-760
>             Project: OpenNLP
>          Issue Type: New Feature
>          Components: Lemmatizer
>            Reporter: Rodrigo Agerri
>            Assignee: Rodrigo Agerri
>            Priority: Minor
>
> Current SimpleLemmatizer is dictionary-based. A probabilistic lemmatizer 
> works better for unknown words and can be combined with dictionaries.
> The method we will implement here is based on: 
> Grzegorz Chrupała. 2008. Towards a Machine-Learning Architecture for Lexical 
> Functional Grammar Parsing. PhD dissertation, Dublin City University. 
> http://grzegorz.chrupala.me/papers/phd-single.pdf



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

Reply via email to