Class: Keyphrase::Stoplist::Afr

Inherits:
Object
  • Object
show all
Defined in:
lib/keyphrase/stoplist/afr.rb

Class Method Summary collapse

Class Method Details

.stopwordsObject



4
5
6
7
8
9
10
11
# File 'lib/keyphrase/stoplist/afr.rb', line 4

def self.stopwords
  @@stopwords ||= %w{
    'n aan af al as baie by daar dag dat die dit een ek
    en gaan gesê haar het hom hulle hy in is jou jy kan
    kom ma maar met my na nie om ons op saam sal se sien
    so sy te toe uit van vir was wat ʼn
  }
end