Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.83 KB

index.md

File metadata and controls

74 lines (50 loc) · 1.83 KB

HanLP: Han Language Processing

GitHub stars GitHub forks pypi Downloads GitHub license Open In Colab

The multilingual NLP library for researchers and companies, built on PyTorch and TensorFlow 2.x, for advancing state-of-the-art deep learning techniques in both academia and industry. HanLP was designed from day one to be efficient, user friendly and extendable. It comes with pretrained models for various human languages including English, Chinese, Japanese and many others.

Tutorials

:maxdepth: 1
:caption: Introduction

tutorial
install
configure
data_format
annotations/index
contributing
Live Demo <https://hanlp.hankcs.com/>

Python API

:caption: Python API
:maxdepth: 2

api/hanlp/index
api/common/index
api/restful
api/trie/index

Java API

:maxdepth: 1
:caption: Java API

1.x API <https://github.com/hankcs/HanLP/tree/1.x>
api/restful_java

Golang API

:maxdepth: 1
:caption: Golang API

api/restful_golang

References

:caption: References
:maxdepth: 2

references

Acknowledgements

HanLPv2.1 is heavily inspired by AllenNLP and SuPar.