Enum wordnet::Relationship [] [src]

pub enum Relationship {
    Antonym,
    Hypernym,
    InstanceHypernym,
    Hyponym,
    MemberHolonym,
    SubstanceHolonym,
    PartHolonym,
    MemberMeronym,
    SubstanceMeronym,
    PartMeronym,
    Attribute,
    DerivationallyRelated,
    DomainOfTopic,
    MemberOfTopic,
    DomainOfRegion,
    MemberOfRegion,
    DomainOfUsage,
    MemberOfUsage,
    Entailment,
    Cause,
    AlsoSee,
    VerbGroup,
    SimilarTo,
    VerbParticiple,
    PertainymOrDerivedFromAdjective,
}

Relates one word to another semantically

Variants

an opposite word

broader forms of this word (a structure is a hypernym of a building)

broader forms of this word of which this word is a specific instance (The Enlightenment is a specific instance of a historic period)

more specific versions of this word (a courthouse is a hyponym of a house)

this word is a member of (the world is a hyponym of the solar system)

this word is made with (tin is a substance holonym of cassiterite)

this word is a part of (land is a part holonym of the world)

reverse of MemberHolonym (an air bag is a member meronym of car)

reverse of SubstanceHolonym (cassiterite is a substance meronym of tin)

reverse of PartHolonym (a car is a part holonym of an air bag)

scientific is an attribute of scientific knowledge

the word is related to (the adjective outward is an related to outwardness)

A verb requires an action to be completed first (to eat requires one to chew)

A verb causes another action (to retire causes one to yield)

Trait Implementations

impl Debug for Relationship
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Relationship
[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 !=.