public DependencyBasedToken(int pos, string word,string lemm,string cpos,string fpos,int head,string depRel,int wCount,MorphoSyntacticFeatures feats,Chasbidegi chasbidegi)
 {
     Position = pos;
     WordForm = word;
     Lemma = lemm;
     CPOSTag = cpos;
     FPOSTag = fpos;
     HeadNumber = head;
     DependencyRelation = depRel;
     TokenCount = wCount;
     MorphoSyntacticFeats = feats;
     ChasbidegiType = chasbidegi;
 }
Example #2
0
 public DependencyBasedToken(int pos, string word, string lemm, string cpos, string fpos, int head, string depRel, int wCount, MorphoSyntacticFeatures feats, Chasbidegi chasbidegi)
 {
     Position             = pos;
     WordForm             = word;
     Lemma                = lemm;
     CPOSTag              = cpos;
     FPOSTag              = fpos;
     HeadNumber           = head;
     DependencyRelation   = depRel;
     TokenCount           = wCount;
     MorphoSyntacticFeats = feats;
     ChasbidegiType       = chasbidegi;
 }