Unit tests for the linguistics module. This is version 1.
-
-
Program Control - What shall we test? -
Relating - Providing a sense of meaning for relationships. -
Banking - Filling a vocabulary bank with nouns, verbs, prepositions and so on. -
Diagramming - Turning a file of natural language into a syntax tree. -
Interpreting - Printing out diagrams of the sentences.
-
This program also incorporates the following web(s) as module(s):
-
services/inflections - A library for adapting words or short phrases for linguistic purposes. -
services/lexicon - A library of code to assign and retrieve meanings for excerpts of text. -
services/linguistics - A library of code to create grammatical categories of vocabulary. -
services/syntax - A library of code to build a parse tree and break text into sentences. -
services/words - A library of code for reading natural language into a stream of words. -
inweb/foundation - A library of utility functions for command-line tools.
Powered by Inweb.