搜寻结果

  1. Z

    Python中文分句问题

    回复: Python中文分句问题 def FindTok(cutlist, char): if char in cutlist: return True else: return False
Back
顶部