This commit is contained in:
Alejandro Moreo Fernandez 2020-01-17 18:17:27 +01:00
parent 1ba5e60031
commit 9bf1986402
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ import time
from sklearn.decomposition import PCA
from joblib import Parallel, delayed
from scipy.sparse import issparse, vstack, hstack
from transformers.StandardizeTransformer import StandardizeTransformer
from util.SIF_embed import remove_pc
# ------------------------------------------------------------------
# Data Processing
# ------------------------------------------------------------------
from transformers.StandardizeTransformer import StandardizeTransformer
from util.SIF_embed import remove_pc
class TfidfVectorizerMultilingual: