7be4d9055296ba0bc014e00e5b4dce6ce6eadbce,soynlp/lemmatizer/_conjugation.py,,_conjugate_stem,#Any#Any#,270
Before Change
// ㅡ 탈락 불규칙 활용: 끄 + 어 -> 꺼 / 트 + 었다 -> 텄다 / 예쁘 + 었다 -> 예뻤다
if l_last[1] == "ㅡ" and l_last[2] == " ":
candidates.add(stem[:-1] + compose(l_last[0], r_first[1], r_first[2]))
if debug:
print("ㅡ 탈락 불규칙")
After Change
// ㅡ 탈락 불규칙 활용: 끄 + 어 -> 꺼 / 트 + 었다 -> 텄다 / 예쁘 + 었다 -> 예뻤다
if l_last[1] == "ㅡ" and l_last[2] == " ":
candidates.add(stem[:-1] + compose(l_last[0], "ㅓ", " "))
candidates.add(stem[:-1] + compose(l_last[0], "ㅓ", "ㅆ"))
if debug:
print("ㅡ 탈락 불규칙")
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: lovit/soynlp
Commit Name: 7be4d9055296ba0bc014e00e5b4dce6ce6eadbce
Time: 2018-11-06
Author: soy.lovit@gmail.com
File Name: soynlp/lemmatizer/_conjugation.py
Class Name:
Method Name: _conjugate_stem
Project Name: lovit/soynlp
Commit Name: b64b2af54fe6449a5d60c200998a8f41a8563960
Time: 2017-06-21
Author: soy.lovit@gmail.com
File Name: soynlp/pos/_stem.py
Class Name:
Method Name: conjugate
Project Name: Qiskit/qiskit-aqua
Commit Name: e44bb209a41d9f85a0f115b21b3b150bff65ee66
Time: 2020-09-15
Author: jules.gacon@googlemail.com
File Name: qiskit/aqua/algorithms/amplitude_estimators/iqae.py
Class Name: IterativeAmplitudeEstimation
Method Name: construct_circuit
Project Name: geomstats/geomstats
Commit Name: e4833d449452dc9b47a4e23c22c4b2b8abc7a682
Time: 2020-04-13
Author: ninamio78@gmail.com
File Name: geomstats/learning/exponential_barycenter.py
Class Name:
Method Name: _default_gradient_descent