Skip to content

Releases: sedthh/lara-hungarian-nlp

v2.0.0

07 Sep 16:07
Compare
Choose a tag to compare

Lara 2.0.0 and up is available under the MIT license.

v1.2.0

26 Jun 11:54
Compare
Choose a tag to compare
  • parser Intents() match_order() now accepts preferences in reverse order
  • typo_prefix and typo_affix now accepts matches where the prefixes/affixes are separated with a space from the stem
  • fixed a bug where an empty typo_stem would match all texts
  • parser Extract() commands() now returns a single list and allows quotes to define keywords with spaces in them
  • parser Extract() number converter now accepts numbers like "háromszor" "kétszer"
  • fixed a bug where \b would be interpreted as a character instead of \b for regex boundary declarations in stems
  • updated inverse stemmer for articles and added the word "Budapest" as an exception
  • nlp now has a function for generating "a" or "az"
  • parser Intents now matches typo stems with accidental "ű" letters pressed at the end
  • fixed a bug where parser Extract() timestamps() multiple times would return an empty list (due to caching of regex finditer functions)
  • fixed reported issue with dates()
  • fixed reported issue with times()
  • updated entities based on user feedback
  • updated and added further topics to smalltalk entities
  • added more test cases and examples
  • updated README.md

1.1.6

11 May 15:21
Compare
Choose a tag to compare
  • added just_saking() stemmer for stemming words in questions
  • added inverse() stemmer for adding prefixes to words in accordance with their vowel harmony
  • improved vowel harmony detection
  • added match_order() function for Parser Class to match Intents based on preferences
  • added more test cases
  • updated some examples

1.1.0

04 May 12:12
Compare
Choose a tag to compare
  • improved parser Intents() clean() function and added deep cleaning option
  • improved adjective parsing
  • improved entities
  • improved test_entities to be able to send warnings for more accidental declarations, typos, etc. in entities

v1.0.5

20 Apr 16:09
Compare
Choose a tag to compare
  • minor bug fixes
  • improved entities based on user feedback
  • improved unit tests for entities
  • improved datetime extraction functions
  • tippmix stemmer is now stemmer.tippmix()

v1.0.0

03 Apr 14:38
Compare
Choose a tag to compare

LARA 1.0.0 is finally released under dual licensing.