Skip to content

Commit

Permalink
fixing jieba_fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ctszkin committed Jun 5, 2020
1 parent 5327c98 commit eafc746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCI-China/src/data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os, sys, re, argparse, math, pickle

import pandas as pd
import jieba
import jieba_fast as jieba
import sqlite3
import numpy as np
import datetime as dt
Expand Down

0 comments on commit eafc746

Please sign in to comment.