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
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
3
Q
Parse trees
A
Trees representing the syntactic
structure of a string are often called
parse trees
4
Q
Recogniser
A
a recogniser is a program that correctly classifies strings as grammatical or
ungrammatical
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
6
Q
Definite Clause Grammars
A
for writing grammars that hides the underlying difference list variables
7
Q
A