Commit 9efe5e53 by Sartika Aritonang

Upload New File

parent 58fb8861
class DontStemShortWord(object):
"""description of class"""
def visit(self, context):
if self.is_whort_word(context.current_word):
context.stopProcess()
def is_whort_word(self, word):
return len(word) <= 3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment