ParserTool.parseLine(sentence, parser, 1) gives:How can I get short focus zoom 
lens for digital cameratype = S  type = WHADVP           type = WRB, word = How 
 type = SQ               type = MD, word = can           type = NP              
         type = PRP, word = I            type = VP                       type = 
VB, word = get                   type = NP                               type = 
JJ, word = short                         type = NN, word = focus                
         type = NN, word = zoom   // ZOOM is NOUN: correct                      
         type = NN, word = lens                  type = PP                      
         type = IN, word = for                           type = NP              
                         type = JJ, word = digital                              
         type = NN, word = cameraBUT
new POSTaggerME(model).tag(toks); gives[WRB, MD, PRP, VB, JJ, NN, VBN, NN, IN, 
JJ, NN]                                        ****                     VBN is 
a problem!  zoom is NOT VBN - Verb, past participle
RegardsBoris





> Date: Fri, 21 Oct 2011 15:59:49 +0200
> From: [email protected]
> To: [email protected]
> Subject: OpenNLP 1.5.2 RC 3 ready for testing
> 
> Hi all,
> 
> our next release candidate is ready for testing
> 
> It can be downloaded from here:
> http://people.apache.org/~joern/releases/opennlp-1.5.2-incubating/rc3/
> 
> To use it in a maven build set the version for opennlp-tools or opennlp-uima
> to 1.5.2, and for opennlp-maxent to 3.0.2, and add this URL to your 
> settings.xml
> file:
> https://repository.apache.org/content/repositories/orgapacheopennlp-081
> 
> The RC 2 staging repository is dropped now.
> 
> The current test plan can be found here:
> https://cwiki.apache.org/OPENNLP/testplan152.html
> 
> The release plan can be found here:
> https://cwiki.apache.org/OPENNLP/releaseplanandtasks152.html
> 
> Compared to the last RC the following things are fiexed:
> - OPENNLP-327: Doccats bag of word feature generator should not use 
> numbers as features
> - OPENNLP-316: Evaluator and CrossValidator programs of the main 
> analyzers throw exceptions
> - OPENNLP-317: opennlp.uima.Chunk feature name "type" not allowed
> 
> Please pick up items in the test plan and report your results.
> 
> Jörn
> 
> 
> 
> 
> 
                                          

Reply via email to