示例#1
0
 public void SetRange(int index, Analyses values)
 {
     morphodita_csharpPINVOKE.Analyses_SetRange(swigCPtr, index, Analyses.getCPtr(values));
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public void tagAnalyzed(Forms forms, Analyses analyses, Indices tags)
 {
     morphodita_csharpPINVOKE.Tagger_tagAnalyzed(swigCPtr, Forms.getCPtr(forms), Analyses.getCPtr(analyses), Indices.getCPtr(tags));
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public Analyses(Analyses other) : this(morphodita_csharpPINVOKE.new_Analyses__SWIG_1(Analyses.getCPtr(other)), true)
 {
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }