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