Skip to content

Latest commit

 

History

History

nlp

NLP Module

Features

  • Text Similarity Comparison
  • Sentiment Classification for douban.com
  • News Classification

RESTful API Notation

  • IP: http://www.lucasx.top
  • Port: 8001
  • APIs
    • sentiment analysis (by snownlp)
      • API: sentiment
      • param: sentence
      • method: GET
    • word segmentation
      • API: wordseg
      • param: sentence
      • method: GET

Reference

  1. snownlp
  2. jieba