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

Function comparative

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

Source from the content-addressed store, hash-verified

796 return adjective + suffix
797
798def comparative(adjective):
799 return grade(adjective, COMPARATIVE)
800
801def superlative(adjective):
802 return grade(adjective, SUPERLATIVE)

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…