exwordnet v0.2.0 ExWordNet.Constants.PartsOfSpeech View Source
Contains the constants of ExWordNet as well as macros to be used in guard clauses, specifically those regarding parts of speech.
Link to this section Summary
Link to this section Types
Link to this type
atom_part_of_speech()
View Source
atom_part_of_speech()
View Source
atom_part_of_speech() :: :adj | :adv | :noun | :verb
atom_part_of_speech() :: :adj | :adv | :noun | :verb
Link to this section Functions
Link to this function
atom_parts_of_speech()
View Source
atom_parts_of_speech()
View Source
atom_parts_of_speech() :: [atom_part_of_speech()]
atom_parts_of_speech() :: [atom_part_of_speech()]
Link to this function
atom_to_short_part_of_speech(part_of_speech)
View Source
atom_to_short_part_of_speech(part_of_speech)
View Source
atom_to_short_part_of_speech(atom_part_of_speech()) :: String.t()
atom_to_short_part_of_speech(atom_part_of_speech()) :: String.t()
Link to this macro
is_atom_part_of_speech(part_of_speech) View Source (macro)
Link to this macro
is_short_part_of_speech(part_of_speech) View Source (macro)
Link to this function
short_parts_of_speech()
View Source
short_parts_of_speech()
View Source
short_parts_of_speech() :: [String.t()]
short_parts_of_speech() :: [String.t()]
Link to this function
short_to_atom_part_of_speech(part_of_speech)
View Source
short_to_atom_part_of_speech(part_of_speech)
View Source
short_to_atom_part_of_speech(String.t()) :: atom_part_of_speech()
short_to_atom_part_of_speech(String.t()) :: atom_part_of_speech()