Test Failed
Pull Request — main (#5)
by Mohammad
04:56
created

tracking_policy_agendas.word2vec   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 4
dl 0
loc 4
rs 10
c 0
b 0
f 0
1
from .w2v_emb import W2VEmb
0 ignored issues
show
introduced by
Missing module docstring
Loading history...
2
from .w2v_corpus import W2VCorpus
3
from .w2v_vis import *
4