Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoulDGXu/NLPVisualizationSystem
/ functions
Functions
252 in github.com/SoulDGXu/NLPVisualizationSystem
⨍
Functions
252
◇
Types & classes
21
↳
Endpoints
62
↓ 1 callers
Method
read_data
(self)
src/exe/sentiment_analysis/review_sentiment_analysis.py:57
↓ 1 callers
Function
read_file
Read the local file and transform to text. Parameters ---------- filepath : TYPE-str DESCRIPTION: the text file path.
src/exe/exe_05.py:45
↓ 1 callers
Method
read_local_file
(self, textfile)
src/exe/key_info_extraction/create_wordcloud.py:66
↓ 1 callers
Function
review_summary_query
According to the query information entered by the user, the product review summary is returned. Returns ------- curinput
src/exe/exe_05.py:85
↓ 1 callers
Function
rt_index_query
It is used to return the requested real-time data. Returns ------- curinput : TYPE-dictionary return the frontend requ
src/exe/exe_05.py:65
↓ 1 callers
Function
rt_index_query
It is used to get the real-time index about the product and user analysis. Returns ------- product_sum : TYPE-int
src/exe/exe_01.py:251
↓ 1 callers
Method
sentence_split
(self, text)
src/exe/key_info_extraction/abstract_textrank.py:21
↓ 1 callers
Method
show_keywords
(self, content, picturefile, words_num=20, save_name = 'test')
src/exe/key_info_extraction/create_wordcloud.py:120
↓ 1 callers
Method
show_topwords
(self, content, picturefile, words_num=50, save_name = 'test')
src/exe/key_info_extraction/create_wordcloud.py:126
↓ 1 callers
Method
show_wordcloud_input
(self, content, picturefile, words_num, save_name)
src/exe/key_info_extraction/create_wordcloud.py:147
↓ 1 callers
Method
show_wordcloud_offline
(self, textfile, picturefile, words_num, save_name)
src/exe/key_info_extraction/create_wordcloud.py:152
↓ 1 callers
Method
show_wordcloud_online
(self, url, picturefile, words_num, save_name)
src/exe/key_info_extraction/create_wordcloud.py:141
↓ 1 callers
Method
similarity_cosine
(self, word_list1,word_list2)
src/exe/key_info_extraction/sentence_similarity.py:30
↓ 1 callers
Function
test
()
src/exe/key_info_extraction/create_wordcloud.py:168
↓ 1 callers
Function
text_wordfreq_by_import_file_query
According to the local file imported by the user, the word cloud image is automatically generated. Parameters: textfil
src/exe/exe_02.py:173
↓ 1 callers
Function
text_wordfreq_by_input_query
According to the text input by the user, a word cloud image is automatically generated. Parameters: input_text: TYPE-str
src/exe/exe_02.py:151
↓ 1 callers
Function
text_wordfreq_by_url_query
According to the user's input to specify the URL, the text of the URL is collected, and a word cloud image is automatically generated.
src/exe/exe_02.py:111
↓ 1 callers
Method
traverse
(self)
src/exe/worddiscovery/trie.py:52
↓ 1 callers
Function
user_company_size_query
It is used for data query of user company size. Returns ------- dataX : TYPE-list DESCRIPTION:all company size.
src/exe/exe_06.py:73
↓ 1 callers
Function
user_industry_query
It is used for data query of user industry. Returns ------- dataX : TYPE-list DESCRIPTION:all user industry choices.
src/exe/exe_06.py:27
↓ 1 callers
Function
user_job_query
It is used for data query of user job title. Returns ------- dataX : TYPE-list DESCRIPTION:all jobs. dataY : TYP
src/exe/exe_06.py:97
↓ 1 callers
Function
user_product_use_time_query
It is used for data query of how long users use the product. Returns ------- dataX : TYPE-list DESCRIPTION:all produc
src/exe/exe_06.py:50
Method
__init__
(self)
src/exe/review_sentiment/sentence.py:13
Method
__init__
(self, review_id, user_id, business_id, stars, text)
src/exe/review_sentiment/business.py:15
Method
__init__
(self, business_id, name, review_count)
src/exe/review_sentiment/business.py:25
Method
__init__
(self)
src/exe/review_sentiment/business.py:36
Method
__init__
(self)
src/exe/key_info_extraction/compute_keywords_tfidf.py:41
Method
__init__
(self)
src/exe/key_info_extraction/keywords_textrank.py:13
Method
__init__
(self)
src/exe/key_info_extraction/abstract_textrank.py:16
Method
__init__
(self)
src/exe/key_info_extraction/sentence_similarity.py:20
Method
__init__
(self)
src/exe/key_info_extraction/create_wordcloud.py:47
Method
__init__
(self)
src/exe/key_info_extraction/textrank.py:13
Method
__init__
(self)
src/exe/sentiment_analysis/sentiment_model.py:12
Method
__init__
初始化函数
src/exe/sentiment_analysis/glove_embedding.py:8
Method
__init__
(self, review_id, user_name, product_id, rates, text)
src/exe/sentiment_analysis/review_sentiment_analysis.py:23
Method
__init__
(self, product_id, product_name, review_count)
src/exe/sentiment_analysis/review_sentiment_analysis.py:33
Method
__init__
(self)
src/exe/sentiment_analysis/review_sentiment_analysis.py:45
Method
__init__
(self)
src/exe/sentiment_analysis/embedding_manager_cyd.py:10
Method
__init__
(self)
src/exe/sentiment_analysis/bert_embedding_extend.py:10
Method
__init__
(self, word_max_len=6)
src/exe/worddiscovery/entropy_based.py:29
Method
__init__
(self)
src/exe/worddiscovery/trie.py:6
Method
__init__
(self)
src/exe/worddiscovery/trie.py:16
Method
__repr__
(self)
src/exe/worddiscovery/trie.py:11
Function
book_classification_home
()
app.py:554
Function
boxplot_product_price
()
app.py:133
Function
boxplot_product_price_base
此函数用于获取产品价格的箱线图的参数。 Returns ------- c : TYPE-echarts parameters return echarts parameters.
src/exe/exe_01.py:408
Function
classification_logistic
(features, tags)
src/exe/review_sentiment/model_training.py:90
Method
clear
(self)
src/exe/worddiscovery/trie.py:83
Method
contain_aspect
(self)
src/exe/review_sentiment/sentence.py:27
Method
delete
(self, text)
src/exe/worddiscovery/trie.py:30
Function
download_keyinfo_1
()
app.py:385
Function
download_keyinfo_2
()
app.py:419
Function
download_keyinfo_3
()
app.py:458
Function
download_newword
()
app.py:541
Function
download_review_summary
()
app.py:642
Function
download_review_summary_base
()
src/exe/exe_05.py:130
Function
download_rt_keyinfo_import_file_base
()
src/exe/exe_03.py:259
Function
download_rt_new_word_discovery_base
()
src/exe/exe_03.py:370
Function
download_topic_1
()
app.py:497
Function
download_wc_chart_1
()
app.py:256
Function
download_wc_chart_2
()
app.py:296
Function
download_wc_chart_3
()
app.py:342
Function
erro405r
(e)
app.py:662
Function
error404
(e)
app.py:656
Function
error500
(e)
app.py:668
Method
extract_keywords
(self, text, num_keywords)
src/exe/key_info_extraction/compute_keywords_tfidf.py:78
Function
get_boxplot_product_price_chart
()
app.py:140
Method
get_embedding_matrix_glove
获取glove词向量 :param word: :return:
src/exe/sentiment_analysis/glove_embedding.py:31
Function
get_hist_product_category_chart
()
app.py:80
Function
get_hist_product_deployment_chart
()
app.py:110
Function
get_hist_product_edc_chart
()
app.py:95
Function
get_hist_product_train_chart
()
app.py:125
Method
get_html
(self, url)
src/exe/key_info_extraction/create_wordcloud.py:59
Function
get_import_file
()
app.py:318
Function
get_input_text
()
app.py:277
Function
get_keyinfo_import_file
()
app.py:435
Function
get_keyinfo_input_text
()
app.py:400
Function
get_keyinfo_url
()
app.py:366
Function
get_newword_input_text
()
app.py:518
Method
get_next_aspect
(self, text)
src/exe/review_sentiment/business.py:221
Method
get_next_aspect
(self, text)
src/exe/sentiment_analysis/review_sentiment_analysis.py:246
Function
get_num_by_prob_range
(num_range_list, prob_list)
src/utils/data_prepare.py:55
Function
get_radar_product_rate_chart
()
app.py:155
Function
get_text_wordcloud_tab_1_chart
()
app.py:262
Function
get_text_wordcloud_tab_2_chart
()
app.py:302
Function
get_text_wordcloud_tab_3_chart
()
app.py:348
Function
get_topic_import_file
()
app.py:474
Function
get_url
()
app.py:237
Function
get_user
()
app.py:591
Function
get_user_company_chart
()
app.py:600
Function
get_user_industry_chart
()
app.py:595
Function
get_user_input
()
app.py:622
Function
get_user_job_chart
()
app.py:610
Function
get_user_product_use_time_chart
()
app.py:605
Function
hist_product_category
()
app.py:73
Function
hist_product_deployment
()
app.py:103
Function
hist_product_edc
()
app.py:88
Function
hist_product_train
()
app.py:118
Function
index
()
app.py:58
Function
keyinfo_home_1
()
app.py:361
← previous
next →
101–200 of 252, ranked by callers