Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to MultiMap for Adjective, Verb and Adverb linking to nouns. #24

Open
Daniel061 opened this issue Jan 4, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Daniel061
Copy link
Owner

Is your feature request related to a problem? Please describe.
Not yet but with the need to add adverbs to the verbs/adjectives associated with nouns, the manual list searching/adding coding is not very readable.

Describe the solution you'd like
Have maps for each memory cell and if that cell is a noun, these maps would store and be searchable, adjectives, verbs used with these as well as adverbs.

Describe alternatives you've considered
Hand coding the multidimensional arrays which exist now for adjectives and verbs.

Additional context
Multimaps are maybe the best way to implement this, but maybe there's a better data type or new class.

@Daniel061 Daniel061 added the enhancement New feature or request label Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant