MCPcopy 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

1import os, sys; sys.path.insert(0, os.path.join("..", ".."))
2
3from pattern.en import article, referenced
4from pattern.en import pluralize, singularize

Callers

nothing calls this directly

Calls 9

articleFunction · 0.90
referencedFunction · 0.90
pluralizeFunction · 0.90
singularizeFunction · 0.90
comparativeFunction · 0.90
superlativeFunction · 0.90
conjugateFunction · 0.85
printFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected