You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Divya Seekunta (JIRA)" <ji...@apache.org> on 2012/05/07 19:06:48 UTC

[jira] [Commented] (OPENNLP-290) Eclipse demo project

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

Divya Seekunta commented on OPENNLP-290:
----------------------------------------

Hello, I have tried running the demo project especially the parser demo. The results returned is the following:
Parsing with test/parser.bin
(TOP (S (NP (DT The) (NN quick)) (VP (VBD brown) (NP (JJ fox) (NNS jumps)) (PP (IN over) (NP (DT the) (JJ lazy) (NN dog)))) (. .)))
(TOP (S (NP (DT The) (NN quick)) (VP (VBD brown) (NP (JJ fox) (NNS jumps)) (PP (IN over) (NP (DT the) (NN lazy) (NN dog)))) (. .)))
(TOP (S (NP (DT The) (NN quick)) (VP (VBD brown) (NP (NP (JJ fox) (NNS jumps)) (PP (IN over) (NP (DT the) (JJ lazy) (NN dog))))) (. .)))

As can be seen, the result is not correct is 'quick' is not a noun, neither 'fox' an adjective.
Could you please help?

Thanks.
                
> Eclipse demo project		
> ----------------------
>
>                 Key: OPENNLP-290
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-290
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: tools-1.5.1-incubating
>         Environment: Eclipse
>            Reporter: Erel Segal Halevi
>            Priority: Minor
>         Attachments: opennlpdemo20110831.tar.gz
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> I have created an Eclipse project with simple demo programs, based on the documentation: http://incubator.apache.org/opennlp/documentation.html
> As a new user, I think such project can be of great help.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira