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

Function superlative

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

Source from the content-addressed store, hash-verified

560 return grade(adjective, COMPARATIVE)
561
562def superlative(adjective):
563 return grade(adjective, SUPERLATIVE)
564
565#print comparative(u"schönes")
566#print superlative(u"schönes")

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…