Introducing the Grammatical Parser
This parser is a sophisticated web-based application that provides a semi-automated assistance for software engineers that are in need of applying a grammatical parsing approach. The reason we are developing this web-based application is to allow software engineers to identify, isolate and modify nouns and verb within a narrative. When just getting the job done is work enough, the last thing you need is to waste time having to learn yet another computer application. Your experience with other software tools should be relevant to each new application, making it possible to sit down and use that new application right away.
Grammatical Parser Definitions
A Narrative representation in art of an event or story.
A Noun is the name of a person, place, thing, or idea. Whatever exists, we assume, can be named, and that name is a noun.
A Verb carry the idea of being or action in the sentence.
Algorithm or program to determine the syntactic structure of a sentence or string of symbols in some language. A parser normally takes as input a sequence of tokens output by a lexical analyser. It may produce some kind of abstract syntax tree as output. One of the best known parser generators is yacc.
Grammatical Parser Home Page
The Home page is where the user can enter there specified narrative to be parsed and link to the online help menu.
Instuctions on Entering a Narrative for best results
- The grammatical parser on recognizes English language words
- Use proper punctuation when entering sentences.
- Verify words in narrative are correctly spelled.
- Use common English words instead of technical English words.
Grammatical Parser Modification Page
The Modification page is where the user can modify the nouns and verbs parsed out of there specified narrative. The user will be able to link to home page from the modification page.
Instuctions on Modifying Narrative
- View the list of nouns and verbs parsed from selected narrative.
- Pay special attention to words that are highlighted, underlined and words that are red or black. Red or black or highlighted words are words that may need to be change.
- Select the drop-down boxes to the right of each word to change its function.
Grammatical Parser Final Page
The Final page is where the user can view the list of nouns and verbs parsed from their specified narrative. The user will be able to link to home page from the final page.