forked from psal/JStylo-Anonymouth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (32 loc) · 1.36 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Warning: As of June 25th, 2013 this repository is DEPRECATED.
It will be removed from Github and archived on Wednesday, July 10th, 2013.
Up to date repositories can be found at:
JStylo:
https://github.com/psal/jstylo
Anonymouth:
https://github.com/psal/anonymouth
JSAN - The Integrated JStylo and Anonymouth Package
====================================================
The Privacy, Security and Automation lab (PSAL)
Drexel University, Philadelphia, PA
http://psal.cs.drexel.edu/
----------------------------------------------------
JStylo
- Authorship recognition analysis tool
- Version: 0.0.1
For further details look in jstylo.txt
Anonymouth
- Authorship recognition evasion tool
- Version: 0.0.2
For further details look in anonymouth.txt
----------------------------------------------------
License:
JStylo was released by the Privacy, Security and Automation lab at Drexel University in 2011 under the AGPLv3 license.
A copy of this license is included with the repository/program. If for some reason it is absent, it can be viewed here: http://www.gnu.org/licenses/agpl.html
Usage:
In windows: double-click jsan.jar
In other platforms / to view on-the-fly log:
> java [-Xmx2048m] -jar jsan.jar
Note:
For usage with large corpora or feature sets, it is recommended
to increase the JVM heap size using the -Xmx option.