

MCQOPTIONS
Saved Bookmarks
1. |
What is a sentence parser typically used for? |
A. | It is used to parse sentences to check if they are utf-8 compliant. |
B. | It is used to parse sentences to derive their most likely syntax tree structures. |
C. | It is used to parse sentences to assign POS tags to all tokens. |
D. | It is used to check if sentences can be parsed into meaningful tokens. |
Answer» C. It is used to parse sentences to assign POS tags to all tokens. | |