travis-ci
1130 of 1497 relevant lines covered (75.48%)
1.21 hits per line
1 |
import re |
3✔ |
2 |
|
|
3 |
|
|
4 |
class 漢語語音處理: |
3✔ |
5 |
_切漢語韻 = re.compile('.ⁿ|m̩|ŋ̩|[^ⁿ]')
|
3✔ |
6 |
|
|
7 |
@classmethod
|
3✔ |
8 |
def 切漢語韻(cls, 韻): |
|
9 |
return cls._切漢語韻.findall(韻)
|
1 only TOX_ENV=tan1uan5 ✔ |