v2.0.0
github-actions
released this
11 Nov 20:02
·
22 commits
to refs/heads/main
since this release
What’s Changed
- Allow wildcards to be followed by expansion rules and lists
- Use regular expressions to filter sentence templates
- Add
filter_with_regex
to intent settings and intent data (false
disables regex filtering) - Filter text slot list values by required/excluded context during matching
- Use a trie to filter range slot list values based on remaining text to be matched
- Add
required_keywords
section to intent data to skip sentences without specific keywords - Preserve case during matching
- Strip punctuation before text processing
- Remove extraneous whitespace from the end of wildcards
- Refactor string matching code into
string_matcher.py
⬆️ Dependencies
2 changes
- #175 - Bump tox from 4.23.0 to 4.23.2 (@dependabot)
- #176 - Bump mypy from 1.12.1 to 1.13.0 (@dependabot)