This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
Releases: PasteUs/PasteMeAlgorithm
Releases · PasteUs/PasteMeAlgorithm
release-v1.0.5
Include
<dependency>
<groupId>cn.pasteme</groupId>
<artifactId>pasteme-algorithm</artifactId>
<version>1.0.5</version>
</dependency>
Changes
Features
- Feature/deep learning model support (#12) @LucienShui
- Custom stopwords support (#11) @LucienShui
- Adjust function for business (#6) @LucienShui
- Add countToken (#5) @LucienShui
- Add multi func in normalAhoCorasick (#4) @LucienShui
- Add basic tokenizer (#2) @LucienShui
Bug Fixes
- Fix charset in httpClient, rename inference's param name (#16) @LucienShui
- Fix pair.equals (#3) @LucienShui
Maintenance
- Add logs and release the version (#15) @LucienShui
- Chore/add exception to method (#14) @LucienShui
- Feature/deep learning model support (#13) @LucienShui
- Update root version (#10) @LucienShui
- Support scope prototype, reformat code, add notnull annotation (#9) @LucienShui
- Update stopwords.txt, finish #7 (#8) @LucienShui
- Add release-drafter, add matrix in ci, add bean to trie and ahocorasick, add parent to project, remote Pair's interface (#1) @LucienShui