Skip to content

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

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

Last Updated on 2021-04-01 by Clay

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

Use sqlite3 to build a embedded database in Python

Last Updated on 2021-03-17 by Clay

Python is a most popular program lanuguage.

Introduction

SQLite is a embedded database that is different from a general server-client structure database. SQLite is integrated into the application. If the data is relatively fixed and the amount is small, then SQLite can be said to be more appropriate.

Read More »Use sqlite3 to build a embedded database in Python
Exit mobile version