5d2df3c9e000b99b5431314cd2994d47754fbc9e,deepvoice3_pytorch/frontend/jp/__init__.py,,text_to_sequence,#Any#Any#,59

Before Change




def text_to_sequence(text, p=0.0):
    text = text.replace(" ", "")
    text = text.replace(" ", "")
    text = normalize_delimitor(text)
    text = jaconv.normalize(text)
    if p > 0:
        text = mix_pronunciation(text, p)

After Change




def text_to_sequence(text, p=0.0):
    for c in [" ", " ", "「", "」", "『", "』", "・", "【", "】"]:
        text.replace(c, "")
    text = normalize_delimitor(text)
    text = jaconv.normalize(text)
    if p > 0:
        text = mix_pronunciation(text, p)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 4

Instances


Project Name: r9y9/deepvoice3_pytorch
Commit Name: 5d2df3c9e000b99b5431314cd2994d47754fbc9e
Time: 2017-11-08
Author: zryuichi@gmail.com
File Name: deepvoice3_pytorch/frontend/jp/__init__.py
Class Name:
Method Name: text_to_sequence


Project Name: prody/ProDy
Commit Name: dd25b7786398390be4ed298f68b1f1dd0e8a0ad8
Time: 2018-03-03
Author: jamesmkrieger@gmail.com
File Name: prody/proteins/header.py
Class Name:
Method Name: _getBiomoltrans


Project Name: openml/openml-python
Commit Name: 49b2d38b2161e44a0cd7013b97c7012e4ad41f9c
Time: 2017-03-20
Author: janvanrijn@gmail.com
File Name: openml/runs/run.py
Class Name: OpenMLRun
Method Name: _create_description_xml


Project Name: scikit-learn/scikit-learn
Commit Name: c2115b10ebc6be8348f67acb1631b9df7477d347
Time: 2019-10-25
Author: 34657725+jeremiedbb@users.noreply.github.com
File Name: sklearn/linear_model/setup.py
Class Name:
Method Name: configuration


Project Name: Theano/Theano
Commit Name: f8a7c0edb2c4123d032fa32073c7356a7a17d9f0
Time: 2017-08-07
Author: stevenbocco@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name:


Project Name: Theano/Theano
Commit Name: b7d23606db54f1b60d0efae50922549234b20661
Time: 2017-07-31
Author: abergeron@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name: