Skip to content

Commit

Permalink
Merge unreleased 1.9 in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Nov 7, 2024
1 parent d911a27 commit 5830eca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@

- 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`

## 1.9.0

- 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

## 1.8.0

- Bump `unicode-rbnf` to 2.0.0
Expand Down

0 comments on commit 5830eca

Please sign in to comment.