WO2019080863A1 - Procédé de classement de sentiments de texte, support d'informations et ordinateur - Google Patents

Procédé de classement de sentiments de texte, support d'informations et ordinateur

Info

Publication number
WO2019080863A1
WO2019080863A1 PCT/CN2018/111607 CN2018111607W WO2019080863A1 WO 2019080863 A1 WO2019080863 A1 WO 2019080863A1 CN 2018111607 W CN2018111607 W CN 2018111607W WO 2019080863 A1 WO2019080863 A1 WO 2019080863A1
Authority
WO
WIPO (PCT)
Prior art keywords
underlying
feature vector
vector
classification
text
Prior art date
Application number
PCT/CN2018/111607
Other languages
English (en)
Chinese (zh)
Inventor
曾伟波
郑耀松
倪时龙
苏江文
许成功
吕君玉
何天尝
林祥仙
Original Assignee
福建亿榕信息技术有限公司
国家电网有限公司
国网信息通信产业集团有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 福建亿榕信息技术有限公司, 国家电网有限公司, 国网信息通信产业集团有限公司 filed Critical 福建亿榕信息技术有限公司
Publication of WO2019080863A1 publication Critical patent/WO2019080863A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools

Definitions

  • the present invention relates to the field of machine learning, and in particular to a method and a storage medium for text sentiment classification.
  • a sentiment classification which is mainly used to analyze or predict the emotional category to which a text with emotional orientation belongs. Generally divided into positive, negative or positive, negative and neutral. According to the difference in size and granularity of the research object, the sentiment analysis technique can be roughly divided into the following three levels: word level, sentence level and chapter level emotion analysis.
  • the word-level sentiment classification can be divided into a dictionary-based sentiment classification model and a corpus-based sentiment classification model.
  • the dictionary-based sentiment classification model relies on the synonymous and antisense relations in the existing dictionary to judge the emotional tendency of words in the text. Some scholars use words such as "good” and “bad” as the benchmark words, and then calculate the difference between the mutual information between the registered words and the reference words. Some researchers use HowNet to detect the fuzzy emotion categories of adjectives in the text, and calculate the net coverage scores to distinguish the adjectives with uncertain emotion categories and the core adjectives determined by emotional categories.
  • the corpus-based sentiment classification model mainly identifies the sentiment orientation of words by statistical analysis of existing corpora. Some researchers have proposed a method based on the theory of emotional consistency.
  • Sentence-based sentiment classification can be divided into two sub-directions: semantic-based sentiment classification and statistical-based sentiment classification.
  • Semantic-based sentiment classification needs to match the sentiment dictionary to find the emotional words in the sentence, and then calculate the emotion of the whole sentence through the emotional intensity or polarity of the emotional words.
  • Some scholars try to use the rhetorical structure theory to solve the problem of sentiment orientation of sentences. Firstly, according to the theory, the sentences are divided into different blocks of text elements, and each element block is assigned different weights according to the importance of the overall emotion of the document. Emotional prediction is obtained by weighting the sentiment score of the sentence as a whole.
  • the statistical-based sentiment analysis method is based on the machine learning method.
  • a model is trained by the machine learning algorithm, and then the model is used to predict the emotional tendency of the unknown text data.
  • Some researchers try to construct feature vectors by using the number of positive and negative emotion words, negative words, special keywords, part-of-speech tags, and emojis, etc., and use machine learning to classify the sentiment data with emotional tendency.
  • the heat of learning some researchers use the recurrent neural network to combine the phrase vector and the word vector and send it into the classifier as a feature to analyze the sentiment orientation. The experiment proves the effectiveness of the method.
  • the inventors provide a text sentiment classification method, comprising the following steps: performing an emotional dictionary construction on an input text, the emotional dictionary construction step including a part-of-speech selection expression, an underlying feature vector extraction, a middle layer feature extraction, and a combination
  • the sentiment dictionary is collected, and the word vector of the training sample is collected, and the word vector of the training sample is pooled to obtain a middle layer feature vector; the underlying feature vector and the middle layer feature vector are weighted and merged to obtain a fusion feature vector, which is respectively based on the underlying feature vector
  • the classification model, the middle eigenvector classification model, and the fusion eigenvector classification model are used to calculate the classification results.
  • the underlying vector extraction is specifically performed by using a vector space model for the underlying features, wherein each dimension is characterized by a normalized TF-TDF weight.
  • the underlying feature vector and the middle layer feature vector are weighted and expressed as
  • the step of pooling the word vector comprises: dividing the number of dimensions of the underlying feature vector into several parts, summing the word vectors in each dimension, and then summing the summation results in order The order is combined to merge the results.
  • a text sentiment classification storage medium storing a computer program, when executed by a processor, implements the following steps: performing an emotional dictionary construction on the input text, the emotional dictionary construction step including a part-of-speech selection expression and an underlying feature vector extraction
  • the middle layer feature extraction combined with the sentiment dictionary, collects the word vector of the training sample, and pools the word vector of the training sample to obtain the middle layer feature vector; and performs weighted fusion on the bottom layer feature vector and the middle layer feature vector to obtain the fusion feature
  • the vector is calculated based on the underlying eigenvector classification model, the middle eigenvector classification model, and the fused feature vector classification model.
  • the underlying vector extraction is specifically performed by using a vector space model for the underlying features, wherein each dimension is characterized by a normalized TF-TDF weight.
  • the underlying feature vector and the middle layer feature vector are weighted and expressed as
  • the step of pooling the word vector further includes dividing the number of dimensions of the underlying feature vector into several parts, summing the word vectors in each dimension, and then summing the summation results in sequence The order is combined to merge the results.
  • a computer comprising the above described storage medium.
  • the present invention can establish an efficient and stable emotional dictionary with low dimension through learning, continue to use the emotional dictionary, and combine the feature fusion and the classifier fusion method to effectively improve the classification accuracy, through the bottom layer, The middle layer, the fusion feature vector, and the three classifiers to generate the classification result can make the final classification result more stable and more robust.
  • the calculation amount of the method of the present invention is also reduced by the detailed pooling process.
  • the present invention solves the problem that the prior art text emotion classification is not efficient and the classification accuracy is insufficient.
  • FIG. 1 is a flowchart of a text sentiment classification method according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of a whole process of a text sentiment classification method according to an embodiment of the present invention
  • FIG. 3 is a diagram showing a pooling process according to an embodiment of the present invention.
  • FIG. 4 is a feature fusion diagram according to an embodiment of the present invention.
  • FIG. 1 is a text sentiment classification method.
  • the method is based on the sentiment classification model of the extreme learning machine.
  • the extreme learning machine is a single-hidden layer feedforward neural network (SLFNs).
  • the network consists of an input layer, a hidden layer and an output layer.
  • the input layer is hidden to the hidden layer and the hidden layer. There is a full connection between the output layers.
  • the method of the invention can begin in steps,
  • the sentiment dictionary construction step includes a part of speech selection expression and an underlying feature vector extraction.
  • the sentiment dictionary construction step includes two processes of part of speech selection and underlying feature selection.
  • Part of speech selection In the present invention, nouns, verbs, adjectives, and adverbs are collectively used as a reference word, and the sentiment dictionary can be a set of four word-of-speech reference words that appear in all the selected materials. Combine the words with different parts of speech to form the latent semantic information of a document, which can ensure the coverage of the sentiment dictionary to the greatest extent, while retaining the semantic information of the document.
  • Stratigraphic feature vector extraction uses the underlying feature selection principle based on chi-square statistics to further select the feature words that best represent the emotional polarity of the text.
  • the underlying feature selection vector space model is expressed, wherein the feature of each dimension in the vector is the normalized TF-IDF weight.
  • step S102 the layer feature extraction is combined with the sentiment dictionary to collect the word vector of the training sample, and the word vector of the training sample is pooled to obtain the middle layer feature vector; specifically, we can train the Skip-gram model in an unsupervised manner, and use The trained model inputs the training samples and generates a training sample word vector.
  • the specific pooling steps are shown in Figure 3:
  • each word vector group For each word vector group, the following operations are performed: all word vectors in the group are accumulated, and finally each word vector group forms a feature vector v(z), and the dimension of the feature vector is also k;
  • the present invention further performs step S104 to perform weighted fusion on the bottom layer feature vector and the middle layer feature vector to obtain a fusion feature vector
  • the S106 is respectively based on the underlying feature vector classification model, the middle layer feature vector classification model, and the fusion.
  • the eigenvector classification model calculates the classification result.
  • the specific process of classifying the sentiment to which the input sample belongs is: respectively feeding the underlying feature, the middle layer feature, and the fusion feature of the sample to be determined into the corresponding trained extreme learning machine.
  • the output result vectors of the three classification models are added together to obtain the final discriminant vector, and the median maximum corresponding label of the vector is the final emotion category.
  • the present invention can establish an efficient and stable emotional dictionary with low dimension through learning, continue to use the emotional dictionary, and combine the feature fusion and the classifier fusion method to effectively improve the classification accuracy, through the bottom layer, the middle layer, By merging the feature vectors and then generating the classification results through three classifiers, the final classification results can be made more stable and robust.
  • the calculation amount of the method of the present invention is also reduced by the detailed pooling process.
  • the present invention solves the problem that the prior art text emotion classification is not efficient and the classification accuracy is insufficient.
  • the underlying feature vector, the middle layer feature vector weighted fusion is expressed as,
  • steps may be performed before step S100 to preprocess the text to remove information that is irrelevant to the task, such as specification encoding format, removal of illegal characters, word segmentation, and part-of-speech tagging processing and stop word processing.
  • the canonical coding format is used for unified text encoding operations, such as unifying text content into UTF-8 encoding format; removing illegal characters can use regular expression matching to filter illegal characters; word segmentation tagging processing using ICTCLAS Chinese lexical analysis
  • the system performs word segmentation and part-of-speech tagging; stop word processing uses the stop word table to filter words that often appear in the text but have little meaning for sentiment analysis.
  • a text sentiment classification storage medium storing a computer program, when executed by a processor, implements the following steps: performing an emotional dictionary construction on the input text, the emotional dictionary construction step including a part-of-speech selection expression and an underlying feature vector extraction
  • the middle layer feature extraction combined with the sentiment dictionary, collects the word vector of the training sample, and pools the word vector of the training sample to obtain the middle layer feature vector; and performs weighted fusion on the bottom layer feature vector and the middle layer feature vector to obtain the fusion feature
  • the vector is calculated based on the underlying eigenvector classification model, the middle eigenvector classification model, and the fused feature vector classification model.
  • the underlying vector extraction is specifically performed by using a vector space model for the underlying features, wherein each dimension is characterized by a normalized TF-TDF weight.
  • the underlying feature vector and the middle layer feature vector are weighted and expressed as
  • the step of pooling the word vector further comprises: dividing the number of dimensions of the underlying feature vector into several parts, summing the word vectors in each dimension, and then summing the summation results in order Combine the summation results.
  • a computer comprising the above described storage medium.
  • the present invention solves the problem that the prior art text emotion classification is not efficient and the classification accuracy is insufficient.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

La présente invention concerne un procédé de classement de sentiments de texte, un support d'informations et un ordinateur. Ledit procédé comprend les étapes suivantes consistant : à construire un dictionnaire de sentiments pour un texte d'entrée, l'étape de construction d'un dictionnaire de sentiments consistant à sélectionner et à exprimer des parties de parole, et à extraire des vecteurs de caractéristiques de niveau de base ; à extraire des caractéristiques de niveau moyen, et en association avec le dictionnaire de sentiments, à acquérir des vecteurs de mots d'échantillons d'apprentissage et à regrouper les vecteurs de mots des échantillons d'apprentissage, afin d'obtenir des vecteurs de caractéristiques de niveau moyen ; à réaliser une fusion pondérée sur les vecteurs de caractéristiques de niveau de base et les vecteurs de caractéristiques de niveau moyen, afin d'obtenir des vecteurs de caractéristiques fusionnés ; à calculer un résultat de classement sur la base d'un modèle de classement de vecteurs de caractéristiques de niveau de base, d'un modèle de classement de vecteurs de caractéristiques de niveau moyen et d'un modèle de classement de vecteurs de caractéristiques fusionnés. La présente invention résout le problème rencontré dans l'état de la technique selon lequel le classement de sentiments n'est pas suffisamment efficace et stable.
PCT/CN2018/111607 2017-10-26 2018-10-24 Procédé de classement de sentiments de texte, support d'informations et ordinateur WO2019080863A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711012851.8A CN107590134A (zh) 2017-10-26 2017-10-26 文本情感分类方法、存储介质及计算机
CN201711012851.8 2017-10-26

