ea5e2dc694e6c4d5efd99a24c0bd3806b8119210,tests/test_parser.py,,test_parse_structure,#Any#,55
Before Change
Spacy()) // lingual parser
// Grab the phrases parsed by the OmniParser
phrases = list(omni_udf.parse_structure(doc, text))
// 44 phrases expected in the "md" document.
assert len(phrases) == 44
After Change
// Grab the phrases parsed by the OmniParser
omni_udf.parse_structure(doc, text)
phrases = list(session.query(Phrase).all())
// 44 phrases expected in the "md" document.
assert len(phrases) == 44
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: HazyResearch/fonduer
Commit Name: ea5e2dc694e6c4d5efd99a24c0bd3806b8119210
Time: 2018-02-07
Author: lwhsiao@stanford.edu
File Name: tests/test_parser.py
Class Name:
Method Name: test_parse_structure
Project Name: HazyResearch/fonduer
Commit Name: 845255b8369550438aee13640625cc269e507c6f
Time: 2018-07-16
Author: lwhsiao@stanford.edu
File Name: tests/parser/test_parser.py
Class Name:
Method Name: test_parse_style
Project Name: dpressel/mead-baseline
Commit Name: 60fd6764c1b29d88b2b8b33fbc5d1f1c1dc9d344
Time: 2018-09-19
Author: sagnik1987@gmail.com
File Name: python/xpctl/sql/backend.py
Class Name: SQLRepo
Method Name: put_model