Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ 01-inflect.py
File
01-inflect.py
examples/03-en/01-inflect.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os, sys; sys.path.insert(0, os.path.join(
".."
,
".."
))
2
3
from
pattern.en
import
article, referenced
4
from
pattern.en
import
pluralize, singularize
Callers
nothing calls this directly
Calls
9
article
Function · 0.90
referenced
Function · 0.90
pluralize
Function · 0.90
singularize
Function · 0.90
comparative
Function · 0.90
superlative
Function · 0.90
conjugate
Function · 0.85
print
Function · 0.85
insert
Method · 0.45
Tested by
no test coverage detected