Publications (1)

Publication Number Publication Date
WO2019080863A1 true WO2019080863A1 (fr) 2019-05-02

Family

ID=61043372

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/111607 WO2019080863A1 (fr) 2017-10-26 2018-10-24 Procédé de classement de sentiments de texte, support d'informations et ordinateur

Country Status (2)

Country Link
CN (1) CN107590134A (fr)
WO (1) WO2019080863A1 (fr)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110968697A (zh) * 2019-12-20 2020-04-07 合肥讯飞数码科技有限公司 文本分类方法、装置、设备及可读存储介质
CN111339305A (zh) * 2020-03-20 2020-06-26 北京中科模识科技有限公司 文本分类方法、装置、电子设备及存储介质
CN111708886A (zh) * 2020-06-11 2020-09-25 国网天津市电力公司 一种基于数据驱动的舆情分析终端及舆情文本分析方法
CN112163607A (zh) * 2020-09-17 2021-01-01 平顶山学院 基于多维度和多层次联合建模的网络社会媒体情感分类方法
CN112836051A (zh) * 2021-02-19 2021-05-25 太极计算机股份有限公司 一种在线自学习的法院电子卷宗文本分类方法
CN113011192A (zh) * 2021-03-16 2021-06-22 广东工业大学 基于注意力因果解释的文本情感特征提取方法
CN113239685A (zh) * 2021-01-13 2021-08-10 中国科学院计算技术研究所 一种基于双重情感的舆情检测方法及***
CN113312481A (zh) * 2021-05-27 2021-08-27 中国平安人寿保险股份有限公司 基于区块链的文本分类方法、装置、设备以及存储介质
CN114218942A (zh) * 2021-12-13 2022-03-22 南京邮电大学 一种基于ShuffleNet的中文歌词情感分析方法
CN117521639A (zh) * 2024-01-05 2024-02-06 湖南工商大学 一种结合学术文本结构的文本检测方法

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107590134A (zh) * 2017-10-26 2018-01-16 福建亿榕信息技术有限公司 文本情感分类方法、存储介质及计算机
CN108363753B (zh) * 2018-01-30 2020-05-19 南京邮电大学 评论文本情感分类模型训练与情感分类方法、装置及设备
CN108804417B (zh) * 2018-05-21 2022-03-15 山东科技大学 一种基于特定领域情感词的文档级情感分析方法
CN109033089B (zh) * 2018-09-06 2021-01-26 北京京东尚科信息技术有限公司 情感分析方法和装置
CN109582963A (zh) * 2018-11-29 2019-04-05 福建南威软件有限公司 一种基于极限学习机的档案自动分类方法
CN109783800B (zh) * 2018-12-13 2024-04-12 北京百度网讯科技有限公司 情感关键词的获取方法、装置、设备及存储介质
CN110362734A (zh) * 2019-06-24 2019-10-22 北京百度网讯科技有限公司 文本识别方法、装置、设备及计算机可读存储介质
CN110795564B (zh) * 2019-11-01 2022-02-22 南京稷图数据科技有限公司 一种缺少负例的文本分类方法
CN110909167B (zh) * 2019-11-29 2022-07-01 重庆邮电大学 一种微博文本分类***
CN111159410A (zh) * 2019-12-31 2020-05-15 广州广电运通信息科技有限公司 一种文本情感分类方法、***、装置及存储介质
CN111324734B (zh) * 2020-02-17 2021-03-02 昆明理工大学 融合情绪知识的案件微博评论情绪分类方法
CN111930938A (zh) * 2020-07-06 2020-11-13 武汉卓尔数字传媒科技有限公司 文本分类方法、装置、电子设备及存储介质
CN113222772B (zh) * 2021-04-08 2023-10-31 合肥工业大学 本土人格词典构建方法、***、存储介质以及电子设备
CN113344121B (zh) * 2021-06-29 2023-10-27 北京百度网讯科技有限公司 训练招牌分类模型和招牌分类的方法
CN115545573B (zh) * 2022-11-30 2023-04-25 山西清众科技股份有限公司 基于社会事件的风险预警方法、装置、设备和存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101377769A (zh) * 2007-08-29 2009-03-04 中国科学院自动化研究所 一种文本信息的多粒度表示方法
CN102789498A (zh) * 2012-07-16 2012-11-21 钱钢 基于集成学习的中文评论文本的情感分类方法与***
CN106326212A (zh) * 2016-08-26 2017-01-11 北京理工大学 一种基于层次深度语义的隐式篇章关系分析方法
CN107590134A (zh) * 2017-10-26 2018-01-16 福建亿榕信息技术有限公司 文本情感分类方法、存储介质及计算机

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103020712B (zh) * 2012-12-28 2015-10-28 东北大学 一种海量微博数据的分布式分类装置及方法
CN103729431B (zh) * 2013-12-26 2017-01-18 东北大学 具有增减量功能的海量微博数据分布式分类装置及方法
CN104820997B (zh) * 2015-05-14 2016-12-21 北京理工大学 一种基于分块稀疏表达与hsv特征融合的目标跟踪方法
CN105824922B (zh) * 2016-03-16 2019-03-08 重庆邮电大学 一种融合深层特征和浅层特征的情感分类方法
CN106503049A (zh) * 2016-09-22 2017-03-15 南京理工大学 一种基于svm融合多种情感资源的微博情感分类方法
CN107092596B (zh) * 2017-04-24 2020-08-04 重庆邮电大学 基于attention CNNs和CCR的文本情感分析方法
CN107247702A (zh) * 2017-05-05 2017-10-13 桂林电子科技大学 一种文本情感分析处理方法和***
CN107291696A (zh) * 2017-06-28 2017-10-24 达而观信息科技(上海)有限公司 一种基于深度学习的评论词情感分析方法及***

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101377769A (zh) * 2007-08-29 2009-03-04 中国科学院自动化研究所 一种文本信息的多粒度表示方法
CN102789498A (zh) * 2012-07-16 2012-11-21 钱钢 基于集成学习的中文评论文本的情感分类方法与***
CN106326212A (zh) * 2016-08-26 2017-01-11 北京理工大学 一种基于层次深度语义的隐式篇章关系分析方法
CN107590134A (zh) * 2017-10-26 2018-01-16 福建亿榕信息技术有限公司 文本情感分类方法、存储介质及计算机

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110968697A (zh) * 2019-12-20 2020-04-07 合肥讯飞数码科技有限公司 文本分类方法、装置、设备及可读存储介质
CN110968697B (zh) * 2019-12-20 2023-06-16 合肥讯飞数码科技有限公司 文本分类方法、装置、设备及可读存储介质
CN111339305B (zh) * 2020-03-20 2023-04-14 北京中科模识科技有限公司 文本分类方法、装置、电子设备及存储介质
CN111339305A (zh) * 2020-03-20 2020-06-26 北京中科模识科技有限公司 文本分类方法、装置、电子设备及存储介质
CN111708886A (zh) * 2020-06-11 2020-09-25 国网天津市电力公司 一种基于数据驱动的舆情分析终端及舆情文本分析方法
CN112163607A (zh) * 2020-09-17 2021-01-01 平顶山学院 基于多维度和多层次联合建模的网络社会媒体情感分类方法
CN113239685B (zh) * 2021-01-13 2023-10-31 中国科学院计算技术研究所 一种基于双重情感的舆情检测方法及***
CN113239685A (zh) * 2021-01-13 2021-08-10 中国科学院计算技术研究所 一种基于双重情感的舆情检测方法及***
CN112836051A (zh) * 2021-02-19 2021-05-25 太极计算机股份有限公司 一种在线自学习的法院电子卷宗文本分类方法
CN112836051B (zh) * 2021-02-19 2024-03-26 太极计算机股份有限公司 一种在线自学习的法院电子卷宗文本分类方法
CN113011192B (zh) * 2021-03-16 2023-09-15 广东工业大学 基于注意力因果解释的文本情感特征提取方法
CN113011192A (zh) * 2021-03-16 2021-06-22 广东工业大学 基于注意力因果解释的文本情感特征提取方法
CN113312481A (zh) * 2021-05-27 2021-08-27 中国平安人寿保险股份有限公司 基于区块链的文本分类方法、装置、设备以及存储介质
CN114218942A (zh) * 2021-12-13 2022-03-22 南京邮电大学 一种基于ShuffleNet的中文歌词情感分析方法
CN117521639A (zh) * 2024-01-05 2024-02-06 湖南工商大学 一种结合学术文本结构的文本检测方法
CN117521639B (zh) * 2024-01-05 2024-04-02 湖南工商大学 一种结合学术文本结构的文本检测方法

