Package nltk_lite :: Package contrib :: Package mit :: Package six863 :: Package parse :: Module category
[hide private]
[frames] | no frames]

Module category

source code

Classes [hide private]
  Category
A Category is a wrapper for feature dictionaries, intended for use in parsing.
  GrammarCategory
A class of Category for use in parsing.
  SubstituteBindingsI
An interface for classes that can perform substitutions for feature variables.
  ParserSubstitute
A lambda calculus expression parser, extended to create application expressions which support the SubstituteBindingsI interface.
  ApplicationExpressionSubst
A lambda application expression, extended to implement the SubstituteBindingsI interface.
  GrammarFile
Functions [hide private]
 
makevar(varname)
Given a variable representation such as ?x, construct a corresponding Variable object.
source code
 
demo() source code