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

Function comparative

pattern/text/de/inflect.py:559–560  ·  view source on GitHub ↗
(adjective)

Source from the content-addressed store, hash-verified

557 return adjective[:len(b)] + suffix + adjective[len(b):]
558
559def comparative(adjective):
560 return grade(adjective, COMPARATIVE)
561
562def superlative(adjective):
563 return grade(adjective, SUPERLATIVE)

Callers

nothing calls this directly

Calls 1

gradeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…