Skip to content
View SpiritWindYYDS's full-sized avatar

Block or report SpiritWindYYDS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. keyword_extraction keyword_extraction Public

    Forked from AimeeLee77/keyword_extraction

    利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。

    Python

  2. wiki_zh_word2vec wiki_zh_word2vec Public

    Forked from AimeeLee77/wiki_zh_word2vec

    利用Python构建Wiki中文语料词向量模型试验

    Python

  3. text-cnn text-cnn Public

    Forked from cjymz886/text-cnn

    嵌入Word2vec词向量的CNN中文文本分类

    Python

  4. Event-Extraction Event-Extraction Public

    Forked from zhang17173/Event-Extraction

    基于法律裁判文书的事件抽取及其应用,包括数据的分词、词性标注、命名实体识别、事件要素抽取和判决结果预测等内容

    Python

  5. text_rnn_attention text_rnn_attention Public

    Forked from cjymz886/text_rnn_attention

    嵌入Word2vec词向量的RNN+ATTENTION中文文本分类

    Python

  6. LSTM_Classify_text LSTM_Classify_text Public

    Forked from xumeng123/LSTM_Classify_text

    基于word2vec和双层LSTM的文本分类

    Python