MCPcopy Create free account

hub / github.com/SoulDGXu/NLPVisualizationSystem / functions

Functions252 in github.com/SoulDGXu/NLPVisualizationSystem

↓ 1 callersMethodread_data
(self)
src/exe/sentiment_analysis/review_sentiment_analysis.py:57
↓ 1 callersFunctionread_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 callersMethodread_local_file
(self, textfile)
src/exe/key_info_extraction/create_wordcloud.py:66
↓ 1 callersFunctionreview_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 callersFunctionrt_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 callersFunctionrt_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 callersMethodsentence_split
(self, text)
src/exe/key_info_extraction/abstract_textrank.py:21
↓ 1 callersMethodshow_keywords
(self, content, picturefile, words_num=20, save_name = 'test')
src/exe/key_info_extraction/create_wordcloud.py:120
↓ 1 callersMethodshow_topwords
(self, content, picturefile, words_num=50, save_name = 'test')
src/exe/key_info_extraction/create_wordcloud.py:126
↓ 1 callersMethodshow_wordcloud_input
(self, content, picturefile, words_num, save_name)
src/exe/key_info_extraction/create_wordcloud.py:147
↓ 1 callersMethodshow_wordcloud_offline
(self, textfile, picturefile, words_num, save_name)
src/exe/key_info_extraction/create_wordcloud.py:152
↓ 1 callersMethodshow_wordcloud_online
(self, url, picturefile, words_num, save_name)
src/exe/key_info_extraction/create_wordcloud.py:141
↓ 1 callersMethodsimilarity_cosine
(self, word_list1,word_list2)
src/exe/key_info_extraction/sentence_similarity.py:30
↓ 1 callersFunctiontest
()
src/exe/key_info_extraction/create_wordcloud.py:168
↓ 1 callersFunctiontext_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 callersFunctiontext_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 callersFunctiontext_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 callersMethodtraverse
(self)
src/exe/worddiscovery/trie.py:52
↓ 1 callersFunctionuser_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 callersFunctionuser_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 callersFunctionuser_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 callersFunctionuser_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
Functionbook_classification_home
()
app.py:554
Functionboxplot_product_price
()
app.py:133
Functionboxplot_product_price_base
此函数用于获取产品价格的箱线图的参数。 Returns ------- c : TYPE-echarts parameters return echarts parameters.
src/exe/exe_01.py:408
Functionclassification_logistic
(features, tags)
src/exe/review_sentiment/model_training.py:90
Methodclear
(self)
src/exe/worddiscovery/trie.py:83
Methodcontain_aspect
(self)
src/exe/review_sentiment/sentence.py:27
Methoddelete
(self, text)
src/exe/worddiscovery/trie.py:30
Functiondownload_keyinfo_1
()
app.py:385
Functiondownload_keyinfo_2
()
app.py:419
Functiondownload_keyinfo_3
()
app.py:458
Functiondownload_newword
()
app.py:541
Functiondownload_review_summary
()
app.py:642
Functiondownload_review_summary_base
()
src/exe/exe_05.py:130
Functiondownload_rt_keyinfo_import_file_base
()
src/exe/exe_03.py:259
Functiondownload_rt_new_word_discovery_base
()
src/exe/exe_03.py:370
Functiondownload_topic_1
()
app.py:497
Functiondownload_wc_chart_1
()
app.py:256
Functiondownload_wc_chart_2
()
app.py:296
Functiondownload_wc_chart_3
()
app.py:342
Functionerro405r
(e)
app.py:662
Functionerror404
(e)
app.py:656
Functionerror500
(e)
app.py:668
Methodextract_keywords
(self, text, num_keywords)
src/exe/key_info_extraction/compute_keywords_tfidf.py:78
Functionget_boxplot_product_price_chart
()
app.py:140
Methodget_embedding_matrix_glove
获取glove词向量 :param word: :return:
src/exe/sentiment_analysis/glove_embedding.py:31
Functionget_hist_product_category_chart
()
app.py:80
Functionget_hist_product_deployment_chart
()
app.py:110
Functionget_hist_product_edc_chart
()
app.py:95
Functionget_hist_product_train_chart
()
app.py:125
Methodget_html
(self, url)
src/exe/key_info_extraction/create_wordcloud.py:59
Functionget_import_file
()
app.py:318
Functionget_input_text
()
app.py:277
Functionget_keyinfo_import_file
()
app.py:435
Functionget_keyinfo_input_text
()
app.py:400
Functionget_keyinfo_url
()
app.py:366
Functionget_newword_input_text
()
app.py:518
Methodget_next_aspect
(self, text)
src/exe/review_sentiment/business.py:221
Methodget_next_aspect
(self, text)
src/exe/sentiment_analysis/review_sentiment_analysis.py:246
Functionget_num_by_prob_range
(num_range_list, prob_list)
src/utils/data_prepare.py:55
Functionget_radar_product_rate_chart
()
app.py:155
Functionget_text_wordcloud_tab_1_chart
()
app.py:262
Functionget_text_wordcloud_tab_2_chart
()
app.py:302
Functionget_text_wordcloud_tab_3_chart
()
app.py:348
Functionget_topic_import_file
()
app.py:474
Functionget_url
()
app.py:237
Functionget_user
()
app.py:591
Functionget_user_company_chart
()
app.py:600
Functionget_user_industry_chart
()
app.py:595
Functionget_user_input
()
app.py:622
Functionget_user_job_chart
()
app.py:610
Functionget_user_product_use_time_chart
()
app.py:605
Functionhist_product_category
()
app.py:73
Functionhist_product_deployment
()
app.py:103
Functionhist_product_edc
()
app.py:88
Functionhist_product_train
()
app.py:118
Functionindex
()
app.py:58
Functionkeyinfo_home_1
()
app.py:361
← previousnext →101–200 of 252, ranked by callers