lexicor 0.1.1
lexicor: ^0.1.1 copied to clipboard
An optimized, strictly typed, offline interface for the Open English WordNet database.
0.1.1 #
- Documentation: Improved README and added example.
- Performance: Added benchmark script.
0.1.0 #
- 🚀 Initial Release: Launched Lexicor, the strictly typed Open English WordNet interface.
- Database: Included optimized SQLite database.
- API:
- Added
Lexicorfacade withinit(),lookup(), andrelated(). - Added
StorageModeto support both Disk and In-Memory operations. - Added
SpeechPart,DomainCategory, andRelationTypeenums for strict typing. - Added smart morphology resolution (stemming) for lookups.
- Added