Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Part-of-Speech (PoS) Tags
2
+
3
+ Below are the Part-of-Speech (PoS) tags used in the model:
4
+
5
+ | **Tag** | **Meaning** | **Examples** |
6
+ |-----------|------------------------------------------------------|--------------------------------|
7
+ | ADP | Adposition (prepositions or postpositions) | in, on, by |
8
+ | ADJ | Adjective | significant, global |
9
+ | ADV | Adverb | quickly, often |
10
+ | AUX | Auxiliary verb | is, was |
11
+ | CCONJ | Coordinating conjunction | and, but |
12
+ | DET | Determiner | the, a |
13
+ | INTJ | Interjection | oh, wow |
14
+ | NOUN | Noun | man, city |
15
+ | NUM | Number | one, 2022 |
16
+ | PART | Particle | 's, to |
17
+ | PRON | Pronoun | he, which |
18
+ | PROPN | Proper noun | Neil Armstrong, Paris |
19
+ | PUNCT | Punctuation mark | ,, . |
20
+ | SCONJ | Subordinating conjunction | because, although |
21
+ | SYM | Symbol | $, % |
22
+ | VERB | Verb | run, is |
23
+ | X | Other (generally words that do not fit into other categories) | [not defined] |
24
+