Revision history for Perl extension Lingua::TokenParse.
0.01 Thu Apr 3 20:03:39 2003
- original version; created by h2xs 1.22 with options
-X -n Lingua::TokenParse
0.02 Fri Apr 4
- Fixed an undefined value used in the successor method.
- Enhanced and fixed documentation.
0.03 Sat Apr 5
- Handled prefix and suffix hyphens.
- Enhanced documentation.
- Made a handy eg/sample script that uses a dict server.
0.04 Tue Apr 8
- Removed the misleading ..okay broken code to concatinate
unknown fragments in the build_knowns() method.
- Added the entirely crucial, and sorely lacking, reset_parse()
method.
- Added an attribute and build method for the fragment
definitions in the knowns hash.
- Enhanced the eg/ directory.
- Updated the documentation.
- Updated the test suite.
0.05 Wed Apr 9
- Added a trim_knowns() method to concatinate unknowns and remove
"already seen" combinations.
- Added a parse() method to call the individual parsing methods.
- Updated documentation.
- Updated eg/ samples.
- Repaired the broken test suite.
0.06 Thu Apr 10
- Made the output_knowns() method show the fragment definitions.
- Added the token_parse CGI to the eg/ directory.