direct_hypernyms method

dynamic direct_hypernyms()

Implementation

dynamic direct_hypernyms(){
  _direct_hypernyms ??= relations[ConRel.has_hypernym];
  return _direct_hypernyms;
}