Natural Language Processing Flashcards

1
Q

Context free grammars

A

CFGs are a very powerful mechanism,
and can handle most syntactic aspects
of natural languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does a grammar look like?

A
  • The → symbol is used to
    define the rules
  • The symbols s, np, vp,
    det, n, v are called the
    non-terminal symbols
  • The symbols in italics are
    the terminal symbols:
    the, a, man
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Parse trees

A

Trees representing the syntactic
structure of a string are often called
parse trees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Recogniser

A

a recogniser is a program that correctly classifies strings as grammatical or
ungrammatical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Parser

A

A context free parser correctly decides
whether a string belongs to the
language generated by a context free
grammar
* And it also tells us what its structure is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Definite Clause Grammars

A

for writing grammars that hides the underlying difference list variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly