Back to Hanlp

HanLP: Han Language Processing

docs/index.md

2.1.11.8 KB
Original Source

HanLP: Han Language Processing

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

{toctree}
:maxdepth: 1
:caption: Introduction

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

Python API

{toctree}
:caption: Python API
:maxdepth: 2

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

Java API

{toctree}
:maxdepth: 1
:caption: Java API

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

Golang API

{toctree}
:maxdepth: 1
:caption: Golang API

api/restful_golang

References

{toctree}
:caption: References
:maxdepth: 2

references

Acknowledgements

HanLPv2.1 is heavily inspired by AllenNLP and SuPar.