We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f1a34 commit 86fb570Copy full SHA for 86fb570
README
@@ -33,3 +33,12 @@ your data into memory on your own. You still need TRE. You do pay a
33
CSV-like file, but since you can then reuse the classifier for as many
34
documents as you want, in the long term this cost is amortized down to
35
zero and you get significant speedup.
36
+
37
38
+Dependencies
39
40
+Debian/Ubuntu: libtre5, libtre-dev
41
42
+Building
43
44
+$ make && cd python && python setup build
0 commit comments