UNPKG
ldawithmorelanguages
Version:
latest (0.0.1)
0.0.1
LDA topic modeling for node.js with more languages.
github.com/herasium/lda
herasium/lda
ldawithmorelanguages
/
lib
/
stopwords_st.js
34 lines
(33 loc)
•
385 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
exports.stop_words
= [
"a"
,
"ba"
,
"bane"
,
"bona"
,
"e"
,
"ea"
,
"eaba"
,
"empa"
,
"ena"
,
"ha"
,
"hae"
,
"hape"
,
"ho"
,
"hore"
,
"ka"
,
"ke"
,
"la"
,
"le"
,
"li"
,
"me"
,
"mo"
,
"moo"
,
"ne"
,
"o"
,
"oa"
,
"re"
,
"sa"
,
"se"
,
"tloha"
,
"tsa"
,
"tse"
]
;