Enum wordnet::PartOfSpeech [] [src]

pub enum PartOfSpeech {
    Noun,
    Adjective,
    AdjectiveSatellite,
    Verb,
    Adverb,
}

Variants

An substantive

a word that describes a noun

a word that describes a noun

a word that describes an action

a word that describes a verb

Methods

impl PartOfSpeech
[src]

noun, adjective, verb, adverb

[src]

Returns a short dictionary-like label:

  • n
  • adj
  • v
  • adv

Trait Implementations

impl Debug for PartOfSpeech
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PartOfSpeech
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.