ai-content-maker/.venv/Lib/site-packages/pypinyin/contrib/mmseg.py

6 lines
167 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
# -*- coding: utf-8 -*-
"""最大正向匹配分词"""
# 用于向后兼容TODO: 废弃
from pypinyin.seg.mmseg import Seg, PrefixSet, seg, retrain, p_set # noqa