Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nltk/nltk
/ fromstring
Method
fromstring
nltk/sem/drt.py:197–198 ·
view source on GitHub ↗
(cls, s)
Source
from the content-addressed store, hash-verified
195
196
@classmethod
197
def
fromstring(cls, s):
198
return
cls._drt_parser.parse(s)
199
200
def
applyto(self, other):
201
return
DrtApplicationExpression(self, other)
Callers
1
test_draw
Function · 0.45
Calls
1
parse
Method · 0.45
Tested by
1
test_draw
Function · 0.36