mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
fix the compatibility with Python2.5
This commit is contained in:
parent
d4ede0fee6
commit
8e9b4bbe72
@ -1,3 +1,4 @@
|
|||||||
|
from __future__ import with_statement
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
import marshal
|
import marshal
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
from __future__ import with_statement
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
import viterbi
|
import viterbi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user