Verwendungen von Klasse
opennlp.tools.parser.Cons
Packages, die Cons verwenden
Package
Beschreibung
Package containing common code for performing full syntactic parsing.
-
Verwendungen von Cons in opennlp.tools.parser
Methoden in opennlp.tools.parser mit Parametern vom Typ ConsModifizierer und TypMethodeBeschreibungprotected void
AbstractContextGenerator.cons2
(List<String> features, Cons c0, Cons c1, Collection<Parse> punct1s, boolean bigram) protected void
AbstractContextGenerator.cons3
(List<String> features, Cons c0, Cons c1, Cons c2, Collection<Parse> punct1s, Collection<Parse> punct2s, boolean trigram, boolean bigram1, boolean bigram2) Creates cons features involving the 3 specified nodes and adds them to the specified feature list.