TestFilterTokens() private method

private TestFilterTokens ( ) : void
return void
Ejemplo n.º 1
0
        public static void  Main(System.String[] args)
        {
            TestSnowball t = new TestSnowball();

            t.TestEnglish();
            t.TestFilterTokens();
        }
Ejemplo n.º 2
0
        public static void  Main(System.String[] args)
        {
            TestSnowball t = new TestSnowball();

            t.TestEnglish();
            t.TestFilterTokens();
        }