Version 1.0 First Full Product Release
This is the first official release of lexgo. After the initial releases, I realized I could get much better performance using the tried and true GNU grep command line tool available ubiquitously on linux systems. The trie structure is removed vastly simplifying the code. The lexgo tool is now more of a wrapper around grep helping language students and teachers explore various language lexicons.
Major Updates
- Transitioned the main lexgo command to use grep speeding up performance.
- Added a new option to change the language. As of 1.0, english, spanish, french, protuguese, and german are supported.
- Added command options and parameter validations.
- Added basic tests for validating some of the basic functions.
Known Issues
During testing, I discovered some errors related to text encoding/decoding. I need to find the source of the issue. You can reproduce with command
lexgo -l pt "testar"