Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftonyqus%2FTrieTreeService.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftonyqus%2FTrieTreeService?ref=badge_shield)

TrieTreeService
===============
This is a windows service which can be used to load many dictionary from different word segment software like PanguDict, IKAnalyzer. Trie tree is really useful in natual language processing, especially you wanna index ngram results against words. The service will use memory as cache for the tree structure. If your dictionaries are too big, please make sure you have enough memory space to load it. By default, there should be 2GB available for user in each windows service on x86 archiecture.
Expand All @@ -6,3 +8,7 @@ This is a windows service which can be used to load many dictionary from differe
Chinese Tutorial
================
For now, there is only Chinese tutorial: http://www.cnblogs.com/tonyqus/archive/2012/11/26/trietreeservice.html.


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftonyqus%2FTrieTreeService.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftonyqus%2FTrieTreeService?ref=badge_large)