Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
798
def
comparative(adjective):
799
return
grade(adjective, COMPARATIVE)
800
801
def
superlative(adjective):
802
return
grade(adjective, SUPERLATIVE)
Callers
1
01-inflect.py
File · 0.90
Calls
1
grade
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…