MCPcopy Create free account
hub / github.com/clips/pattern / superlative

Function superlative

pattern/text/en/inflect.py:801–802  ·  view source on GitHub ↗
(adjective)

Source from the content-addressed store, hash-verified

799 return grade(adjective, COMPARATIVE)
800
801def superlative(adjective):
802 return grade(adjective, SUPERLATIVE)
803
804#### ATTRIBUTIVE & PREDICATIVE #####################################################################
805

Callers 1

01-inflect.pyFile · 0.90

Calls 1

gradeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…