MCPcopy Create free account
hub / github.com/Clearailhc/ACE2005-toolkit / parse

Method parse

udpipe.py:47–49  ·  view source on GitHub ↗

Parse the given ufal.udpipe.Sentence (inplace).

(self, sentence)

Source from the content-addressed store, hash-verified

45 self.model.tag(sentence, self.model.DEFAULT)
46
47 def parse(self, sentence):
48 """Parse the given ufal.udpipe.Sentence (inplace)."""
49 self.model.parse(sentence, self.model.DEFAULT)
50
51 def write(self, sentences, out_format):
52 """Write given ufal.udpipe.Sentence-s in the required format (conllu|horizontal|vertical)."""

Callers 2

parse_sgmFunction · 0.80
parse_xmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected