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