forked from vandurme/jerboa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (27 loc) · 1.45 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Copyright 2010-2012 Benjamin Van Durme. All rights reserved.
This software is released under the 2-clause BSD license.
See jerboa/LICENSE, or http://cs.jhu.edu/~vandurme/jerboa/LICENSE
Jerboa is a package for prototyping randomized/streaming algorithms and data
structures, primarily intended for HLT applications. As of the time of this
writing much of the library is Java-based: not for efficiency, but for ease of
integration in other research NLP projects. C versions exist for some subsets of
the library, which may be distributed in the future.
I am unlikely to respond to emails asking for support, but if you feel you've
discovered a bug (not too unlikely), or have something you'd like to contribute,
then feel free to issue a pull request via GitHub.
To reference this package in academic writing:
@TechReport{Jerboa:TR:2012,
author = {Benjamin {Van Durme}},
title = {Jerboa: A Toolkit for Randomized and Streaming Algorithms},
institution = {Human Language Technology Center of Excellence, Johns Hopkins University},
year = {2012},
number = {7}
}
which can be found at: http://cs.jhu.edu/~vandurme/papers/JerboaTR2012.pdf .
README : this file
LICENSE : 2-clause BSD license
Makfile : a simple Makefile to build the .jar file
proj/ : projects with associated property files and shell scripts
java/ : java source, and destination of .jar file
scripts/: utility scripts
config/ : global configuration files, such as logging.properties