File size: 2,038 Bytes
6867241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
## Part-of-Speech (PoS) Tags

Below are the Part-of-Speech (PoS) tags used in the model:

| **Tag**   | **Meaning**                                          | **Examples**                  |
|-----------|------------------------------------------------------|--------------------------------|
| ADP       | Adposition (prepositions or postpositions)           | in, on, by                     |
| ADJ       | Adjective                                            | significant, global            |
| ADV       | Adverb                                               | quickly, often                 |
| AUX       | Auxiliary verb                                       | is, was                        |
| CCONJ     | Coordinating conjunction                             | and, but                       |
| DET       | Determiner                                           | the, a                         |
| INTJ      | Interjection                                         | oh, wow                        |
| NOUN      | Noun                                                 | man, city                      |
| NUM       | Number                                               | one, 2022                      |
| PART      | Particle                                              | 's, to                         |
| PRON      | Pronoun                                               | he, which                      |
| PROPN     | Proper noun                                          | Neil Armstrong, Paris          |
| PUNCT     | Punctuation mark                                     | ,, .                           |
| SCONJ     | Subordinating conjunction                            | because, although              |
| SYM       | Symbol                                               | $, %                           |
| VERB      | Verb                                                 | run, is                        |
| X         | Other (generally words that do not fit into other categories) | [not defined]                 |