org.apache.uima.java true org.apache.uima.example.opennlp.annotator.Parser OpenNLPParser Parse the document and create phrasal and clausal annotations over the text. Uses the OpenNLP MaxEnt parser. This analysis engine takes a parameter called "ParseTagMapping" which maps each parse tag to a syntax annotation type. The parse tags come from the standard Penn Tree Bank phrase and clause tags (produced by the OpenNLP parser), and each syntax annotation type must be defined in the type system and have a corresponding JCas Java class. 1.0 The Apache Software Foundation ModelDirectory String false true UseTagDictionary Boolean false false CaseSensitiveTagDictionary Boolean false false BeamSize Integer false false AdvancePercentage Float false false ParseTagMappings String true true ModelDirectory opennlp-tools-1.3.0/parser UseTagDictionary false CaseSensitiveTagDictionary false ParseTagMappings S,org.apache.uima.example.opennlp.S SBAR,org.apache.uima.example.opennlp.SBAR SBARQ,org.apache.uima.example.opennlp.SBARQ SINV,org.apache.uima.example.opennlp.SINV SQ,org.apache.uima.example.opennlp.SQ ADJP,org.apache.uima.example.opennlp.ADJP ADVP,org.apache.uima.example.opennlp.ADVP CONJP,org.apache.uima.example.opennlp.CONJP FRAG,org.apache.uima.example.opennlp.FRAG INTJ,org.apache.uima.example.opennlp.INTJ LST,org.apache.uima.example.opennlp.LST NAC,org.apache.uima.example.opennlp.NAC NP,org.apache.uima.example.opennlp.NP NX,org.apache.uima.example.opennlp.NX PP,org.apache.uima.example.opennlp.PP PRN,org.apache.uima.example.opennlp.PRNphrase PRT,org.apache.uima.example.opennlp.PRT QP,org.apache.uima.example.opennlp.QP RRC,org.apache.uima.example.opennlp.RRC UCP,org.apache.uima.example.opennlp.UCP VP,org.apache.uima.example.opennlp.VP WHADJP,org.apache.uima.example.opennlp.WHADJP WHAVP,org.apache.uima.example.opennlp.WHAVP WHNP,org.apache.uima.example.opennlp.WHNP WHPP,org.apache.uima.example.opennlp.WHPP X,org.apache.uima.example.opennlp.X org.apache.uima.example.opennlp.Sentence org.apache.uima.example.opennlp.Token org.apache.uima.example.opennlp.SyntaxAnnotation true true