Parsing Engine

Uses of Class
danbikel.util.IntCounter

Packages that use IntCounter
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
danbikel.parser.arabic Provides language-specific classes necessary to parse Arabic. 
danbikel.parser.constraints Provides interfaces and classes to allow constrain-parsing. 
 

Uses of IntCounter in danbikel.parser
 

Methods in danbikel.parser with parameters of type IntCounter
protected  Sexp Parser.convertUnknownWords(Sexp tree, IntCounter currWordIdx)
          Converts certain words (leaves) in the specified tree to their associated word-feature vectors.
 

Uses of IntCounter in danbikel.parser.arabic
 

Methods in danbikel.parser.arabic with parameters of type IntCounter
protected  int Training.contains(StringBuffer searchBuf, String[] searchPatterns, IntCounter patternIdx)
          Helper method used by TagMap.transformTag(Word).
 

Uses of IntCounter in danbikel.parser.constraints
 

Constructors in danbikel.parser.constraints with parameters of type IntCounter
LexTreeConstraint(LexTreeConstraint parent, Sexp tree, IntCounter currWordIdx, HeadFinder headFinder)
          Constructs a tree of constraints that is isomorphic to the specified parse tree.
PartialLexTreeConstraint(PartialLexTreeConstraint parent, Sexp tree, IntCounter currWordIdx, HeadFinder headFinder)
          A helper constructor used by PartialLexTreeConstraint.PartialLexTreeConstraint(Sexp) to construct an entire tree of constraints.
PartialTreeConstraint(PartialTreeConstraint parent, Sexp tree, IntCounter currWordIdx)
          A helper constructor for constructing a tree of constraints rooted at the specified subtree with the specified parent.
UnlexTreeConstraint(UnlexTreeConstraint parent, Sexp tree, IntCounter currWordIdx)
          Constructs a tree of constraints isomorphic to the specified unlexicalized syntactic tree.
 


Parsing Engine

Author: Dan Bikel.