The invention relates to a multitask text
analysis method based on text
sentiment analysis of CNN-LSTM and textrank abstract automatic extraction of word2vector. The method comprises the steps of obtaining massive to-be-tested network text data, firstly, preprocessing network text data to be tested and then inputting the preprocessed network text data into an LSTM-CNN neural network; according tothe LSTM-CNN, a classical text
sequence processing method being used for a long-term and short-
term memory network; obtaining a vector representing the context; the CNN further extracting higher-dimensional and effective features; then, sending features into softmax to be subjected to multi-classification, so that sentiment positive and negative directions of a text are obtained, secondly, segmenting the input text data into sentences by combining a textrank
algorithm based on
word embedding to construct a
graph model, and calculating the similarity between the sentences to serve as weights ofedges; by calculating
sentence scores, sorting the obtained
sentence scores in an
inverted order, and extracting several sentences with the highest importance degree as candidate abstract sentences;finally, displaying the analysis result in the form of a report. The multi-task text
data processing model enables a public opinion monitoring result to obtain high accuracy and high efficiency, and text analysis precision is improved by using two neural network training.