You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/07 10:03:41 UTC

[jira] [Commented] (OPENNLP-904) Adding new functionality to know all possible lemmas given a word and pos tag pair

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

ASF GitHub Bot commented on OPENNLP-904:
----------------------------------------

GitHub user ragerri opened a pull request:

    https://github.com/apache/opennlp/pull/112

    OPENNLP-904

    Lemmatizer Interface changed to harmonize use across Dictionary, Morfologik and LemmatizerME lemmatizers.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/opennlp 904

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/opennlp/pull/112.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #112
    
----
commit 060a4d0f81bfc2d2f2d3e8d80284d64dcbf9d2a7
Author: Rodrigo Agerri <ra...@apache.org>
Date:   2017-02-03T15:00:38Z

    OPENNLP-904 insert decoding in statistical lemmatize method

commit f65d4d3efdeefa1f757eaabb508b17e60d2ae847
Author: Rodrigo Agerri <ra...@erribera.eus>
Date:   2017-02-04T16:58:55Z

    OPENNLP-904 move encoding of lemmas to training logic

commit 53cd0ddf5e3d38247ecce6585a3fc53bea74463a
Author: Rodrigo Agerri <ra...@apache.org>
Date:   2017-02-06T22:42:29Z

    OPENNLP-904 add function to LemmatizerME to get every lemma for a token and pos tag combination

commit 0e7c49aeb89e718d5e439a9efedf969f84826ee8
Author: Rodrigo Agerri <ra...@apache.org>
Date:   2017-02-07T08:49:16Z

    OPENNLP-904 improve import minor change

----


> Adding new functionality to know all possible lemmas given a word and pos tag pair
> ----------------------------------------------------------------------------------
>
>                 Key: OPENNLP-904
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-904
>             Project: OpenNLP
>          Issue Type: New Feature
>          Components: Lemmatizer
>            Reporter: Rodrigo Agerri
>            Assignee: Rodrigo Agerri
>            Priority: Minor
>             Fix For: 1.7.3
>
>
> Currently the various lemmatizers (DictionaryLemmatizer, LemmatizerME and MorfologikLemmatizer) do not allow to obtain all posible lemmas given a word and postag pair. This functionality is useful and should be added.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)