Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonGeckoCom/neon_utterance_normalizer_plugin
https://github.com/NeonGeckoCom/neon_utterance_normalizer_plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/NeonGeckoCom/neon_utterance_normalizer_plugin
- Owner: NeonGeckoCom
- License: other
- Created: 2021-11-19T08:45:46.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-16T01:04:09.000Z (11 months ago)
- Last Synced: 2024-05-19T06:07:37.581Z (6 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ovos-plugins - neon_utterance_normalizer_plugin - pre-intent action (OPM plugins / Utterance Transformers)
README
# Utterance Normalizer Plugin
Normalizes utterances by stripping quotes, trailing punctuation, normalization
(numeric substitutions, expanded contractions), and removing articles.
Original utterances are preserved and returned utterances are returned in order:
1. No Punctuation, Normalized
2. No Punctuation, Normalized, Removed Articles
3. No Punctuation
4. Original Utterances
> Wrapping `"` symbols are removed from all normalized strings
## Configuration
This plugin can be enabled and configured as described below. By default, all
normalization is completed.```yaml
utterance_transformers:
neon_utterance_normalizer_plugin:
remove_punctuation: True
remove_articles: False
```