Home Page of Natural Language Analysis
Abstract:
This is the first stage of Natural Language Analysis (Parsing) which
analyzes the syntactic structure of sentences. Parsing not only varifies
that sentences are syntactically well formed but also determines their
linguistic relations such as subject-verb, verb-object, and noun modifier,
the parser provides a framework for semantic interpretation. This is
often represented as a parse tree.
Static version of Natural Language Analysis:
|
This picture shows the sentence that will be derived. When the actual VRML
world is viewed, the user can click on the box to get the next animations.
|
|
This snapshot shows that the sentence is substituted by noun phase(NP) and
verb phase(VP). When the actual VRML world is viewed, the user can see
this view by clicking on the view point "view1".
|
|
Here the noun phase is substituted by Def and noun. When the actual VRML
world is viewed, the user can see this view by clicking on the view point
"view2".
|
|
Here the verb phase is substituted by verb and noun phase. When the actual
VRML world is viewed, the user can see this view by clicking on the view
point "view3".
|
|
Here the noun phase is substitued by Def and noun. When the actual VRML
world is viewed, the user can see this view by clicking on the view point
"view4".
|
Resources used for
this visualization
Students taking the NDSU CS 724 course do not need to understand the
internals of the visualization operation.
These links are to help if you are interested in the internals of the
visualization process. They also should
help if you want to use these visualizations in other environment.
The files used for this system are as follows:
- tree02.wrl: This is a VRML world showing an
example for parsing a sentence and then creating a parse tree out of it.