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(); } }
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(); } }
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(); } }