Package Exports
- auto-suggest-ai
- auto-suggest-ai/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (auto-suggest-ai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Context-Based Autocomplete
A context-based autocomplete npm module that suggests words related to specific contexts using pre-trained NLP models.
Features
- Context-aware word suggestions based on specified entities
- Utilizes pre-trained SpaCy transformer models
- Supports custom words along with context based suggestions
Installation
npm i auto-suggest-ai
Contexts
0 - Location
1 - Names
2 - Organizations
3 - Events
4 - Language
5 - Custom words
*Subjected to scope of limited entities.