ilcclib.Tokenizer.CTokenizer.CTokenizer C# (CSharp) 메소드

CTokenizer() 공개 메소드

public CTokenizer ( string Text, bool TokenizeSpaces = false ) : System
Text string
TokenizeSpaces bool
리턴 System
        public CTokenizer(string Text, bool TokenizeSpaces = false)
        {
            this.Text = Text;
            this.TokenizeSpaces = TokenizeSpaces;
        }