forked from psal/anonymouth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jgaap.txt
37 lines (22 loc) · 931 Bytes
/
jgaap.txt
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
36
37
JGAAP (Java Graphical Authorship Attribution Program)
From the Evaluating Variation in Language (EVL) Lab http://evllabs.com
JGAAP is released under the AGPL v3.0 a copy should be included
if not it can be found at http://www.gnu.org/licenses/agpl.html
To run JGAAP in Windows, click on the jgaap.jar file in the bin directory.
On Unix-based systems, or from the Windows command-line, you can also run:
java -jar jgaap.jar
NOTE: It is suggested that you increase the Heap size alloted to the JVM
when using JGAAP since it is very memory intensive 2GB is good for
most applications
java -Xmx2048m -jar jgaap.jar
from the bin directory.
JGAAP also has a command line mode. You can see the command
line options by running:
java -jar jgaap.jar -h
or
java -jar jgaap.jar --help
JGAAP also comes with a ant build file in the src directorie.
To compile the system:
ant build
To launch the gui:
ant run-gui