Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ parse
Method
parse
pattern/web/__init__.py:566–569 ·
view source on GitHub ↗
Must be overridden in a subclass.
(self, data)
Source
from the content-addressed store, hash-verified
564
return
packets
565
566
def
parse(self, data):
567
""
" Must be overridden in a subclass.
568
""
"
569
return
data
570
571
def
clear(self):
572
list.__init__(self, [])
Callers
15
update
Method · 0.95
search
Method · 0.45
crawl
Method · 0.45
parse
Function · 0.45
test_find_prepositions
Method · 0.45
test_named_entity_recognition
Method · 0.45
test_parse
Method · 0.45
test_tagged_string
Method · 0.45
test_split
Method · 0.45
setUp
Method · 0.45
test_chunk_conjunctions
Method · 0.45
test_chunk_modifiers
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_find_prepositions
Method · 0.36
test_named_entity_recognition
Method · 0.36
test_parse
Method · 0.36
test_tagged_string
Method · 0.36
test_split
Method · 0.36
setUp
Method · 0.36
test_chunk_conjunctions
Method · 0.36
test_chunk_modifiers
Method · 0.36
test_imperative
Method · 0.36
test_conditional
Method · 0.36
test_subjunctive
Method · 0.36
test_negated
Method · 0.36