C# Class Lucene.Net.Analysis.Snowball.TestSnowballVocab

Test the snowball filters against the snowball data tests
Mostra file Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
AssertCorrectOutput ( string snowballLanguage, string dataDirectory ) : void

For the supplied language, run the stemmer against all strings in voc.txt The output should be the same as the string in output.txt

TestStemmers ( ) : void