Dependency Parsing

Dependency Parsing

1st Grade

5 Qs

quiz-placeholder

Similar activities

Manajemen Data

Manajemen Data

1st Grade

10 Qs

Looping

Looping

KG - 1st Grade

10 Qs

AI Tools for Academic Writing

AI Tools for Academic Writing

1st Grade

8 Qs

วิทยาการคำณวน ม.1 บทที่ 6

วิทยาการคำณวน ม.1 บทที่ 6

1st Grade

8 Qs

A story in your own language

A story in your own language

1st - 5th Grade

5 Qs

PRE TEST - NEW SCN - EIN AE - 22 DEC 2020

PRE TEST - NEW SCN - EIN AE - 22 DEC 2020

KG - 1st Grade

10 Qs

2-9-2022 Brownbag Session

2-9-2022 Brownbag Session

1st - 10th Grade

10 Qs

Dependency Parsing

Dependency Parsing

Assessment

Quiz

Computers

1st Grade

Easy

Created by

Yuan Wei

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Constituency and dependency parsing are two methods that use different types of grammars

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

While working with text data obtained from news sentences, which are structured in nature, which of the grammar-based text parsing techniques can be used for noun phrase detection, verb phrase detection, subject detection and object detection

Part of speech tagging (POS)

Dependency Parsing and Constituency Parsing

Skip Gram and N-Gram extraction

Continuous Bag of Words (BOW)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Dependency parsing helps assign a syntactic structure to a sentence. Therefore, it is also called syntactic parsing. Dependency parsing is one of the critical tasks in NLP. It allows the analysis of a sentence using parsing algorithms.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Difference between Dependency Parsing and Constituency Parsing

Dependency parsing doesn't make use of phrasal constituents or subphases, but Constituency Parsing does.

Constituency Parsing doesn't make use of phrasal constituents or subphases, but Dependency parsing does.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select three rules from Arc-standard

ARC-LEFT

REDUCE

ARC-RIGHT

SHIFT