You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Chris Brew (JIRA)" <ji...@apache.org> on 2011/07/21 18:33:57 UTC

[jira] [Closed] (OPENNLP-233) Parser produces "log probabilities" that are positive

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

Chris Brew closed OPENNLP-233.
------------------------------


Version r1149243 works as I hoped.

> Parser produces "log probabilities" that are positive
> -----------------------------------------------------
>
>                 Key: OPENNLP-233
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-233
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Command Line Interface, Parser
>    Affects Versions: tools-1.5.1-incubating
>         Environment: Mac OS 10.6.8, but also observed on Linux and Windows 7
>            Reporter: Chris Brew
>            Assignee: Jörn Kottmann
>              Labels: math
>             Fix For: tools-1.5.2-incubating
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Using the distributed version and the binary model from the sourceforge site, I see the following bad behaviour. This is bad because probabilities always should be <= 1, so log probabilities should be <= 0, which they clearly are not.
> Script started on Mon Jul 18 19:34:36 2011
> bash-3.2$ bin/opennlp Parser -k 2 models/en-parser-chunking.bin 
> Loading Parser model ... done (14.573s)
> The old are wise .
> 0 0.06948959676790605 (TOP (S (NP (DT The) (JJ old)) (VP (VBP are) (ADJP (JJ wise))) (. .)))
> 1 -1.3788870933108204 (TOP (S (NP (DT The) (JJ old)) (VP (VBP are) (ADVP (RB wise))) (. .)))
> The young are foolish .
> 0 0.2094212498812974 (TOP (S (NP (DT The) (JJ young)) (VP (VBP are) (ADJP (JJ foolish))) (. .)))
> 1 -2.2380713063683784 (TOP (S (NP (DT The) (NNP young)) (VP (VBP are) (ADJP (JJ foolish))) (. .)))
> ^D
> Average: 0.1 sent/s 
> Total: 4 sent
> Runtime: 57.565s
> bash-3.2$ exit
> Script done on Mon Jul 18 19:35:56 2011

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira