Namespace NOpenNLP.Tools.Parser.Treeinsert
Package containing experimental code for performing full syntactic parsing using attachment decisions.
Classes
- BuildContextGenerator
Creates the features or contexts for the building phase of parsing. This phase builds constituents from the left-most node of these constituents.
- Parser
Built/attach parser. Nodes are built when their left-most child is encountered. Subsequent children are attached as daughters. Attachment is based on node in the right-frontier of the tree. After each attachment or building, nodes are assesed as either complete or incomplete. Complete nodes are no longer elligable for daughter attachment. Complex modifiers which produce additional node levels of the same type are attached with sister-adjunction. Attachment can not take place higher in the right-frontier than an incomplete node.