-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstopwords_en.yml
42 lines (42 loc) · 1.21 KB
/
stopwords_en.yml
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
35
36
37
38
39
40
41
42
# English stopwords:
# https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html)
# IN preposition, subordinating conjunction
IN: of for in by
# DT determiner
DT: a the this
# CC coordinating conjunction
CC: and but or for but yet so
#CD cardinal number
CD: zero one two three four five first second third fourth fifth sixth seventh eighth ninth tenth
#JJ adjective
JJ: blue happy sad
# JJR adjective, comparative bluer, happier
JJR: bluer happier
# JJS adjective, superlative bluest, happiest
JJS: bluest happiest
# LS list marker 1)
# MD modal could, will
MD: could will
# PP personal pronoun
PP: I you he she it we
PRP: I you he she we
# PRP$ Possessive pronoun
PPZ: your my mine ours his her
# RB: adverb
RB: however usually naturally here good
# RBR adverb, comparative better
RBR: better
# RBS adverb, superlative best
# RBS: best
# UH interjection aha
UH: aha
#RP particle
RP: up off
# V verb
V: am are is be can could did do have he is it may might must need no not now of on or she that the to was were
question: what when where who whom why because
# WDT wh-determiner which, who
# WP wh-pronoun who, what
# WP$ possessive wh-pronoun whose
# WRB wh-abverb where, when
PT: Mr. Mrs. Miss Ms. Sir Madam Dr. Prof.