Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from typing import List, Text
|
||||
|
||||
|
||||
def seg(hans: Text) -> List[Text]: ...
|
||||
|
||||
|
||||
def simple_seg(hans: Text) -> List[Text]: ...
|
||||
|
||||
|
||||
def _seg(chars: Text) -> List[Text]: ...
|
||||
Reference in New Issue
Block a user