Lucene.Net.Analysis.No.TestNorwegianLightStemFilter.TestNynorskVocabulary C# (CSharp) Méthode

TestNynorskVocabulary() private méthode

private TestNynorskVocabulary ( ) : void
Résultat void
        public virtual void TestNynorskVocabulary()
        {
            Analyzer analyzer = new AnalyzerAnonymousInnerClassHelper2(this);
            VocabularyAssert.AssertVocabulary(analyzer, GetDataFile("nn_light.txt"));
        }