Next: Non-functional Requirements
Up: NATURAL LANGUAGE PROCESSING
Previous: NATURAL LANGUAGE PROCESSING
Contents
The NLP unit should conform to the following requirements specification:
- Semantic output - the NLP module must receive phrase data and generate
the semantic parse tree for that input.
- Parsing algorithm - the most efficient parsing algorithm applicable
shall be used in order to produce the semantics from the textual input.
- Pragmatic output - using the semantics of the original input, a pragmatic
response should be generated.
- Error handling - the modules should deal with erroneous, unparsable
or pragmatically incorrect inputs by reporting an appropriate error
message.
Andrew P Coates (UG)
2002-07-17