https://github.com/liuzl/d
An updateable dict service, multi-pattern match
https://github.com/liuzl/d
dictionary double-array-trie multimatch nlp
Last synced: 3 months ago
JSON representation
An updateable dict service, multi-pattern match
- Host: GitHub
- URL: https://github.com/liuzl/d
- Owner: liuzl
- License: apache-2.0
- Created: 2018-07-07T11:29:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T06:51:39.000Z (over 2 years ago)
- Last Synced: 2025-03-23T23:27:07.513Z (3 months ago)
- Topics: dictionary, double-array-trie, multimatch, nlp
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An updateable dict service
`d` is an updateable dict service suitable for NLP tasks. Originally, it is used for the `DictTagger` of [ling](github.com/liuzl/ling)*(A Natural Language Processing Toolkit in Golang)*.