public static InputFormat newPresegmentedTokenizer(InputFormat DISOWN)
        {
            global::System.IntPtr cPtr = udpipe_csharpPINVOKE.InputFormat_newPresegmentedTokenizer(InputFormat.getCPtrAndDisown(DISOWN));
            InputFormat           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new InputFormat(cPtr, true);

            return(ret);
        }