Question: You can use the rule / frequency - based PoS tagger ( which you can build with the training data set provided above ) to

You can use the rule/frequency-based PoS tagger (which you can build with the training data set provided above) to find out the PoS tag for each word of any sentence.
Now, use this data set to create PoS tags for the sentence He wished he was rich.(Ignore the case of the words in the sentence as well as in the training data). Match the words in the left column with their PoS tags in the column on the right.
1. He a. VERB
2. wished b. ADJ
3. he c. PRON
4. was d. NOUN
5. rich e. ADP
[1->c,2->a,3->c,4->a,5->b]
[1->a,2->d,3->a,4->c.5-b]
[1->e,2->d,3->e,4->c.5-b]
[1->b,2->a,3->b,4->d.5-e]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!