Augmented Transition Network

E216137

Augmented Transition Network is a type of finite-state machine extended with stack-based memory and procedural actions, widely used in natural language processing for parsing complex sentence structures.

All labels observed (1)

Label Occurrences
Augmented Transition Network canonical 1

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf computational model
finite-state machine formalism
natural language processing technique
parsing formalism
abbreviation ATN
basedOn finite-state automaton
canBeViewedAs pushdown automaton with procedural extensions
canEncode feature information in registers
comparedTo context-free grammar
pushdown automaton
recursive transition network
enables goal-directed parsing
mixed procedural-declarative grammar representation
top-down parsing
extends transition network
formalismFor context-free aspects of natural language
some context-sensitive phenomena
hasComponent arcs
procedural actions
registers
stack-based memory
states
hasFeature actions on arcs
backtracking
conditions on arcs
procedural control
register manipulation
stack operations
subnetwork calls
hasLimitation formal properties depend on allowed procedural extensions
parsers can be difficult to debug
procedural descriptions can reduce declarative clarity
influenced later parsing systems in NLP
introducedInField computational linguistics
represents grammar as network of states and arcs
supports nested constituents
recursive structures
unbounded dependencies
supportsImplementationIn LISP
usedFor natural language understanding
parsing complex sentence structures
syntactic parsing
usedIn computational linguistics
natural language processing

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

ATN refersTo Augmented Transition Network