Exemplo n.º 1
0
 protected abstract bool AutoDisambiguateWithRules(ParseTreeDrawable parseTree);
Exemplo n.º 2
0
 protected abstract bool AutoDisambiguateMultipleRootWords(ParseTreeDrawable parseTree);
Exemplo n.º 3
0
 protected abstract bool AutoFillSingleAnalysis(ParseTreeDrawable parseTree);
Exemplo n.º 4
0
 protected override void AutoDetectMoney(ParseTreeDrawable parseTree)
 {
 }
Exemplo n.º 5
0
 protected override void AutoDetectTime(ParseTreeDrawable parseTree)
 {
 }
Exemplo n.º 6
0
 protected override void AutoDetectOrganization(ParseTreeDrawable parseTree)
 {
 }
Exemplo n.º 7
0
 protected override void AutoDetectLocation(ParseTreeDrawable parseTree)
 {
 }
Exemplo n.º 8
0
 protected override void AutoDetectPerson(ParseTreeDrawable parseTree)
 {
 }
 public TreeModifier(ParseTreeDrawable parseTree, NodeModifier nodeModifier)
 {
     this._parseTree    = parseTree;
     this._nodeModifier = nodeModifier;
 }
Exemplo n.º 10
0
 public TreeToStringConverter(ParseTreeDrawable parseTree, LeafToStringConverter converter)
 {
     this._parseTree = parseTree;
     this._converter = converter;
 }