Skip survey header

General Knowledge Practice Quiz: Natural Language Processing Quiz 1

Enjoy the following 10 question quiz from GoCertify

1. Which type of model assigns probabilities to given sequences of words by means of a probability distribution? *This question is required.
2. A corpus annotated with verbal propositions and their arguments is known as which of the following? *This question is required.
3. Which part of NLP is focused on determining the corresponding text when presented with an image showing printed text? *This question is required.
4. When it comes to dependency parsing, or any dependency-based approach to syntax, the structure of a sentence is described in terms of a set of relationships of what type? *This question is required.
5. Patterns in text are often expressed and identified by which of the following (commonly used in various applications of computer science)? *This question is required.
6. What are the two types of finite state automation available?
7. The regular expression z* matches which of the following?
8. When working with regular expressions and a programming language such as Python or Java, which of the following means the phrase candle must be at the start of a line?
9. When working with regular expressions and a programming language such as Python or Java, which of the following characters means the previous item is optional?
10. Which of the following regular expressions matches sequences of zero or more pairs of zebra?