Lucene.Net.Analysis.De.TestGermanMinimalStemFilter.TestVocabulary C# (CSharp) 메소드

TestVocabulary() 개인적인 메소드

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