Method: Sastrawi::Stemmer::Context::Visitor::DontStemShortWord#short_word?

Defined in:
lib/sastrawi/stemmer/context/visitor/dont_stem_short_word.rb

#short_word?(word) ⇒ Boolean



10
11
12
# File 'lib/sastrawi/stemmer/context/visitor/dont_stem_short_word.rb', line 10

def short_word?(word)
  word.length <= 3
end