Package smile.taxonomy


package smile.taxonomy
A taxonomy is a tree of terms (concepts) where leaves must be named but intermediary nodes can be anonymous. Concept is a set of synonyms, i.e. group of words that are roughly synonymous in a given context. The distance between two concepts a and b is defined by the length of the path from a to their lowest common ancestor and then to b.
  • Classes
    Class
    Description
    Concept is a set of synonyms, i.e.
    The distance between concepts in a taxonomy.
    A taxonomy is a tree of terms (aka concept) where leaves must be named but intermediary nodes can be anonymous.