Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Feuoy/weibo-topic
/ functions
Functions
227 in github.com/Feuoy/weibo-topic
⨍
Functions
227
◇
Types & classes
26
↓ 1 callers
Method
top_index
(self, limit)
snownlp/summary/textrank.py:102
↓ 1 callers
Method
train
(self, data)
snownlp/utils/tnt.py:84
↓ 1 callers
Method
train
(self, neg_docs, pos_docs)
snownlp/sentiment/__init__.py:31
↓ 1 callers
Function
transfer
(sentence)
snownlp/normal/zh.py:3231
↓ 1 callers
Function
viterbi
(obs, states, start_p, trans_p, emit_p)
jieba/finalseg/__init__.py:37
↓ 1 callers
Function
viterbi
(obs, states, start_p, trans_p, emit_p)
jieba/posseg/viterbi.py:14
↓ 1 callers
Method
word_to_ids
convert word to word index
jieba/lac_small/reader_small.py:75
Function
ChineseAnalyzer
(stoplist=STOP_WORDS, minsize=1, stemfn=stem, cachesize=50000)
jieba/analyse/analyzer.py:34
Method
__call__
(self, text, **kargs)
jieba/analyse/analyzer.py:21
Method
__cut_DAG
(self, sentence)
jieba/__init__.py:249
Method
__cut_DAG
(self, sentence)
jieba/posseg/__init__.py:175
Method
__cut_DAG_NO_HMM
(self, sentence)
jieba/__init__.py:226
Method
__cut_DAG_NO_HMM
(self, sentence)
jieba/posseg/__init__.py:152
Method
__cut_all
(self, sentence)
jieba/__init__.py:198
Method
__eq__
(self, other)
jieba/posseg/__init__.py:68
Method
__getattr__
(self, name)
jieba/posseg/__init__.py:87
Method
__hash__
(self)
jieba/posseg/__init__.py:71
Method
__init__
(self, doc)
snownlp/__init__.py:15
Method
__init__
(self, N=1000)
snownlp/utils/tnt.py:19
Method
__init__
(self)
snownlp/utils/trie.py:7
Method
__init__
(self)
snownlp/utils/frequency.py:7
Method
__init__
(self)
snownlp/utils/frequency.py:41
Method
__init__
(self)
snownlp/utils/frequency.py:56
Method
__init__
(self, docs)
snownlp/sim/bm25.py:9
Method
__init__
(self, doc, words)
snownlp/summary/words_merge.py:7
Method
__init__
(self, docs)
snownlp/summary/textrank.py:9
Method
__init__
(self, docs)
snownlp/summary/textrank.py:54
Method
__init__
(self)
snownlp/sentiment/__init__.py:17
Method
__init__
(self)
snownlp/seg/y09_2047.py:14
Method
__init__
(self, name='other')
snownlp/seg/seg.py:13
Method
__init__
(self)
snownlp/classification/bayes.py:14
Method
__init__
(self, fname)
snownlp/normal/pinyin.py:11
Method
__init__
(self, dictionary=DEFAULT_DICT)
jieba/__init__.py:55
Method
__init__
(self)
jieba/lac_small/reader_small.py:52
Method
__init__
(self, idf_path=None)
jieba/analyse/tfidf.py:37
Method
__init__
(self, idf_path=None)
jieba/analyse/tfidf.py:61
Method
__init__
(self)
jieba/analyse/textrank.py:16
Method
__init__
(self)
jieba/analyse/textrank.py:59
Method
__init__
(self, word, flag)
jieba/posseg/__init__.py:46
Method
__init__
(self, tokenizer=None)
jieba/posseg/__init__.py:80
Method
__iter__
(self)
jieba/posseg/__init__.py:62
Method
__lt__
(self, other)
jieba/posseg/__init__.py:65
Method
__repr__
(self)
jieba/__init__.py:68
Method
__repr__
(self)
jieba/posseg/__init__.py:53
Method
__repr__
(self)
jieba/posseg/__init__.py:84
Method
__str__
(self)
jieba/posseg/__init__.py:56
Function
_lcut
(s)
jieba/__init__.py:546
Function
_lcut_all
(s)
jieba/__init__.py:542
Function
_lcut_for_search
(s)
jieba/__init__.py:558
Function
_lcut_for_search_no_hmm
(s)
jieba/__init__.py:562
Function
_lcut_internal
(s)
jieba/posseg/__init__.py:265
Function
_lcut_internal_no_hmm
(s)
jieba/posseg/__init__.py:269
Function
_lcut_no_hmm
(s)
jieba/__init__.py:550
Function
_pcut
(sentence, cut_all=False, HMM=True)
jieba/__init__.py:566
Function
_pcut_for_search
(sentence, HMM=True)
jieba/__init__.py:579
Method
add
(self, key, value)
snownlp/utils/frequency.py:46
Method
add
(self, key, value)
snownlp/utils/frequency.py:61
Function
add_force_split
(word)
jieba/finalseg/__init__.py:81
Function
classify
(sent)
snownlp/sentiment/__init__.py:66
Function
create_model
create lac model
jieba/lac_small/creator.py:28
Function
cut
(sentence)
jieba/finalseg/__init__.py:85
Method
del_word
Convenient function for deleting a word.
jieba/__init__.py:439
Function
disable_parallel
()
jieba/__init__.py:613
Function
enable_paddle
()
jieba/_compat.py:27
Function
enable_parallel
Change the module's `cut` and `cut_for_search` functions to the parallel version. Note that this only works using dt, custom Tokenizer
jieba/__init__.py:590
Function
existed_persitables
If existed presitabels
jieba/lac_small/utils.py:129
Method
extract_tags
(self, *args, **kwargs)
jieba/analyse/tfidf.py:31
Function
filter_stop
(words)
snownlp/normal/__init__.py:24
Method
get
(self, key)
snownlp/utils/frequency.py:66
Function
get_pinyin
(sentence)
snownlp/normal/__init__.py:48
Function
get_result
(str1)
jieba/lac_small/predict.py:68
Function
get_sent
(str1)
jieba/lac_small/predict.py:51
Function
get_sentences
(doc)
snownlp/normal/__init__.py:32
Function
get_top_states
(t_state_v, K=4)
jieba/posseg/viterbi.py:10
Method
han
(self)
snownlp/__init__.py:28
Method
idf
(self)
snownlp/__init__.py:50
Function
init_checkpoint
Init CheckPoint
jieba/lac_small/utils.py:122
Method
initialize
(self, dictionary=None)
jieba/posseg/__init__.py:93
Function
isPresent
()
weibotopicspyder.py:18
Function
keywords
(mblogs)
other/weibo_cloud.py:14
Method
keywords
(self, limit=5, merge=False)
snownlp/__init__.py:70
Method
label_to_ids
convert label to label index
jieba/lac_small/reader_small.py:85
Method
lcut
(self, *args, **kwargs)
jieba/posseg/__init__.py:252
Function
lex_net
define the lexical analysis network structure word: stores the input of the model for_infer: a boolean value, indicating if the model to
jieba/lac_small/nets.py:25
Function
load
(fname, iszip=True)
snownlp/sentiment/__init__.py:62
Function
load
(fname, iszip=True)
snownlp/seg/__init__.py:42
Function
load
(fname, iszip=True)
snownlp/tag/__init__.py:34
Method
load
(self, fname, iszip=True)
snownlp/utils/tnt.py:52
Method
load
(self, fname, iszip=True)
snownlp/seg/y09_2047.py:39
Method
load
(self, fname, iszip=True)
snownlp/classification/bayes.py:33
Method
num_labels
num_labels
jieba/lac_small/reader_small.py:71
Function
parse_padding_result
parse padding result
jieba/lac_small/utils.py:76
Function
parse_result
parse result
jieba/lac_small/utils.py:33
Method
pinyin
(self)
snownlp/__init__.py:32
Function
save
(fname, iszip=True)
snownlp/sentiment/__init__.py:58
Function
save
(fname, iszip=True)
snownlp/seg/__init__.py:38
Function
save
(fname, iszip=True)
snownlp/tag/__init__.py:30
Method
save
(self, fname, iszip=True)
snownlp/utils/tnt.py:34
Method
save
(self, fname, iszip=True)
snownlp/seg/y09_2047.py:23
Method
save
(self, fname, iszip=True)
snownlp/classification/bayes.py:18
← previous
next →
101–200 of 227, ranked by callers