Also Published As

Publication number Publication date
CN107590134A (zh) 2018-01-16

Similar Documents

Publication Publication Date Title
WO2019080863A1 (fr) Procédé de classement de sentiments de texte, support d'informations et ordinateur
CN105824922B (zh) 一种融合深层特征和浅层特征的情感分类方法
CN108052593B (zh) 一种基于主题词向量和网络结构的主题关键词提取方法
Devika et al. Sentiment analysis: a comparative study on different approaches
WO2020062770A1 (fr) Procédé et appareil de construction de dictionnaire de domaine et dispositif et support d'enregistrement
CN111143576A (zh) 一种面向事件的动态知识图谱构建方法和装置
CN103116637A (zh) 一种面向中文Web评论的文本情感分类方法
CN107315734B (zh) 一种基于时间窗口和语义的变体词规范化的方法和***
Wahid et al. Topic2Labels: A framework to annotate and classify the social media data through LDA topics and deep learning models for crisis response
WO2017198031A1 (fr) Procédé et appareil d'analyse sémantique
CN110750648A (zh) 一种基于深度学习和特征融合的文本情感分类方法
Mertiya et al. Combining naive bayes and adjective analysis for sentiment detection on Twitter
CN110134934A (zh) 文本情感分析方法和装置
Tiwari et al. Ensemble approach for twitter sentiment analysis
Sadr et al. Unified topic-based semantic models: a study in computing the semantic relatedness of geographic terms
Chang et al. A METHOD OF FINE-GRAINED SHORT TEXT SENTIMENT ANALYSIS BASED ON MACHINE LEARNING.
CN112069312A (zh) 一种基于实体识别的文本分类方法及电子装置
Mozafari et al. Emotion detection by using similarity techniques
CN114997288A (zh) 一种设计资源关联方法
CN115017903A (zh) 文档层次结构联合全局局部信息抽取关键短语方法及***
Thakur et al. A review on text based emotion recognition system
Hindocha et al. Short-text Semantic Similarity using GloVe word embedding
CN114547303A (zh) 基于Bert-LSTM的文本多特征分类方法及装置
CN114065749A (zh) 一种面向文本的粤语识别模型及***的训练、识别方法
Mehendale et al. Cyber bullying detection for hindi-english language using machine learning

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18869666

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18869666

Country of ref document: EP

Kind code of ref document: A1