Terms
Description
Scribe will be using Trie based autocompletions, but we have a question of whether this will be feasible for all languages. As a fallback, it would be great if we could use the nouns table for an MVP autocomplete feature that could also be used in case a new language doesn't have a valid Trie structure. This would be a selection from the nouns table from those columns that are in the contract for the numbers - i.e. get words that alphabetically follow the word being typed based on all columns that are numbers section.
Contribution
Happy to support here and review a PR! 🚀