Beispiel #1
0
 public TagsComponent()
 {
     state  = new CurrentTaggingState();
     tagger = new Tagger(state);
     tagPropagationComponent = new TagPropagationComponent(state);
 }
 public TagsComponent()
 {
     this.state  = new CurrentTaggingState();
     this.tagger = new Tagger(this.state);
     this.tagPropagationComponent = new TagPropagationComponent(this.state);
 }