58ab225e313cde281696aca8bdfaff26695d879a,lingpy/data/model.py,,load_dvt,#Any#,196
Before Change
Function loads the default characters for IPA diacritics and IPA vowels of LingPy.
if not path:
path = os.path.split(os.path.abspath(__file__))[0]+"/models/dvt/dvt.bin"
elif path in ["el","evolaemp"]:
path = os.path.split(os.path.abspath(__file__))[0]+"/models/dvt_el/dvt.bin"
else:
pass
After Change
Function loads the default characters for IPA diacritics and IPA vowels of LingPy.
if not path:
path = rcParams["_path"]+"/data/models/dvt/dvt.bin"
elif path in ["el","evolaemp"]:
path = rcParams["_path"]+"/data/models/dvt_el/dvt.bin"
else:
pass
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances Project Name: lingpy/lingpy
Commit Name: 58ab225e313cde281696aca8bdfaff26695d879a
Time: 2013-07-17
Author: mattis.list@posteo.de
File Name: lingpy/data/model.py
Class Name:
Method Name: load_dvt
Project Name: automl/auto-sklearn
Commit Name: b8b9b6d34d35671fb8651f40503d51fc72477128
Time: 2019-03-13
Author: ahn1340@hotmail.com
File Name: scripts/2015_nips_paper/run_with_metalearning.py
Class Name:
Method Name: main
Project Name: automl/auto-sklearn
Commit Name: 145105e5dd84ca537b3eb5893fbe309edc497655
Time: 2019-02-21
Author: ahn1340@hotmail.com
File Name: scripts/2015_nips_paper/run_with_metalearning.py
Class Name:
Method Name: main