diff --git a/POS_Tags_guide.md b/POS_Tags_guide.md
new file mode 100644
index 0000000..7b88dc6
--- /dev/null
+++ b/POS_Tags_guide.md
@@ -0,0 +1,39 @@
+
Part-Of-Speech Tag List:
+
+- CC: Coordinating conjunction
Example: The soccer in the park is entertaining in the winter, but it’s better in the heat of summer.
+- CD: Cardinal digit
Example: I bought two workstations while my sister bought three hundred and forty-two mainframes.
+- DT: Determiner
Example: Some kings get all the attention, meaning that the current king is a role model.
+- EX: Existential there
Example: There are some men who are here to see you.
+- FW: Foreign word
Example: Do you know what 好 means?
+- IN: Preposition
Example: We finished coding after the meeting.
+- IN: Subordinating conjunction
Example: I bought some chicken because I was hungry.
+- JJ: Adjective
Example: The food was delicious.
+- JJR: Comparative adjective
Example: The weather was colder today than yesterday.
+- JJS: Superlative adjective
Example: That was the clearest example that I have ever seen.
+- LSM: List marker
Example: 1) You must buy some bread.
+- MD: Modal verb
Example: The weather could get worse, so I will see you tomorrow.
+- NN: Singular noun
Example: That apple was appalling.
+- NNS: Plural noun
Example: Those apples were appalling.
+- NNP: Singular proper noun
Example: I saw Bob yesterday on my way to work.
+- NNPS: Plural proper noun
Example: He supported the Americans.
+- PDT: Predeterminer
Example: All the candidates agreed with him.
+- POS: Possessive ending
Example: He was my cousin's friend.
+- PRP: Personal pronoun
Example: I was walking to the cinema while he was going to the opera.
+- PRP\$: Possessive pronoun
Example: Those are yours, but the rest are for my friend.
+- RB: Adverb
Example: The president was very surprised.
+- RBR: Comparative adverb
Example: The boss spoke more slowly the second time.
+- RBS: Superlative adverb
Example: He walked the furthest of all the volunteers.
+- RP: Particle
Example: I cleaned up my room.
+- TO: Spatial to
Example: I went to the store.
+- UH: Interjection
Example: Hooray!
+- VB: Verb in base form
Example: I cook chicken everyday.
+- VBD: Verb in past tense
Example: I took the chicken from the fridge.
+- VBG: Gerund
Example: I like walking.
+- VBG: Present participle
Example: I was walking down the street.
+- VBN: Past participle verb
Example: The president has been chosen.
+- VBP: Verb in singular present tense (non-3rd person)
Example: I am cooking dinner right now.
+- VBZ: Verb in singular present tense (3rd-person)
Example: He is cleaning the garage right now.
+- WDT: Wh-determiner
Example: The company sold the phones, which were expensive to produce.
+- WP: Wh-pronoun
Example: What do you want?
+- WP\$: Possessive wh-pronoun
Example: Whose bag is this?
+- WRB: Wh-abverb
Example: Why did you do that?