Skip to content
/ cedar Public
forked from DevO2012/cedar

Cedar implements an updatable double-array trie, which offers fast update/lookup for skewed queries in real-world data.

License

Notifications You must be signed in to change notification settings

senseb/cedar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cedar

This is a C++ implementation of efficiently-updatable double-array trie, developed by Naoki Yoshinaga at Kitsuregawa, Toyoda Lab., IIS, University of Tokyo.

If you make use of cedar for research or commercial purposes, the reference will be:

N. Yoshinaga and M. Kitsuregawa. A Self-adaptive Classifier for Efficient Text-stream Processing. Proc. COLING 2014, 2014.

License

BSD (see License file)

Additionally the original code is also vailable under GPL/LGPL terms at the website location given below.

Author

Naoki Yoshinaga at Kitsuregawa, Toyoda Lab., IIS, University of Tokyo

Website: http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/cedar

About

Cedar implements an updatable double-array trie, which offers fast update/lookup for skewed queries in real-world data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%