class documentation

class SnowballTest(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method test_arabic this unit testing for test the snowball arabic light stemmer this stemmer deals with prefixes and suffixes
Method test_german Undocumented
Method test_russian Undocumented
Method test_short_strings_bug Undocumented
Method test_spanish Undocumented
def test_arabic(self): (source)

this unit testing for test the snowball arabic light stemmer this stemmer deals with prefixes and suffixes

def test_german(self): (source)

Undocumented

def test_russian(self): (source)

Undocumented

def test_short_strings_bug(self): (source)

Undocumented

def test_spanish(self): (source)

Undocumented