Lucene.Net.Analysis.Ru.TestRussianLightStemFilter.TestVocabulary C# (CSharp) 메소드

TestVocabulary() 개인적인 메소드

private TestVocabulary ( ) : void
리턴 void
        public virtual void TestVocabulary()
        {
            VocabularyAssert.AssertVocabulary(analyzer, GetDataFile("rulighttestdata.zip"), "rulight.txt");
        }