Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ 06-wordnet.py
File
06-wordnet.py
examples/03-en/06-wordnet.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
wordnet
4
from
pattern.en
import
NOUN, VERB
Callers
nothing calls this directly
Calls
6
hyponyms
Method · 0.80
holonyms
Method · 0.80
meronyms
Method · 0.80
insert
Method · 0.45
append
Method · 0.45
similarity
Method · 0.45
Tested by
no test coverage detected