dictosaurus 1.0.0
dictosaurus: ^1.0.0 copied to clipboard
Dictionary, thesaurus and term expansion utilities used in natural language processing.
1.0.0 #
STABLE
0.0.23 #
0.0.22+1 #
0.0.22 #
0.0.21 #
0.0.18 #
0.0.17 #
0.0.16 #
0.0.15 #
Beta
Breaking changes #
- Removed
Thesaurusinterface. - Renamed
TermPropertiesinterface toDictionaryEntry. - Removed parameter
endpointfromDictionaryCallbackfunction definition. - Removed
DictionaryEndpointenum. - Removed
Dictionary.phrasesWith,Dictionary.inflectionsOf,Dictionary.definitionsFor,Dictionary.synonymsOf,Dictionary.pronunciationsOf,Dictionary.lemmasOfandDictionary.antonymsOfmethods. - Added method
Dictionary.getEntryfrom interface.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.14 #
0.0.13 #
0.0.11 #
0.0.10 #
Beta
Breaking changes #
- Changed
String TermProperties.languageCodetoLanguage TermProperties.language. - Changed
String Dictionary.languageCodetoLanguage Dictionary.language. - Changed
String Dictosaurus.languageCodetoLanguage Dictosaurus.language. - Added
Dictionary.translatemethod toDictionary.
New #
- Added
Languageto package exports.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.9 #
Beta
Breaking changes #
- Added property
TermVariant.etymologies. - Added method
TermProperties.etymologiesOf. - Added method
TermProperties.allEtymologies. - Added method
TermProperties.etymologiesMap. - Added method
Dictionary.pronunciationsOf. - Added method
Dictionary.etymologiesOf.
New #
- Added property
TermVariant.etymologies. - Added method
TermProperties.etymologiesOf. - Added method
TermProperties.allEtymologies. - Added method
TermProperties.etymologiesMap. - Added method
Dictionary.pronunciationsOf. - Added method
Dictionary.etymologiesOf.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.8 #
Beta
Breaking changes #
- Removed property
TermProperties.phonetic. - Renamed class
TermVarianttoTermVariant. - Added property
TermVariant.pronunciations. - Added method
TermProperties.pronunciationsOf. - Added method
TermProperties.allPronunciations. - Added method
TermProperties.pronunciationsMap.
New #
- Added class [Pronunciation].
- Added property
TermVariant.pronunciations. - Added method
TermProperties.pronunciationsOf. - Added method
TermProperties.allPronunciations. - Added method
TermProperties.pronunciationsMap.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.7 #
0.0.6 #
0.0.5 #
0.0.4 #
Beta
Breaking changes #
- Changed field
TermProperties.synonymsMapto a method. - Changed field
TermProperties.antonymsMapto a method. - Changed field
TermProperties.definitionsMapto a method. - Changed field
TermProperties.phrasesMapto a method. - Changed field
TermProperties.inflectionsMapto a method.
New #
- Added
TermProperties.phrasesWithmethod. - Added
TermProperties.inflectionsOfmethod. - Added
TermProperties.definitionsFormethod. - Added
TermProperties.synonymsOfmethod. - Added
TermProperties.antonymsOfmethod.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.3 #
Beta
Breaking changes #
- Changed signature of
Thesaurusunnamed factory, useThesaurus.callBackfactory instead.
New #
- Added
Thesaurus.callBackfactory constructor. - Added
ThesaurusBaseabstract class. - Added
DictionaryBaseabstract class. - Added
AutoCorrectBaseabstract class. - Added
TermPropertiesBaseabstract class. - Added
TermVariantMixinmixin class.
Updated #
- Documentation.
0.0.2 #
Beta
Breaking changes #
- Removed
text_indexingpackage from library exports. - Removed
AutoCorrectunnamed factory constructor. - Removed
AutoCorrect.inMemoryfactory constructor. - Changed signature of
DictoSaurusunnamed factory. - Removed [Dictionary], [Thesaurus] and [AutoCorrect] implementations from [DictoSaurusMixin].
New #
- Added [DictoSaurus.fromComponents] factory constructor.
- Added [DictionaryMixin], [ThesaurusMixin] and [AutoCorrectMixin] implementations to [DictoSaurusBase].
- Added
ThesaurusMixintodictosauruspackage exports. - Added
[AutoCorrect.kGram]static factory method.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.1-beta.7 #
Breaking changes #
- Renamed
DictionaryEntrytoTermProperties. - Renamed
TermVarianttoTermVariant. - Added
Dictionary.phrasesWith,Dictionary.definitionsForandDictionary.inflectionsOfmethods. - Interface
DictosaurusimplementsDictionary,ThesaurusandAutocorrect.
Updated #
- Documentation.
- Tests.
- Examples.
- Dependencies.
0.0.1-beta.5 #
0.0.1-beta.4 #
PRE-RELEASE
New #
- Functional early versions of
Dictionary,AutoCorrect,ThesaurusandDictoSaurus. - Object model
TermProperties. - Object model
TermVariant. - Enum
PartOfSpeech.
0.0.1-beta.1 #
PRE-RELEASE
- Initial version.