direct_hyponyms method

dynamic direct_hyponyms()

Implementation

dynamic direct_hyponyms(){
  _direct_hyponyms ??= relations[ConRel.has_hyponym];
  return _direct_hyponyms;
}