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: about 1 hour 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T06:51:39.000Z (over 3 years ago)
- Last Synced: 2025-06-05T17:47:15.979Z (9 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)*.