Ada.Matchers.BoWPoS.PosTagger.PosTagger C# (CSharp) Method

PosTagger() public method

public PosTagger ( ) : System.Collections.Generic
return System.Collections.Generic
        public PosTagger()
        {
            //if (!File.Exists(modelPath))
            //{
            //    File.WriteAllBytes(modelPath, Properties.Resources.Model);
            //}

            //tagger = new MaxentTagger(modelPath, new java.util.Properties(), false);
        }