5ba1cdf0f2856ee17b96cfee9d1a40ed1785ebd7,graphbrain/parsers/parser.py,Parser,parse,#Parser#Any#,51
Before Change
enriched with NLP annotations.
self.cur_text = text
doc = self.nlp(text.strip())
return tuple(self._parse_sentence(sent) for sent in doc.sents)
After Change
-> spacy_sentence: the spaCy structure representing the sentence
enriched with NLP annotations.
raise NotImplementedError()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: graphbrain/graphbrain
Commit Name: 5ba1cdf0f2856ee17b96cfee9d1a40ed1785ebd7
Time: 2020-02-12
Author: telmo@telmomenezes.net
File Name: graphbrain/parsers/parser.py
Class Name: Parser
Method Name: parse
Project Name: commonsense/conceptnet5
Commit Name: edb289f50be23703d38406081423fe7116067e0a
Time: 2015-07-17
Author: rob@luminoso.com
File Name: conceptnet5/uri.py
Class Name:
Method Name: standardize_text
Project Name: graphbrain/graphbrain
Commit Name: 5ba1cdf0f2856ee17b96cfee9d1a40ed1785ebd7
Time: 2020-02-12
Author: telmo@telmomenezes.net
File Name: graphbrain/parsers/parser.py
Class Name: Parser
Method Name: _parse_sentence