修复bug
This commit is contained in:
parent
028653e1e0
commit
7b5a0fd48d
|
@ -5,7 +5,7 @@
|
|||
'''
|
||||
import platform as plat
|
||||
|
||||
def GetSymbolList_trash(datapath):
|
||||
def GetSymbolList(datapath):
|
||||
'''
|
||||
加载拼音符号列表,用于标记符号
|
||||
返回一个列表list类型变量
|
||||
|
@ -27,7 +27,7 @@ def GetSymbolList_trash(datapath):
|
|||
#SymbolNum = len(list_symbol)
|
||||
return list_symbol
|
||||
|
||||
def GetSymbolList(datapath):
|
||||
def GetSymbolList_trash2(datapath):
|
||||
'''
|
||||
加载拼音符号列表,用于标记符号
|
||||
返回一个列表list类型变量
|
||||
|
@ -57,5 +57,6 @@ def GetSymbolList(datapath):
|
|||
#SymbolNum = len(list_symbol)
|
||||
return list_symbol
|
||||
|
||||
|
||||
if(__name__ == '__main__'):
|
||||
GetSymbolList('E:\\abc\\')
|
Loading…
Reference in New Issue