HanLP Versions Save

中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理

v1.8.4

1 year ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.8.4</version>
        </dependency>

:tada:感谢所有在issue中提出宝贵建议的用户!

New Contributors

Full Changelog: https://github.com/hankcs/HanLP/compare/v1.8.3...v1.8.4

v1.8.3

2 years ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.8.3</version>
        </dependency>

Full Changelog: https://github.com/hankcs/HanLP/compare/v1.8.2...v1.8.3

New Contributors

:tada:感谢所有在issue中提出宝贵建议的用户!

v2.1.0-beta.0

2 years ago

We are proud to announce the beta release of HanLP 2.1, which now offers 10 joint tasks on 104 languages: tokenization, lemmatization, part-of-speech tagging, token feature extraction, dependency parsing, constituency parsing, semantic role labeling, semantic dependency parsing, abstract meaning representation (AMR) parsing.

v1.8.2

2 years ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.8.2</version>
        </dependency>

:tada:感谢所有在issue中提出宝贵建议的用户!

v1.8.1

3 years ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.8.1</version>
        </dependency>

:tada:感谢所有在issue中提出宝贵建议的用户!

v1.8.0

3 years ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.8.0</version>
        </dependency>

:tada:感谢所有在issue中提出宝贵建议的用户!

v2.1.0-alpha.0

3 years ago

We are proud to announce the release of HanLP 2.1, which now offers 10 joint tasks on 104 languages: tokenization, lemmatization, part-of-speech tagging, token feature extraction, dependency parsing, constituency parsing, semantic role labeling, semantic dependency parsing, abstract meaning representation (AMR) parsing.

v1.7.8

3 years ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.7.8</version>
        </dependency>

:tada:感谢所有在issue中提出宝贵建议的用户!

v1.7.7

4 years ago
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.7.7</version>
        </dependency>

:tada:感谢所有在issue中提出宝贵建议的用户!

v2.0.0-alpha.0

4 years ago

HanLP 2.0 embraces the state-of-the-art Natural Language Processing with Deep Learning and massive unlabeled corpora. Featuring updates are:

  • Easy model building and serving with TensorFlow 2.0 and Keras.
  • Multilingual Support.
  • Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification via one unified interface.

Currently, HanLP 2.0 is in alpha stage with more killer features on the roadmap. For news and updates, join our forum.