34f5c8aed5f92b4c6afe948643efe53f7bde1c87,tests/test_preprocess_docfuncs.py,,,#,29
Before Change
LANGUAGE_CODES = list(sorted(DEFAULT_LANGUAGE_MODELS.keys()))
CORPUS_MINI = {
"ny": "I live in New York.",
"bln": "I am in Berlin, but my flat is in Munich.",
"compounds": "US-Student is reading an e-mail on eCommerce with CamelCase.",
"empty": ""
}
@pytest.fixture(scope="module", params=LANGUAGE_CODES)
def nlp_all(request):
After Change
LANGUAGE_CODES = list(sorted(DEFAULT_LANGUAGE_MODELS.keys()))
CORPUS_MINI = OrderedDict([
("ny", "I live in New York."),
("bln", "I am in Berlin, but my flat is in Munich."),
("compounds", "US-Student is reading an e-mail on eCommerce with CamelCase."),
("empty", "")
])
@pytest.fixture(scope="module", params=LANGUAGE_CODES)
def nlp_all(request):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances
Project Name: WZBSocialScienceCenter/tmtoolkit
Commit Name: 34f5c8aed5f92b4c6afe948643efe53f7bde1c87
Time: 2020-03-09
Author: markus.konrad@wzb.eu
File Name: tests/test_preprocess_docfuncs.py
Class Name:
Method Name:
Project Name: sahana/eden
Commit Name: 75f8a87ab79fbd79a6b746d85ef062dd37add6bb
Time: 2019-07-09
Author: dominic@nursix.org
File Name: modules/unit_tests/s3/s3query.py
Class Name: URLQueryTests
Method Name: testParseURLQuery
Project Name: bokeh/bokeh
Commit Name: e2a6d2c473b51cfd80c2b903deeb3984808527b8
Time: 2018-10-04
Author: mattpap@gmail.com
File Name: examples/plotting/file/burtin.py
Class Name:
Method Name: