Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownpku/text2vec
/ functions
Functions
24 in github.com/crownpku/text2vec
⨍
Functions
24
◇
Types & classes
2
↓ 6 callers
Method
_VectorSize
(self, vec)
text2vec.py:133
↓ 2 callers
Method
_Theta
(self)
text2vec.py:139
↓ 1 callers
Method
Cosine
(self)
text2vec.py:148
↓ 1 callers
Method
Euclidean
(self)
text2vec.py:145
↓ 1 callers
Method
Sector
(self)
text2vec.py:156
↓ 1 callers
Method
Triangle
(self)
text2vec.py:152
↓ 1 callers
Method
_InnerProduct
(self)
text2vec.py:136
↓ 1 callers
Method
_Magnitude_Difference
(self)
text2vec.py:142
↓ 1 callers
Method
_document_vector
(self, doc, docs_dict, nlp)
text2vec.py:58
↓ 1 callers
Method
_get_docs_dict
(self, docs)
text2vec.py:28
↓ 1 callers
Method
_get_tfidf
(self, docs, docs_dict)
text2vec.py:49
↓ 1 callers
Method
_keep_token
(self, t)
text2vec.py:19
↓ 1 callers
Method
_lemmatize_doc
(self, doc)
text2vec.py:23
↓ 1 callers
Method
_preprocess
(self, doc_list)
text2vec.py:36
Method
TS_SS
(self)
text2vec.py:162
Method
__init__
(self, doc_list)
text2vec.py:13
Method
__init__
(self, vec1, vec2)
text2vec.py:129
Method
avg_wv
(self)
text2vec.py:80
Method
get_hdp
(self)
text2vec.py:118
Method
get_lda
(self, num_topics=100)
text2vec.py:110
Method
get_lsi
(self, num_topics=300)
text2vec.py:94
Method
get_rp
(self)
text2vec.py:102
Method
get_tfidf
(self)
text2vec.py:85
Method
tfidf_weighted_wv
(self)
text2vec.py:66