Skip to content

Python

[NLP][Python] NLP tool for Chinese text: HanLP

HanLp (Han Language Processing) is open-source project on Github, it provided many functions:

  • Segmentation
  • Part-of-Speech
  • Named entity recognition
  • Keyword extraction
  • Text summarization
  • Convert Traditional to Simplified
  • Text recommendation
  • Text classification
  • Word2Vec

If you want to read more document of it, you can refer here: https://github.com/hankcs/HanLP

Or you want to take a demo: http://hanlp.com/

Read More »[NLP][Python] NLP tool for Chinese text: HanLP

[Python] How to play music

Colorful sound wave set Free Vector

Introduction

If you search about “How to do a simple Python side project“, you will find the online tutorial is teaching “how to make a music player by yourself“. In any case, being able to customize a music player by yourself is quite interesting to think about.

Read More »[Python] How to play music