Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NLP ¶
type NLP struct { Nouns map[string]struct{} //List of known nouns Verbs map[string]struct{} //List of known verbs Adjectives map[string]struct{} //List of known adjectives Adverbs map[string]struct{} //List of known adverbs Conjunctions map[string]struct{} //List of known conjunctions Prepositions map[string]struct{} //List of known prepositions Articles map[string]struct{} //List of known articles Pronouns map[string]struct{} //List of known pronouns } //End NLP
NLP -: Natural Language Processing
Click to show internal directories.
Click to hide internal directories.