mirror of https://github.com/CIRCL/AIL-framework
Added title spacing
parent
6c451ec7cd
commit
6d0687ef4d
13
README.md
13
README.md
|
@ -11,13 +11,25 @@ AIL is a modular framework to analyse potential information leaks from unstructu
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Trending
|
||||||
|
--------
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
Browsing
|
||||||
|
--------
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Sentiment analysis
|
||||||
|
------------------
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Terms manager and occurence
|
||||||
|
---------------------------
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
@ -63,6 +75,7 @@ linux based distributions, you can replace it with [installing_deps_archlinux.sh
|
||||||
There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems.
|
There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems.
|
||||||
|
|
||||||
Concerning the sentiment module, nltk.sentiment.vader must be installed manually.
|
Concerning the sentiment module, nltk.sentiment.vader must be installed manually.
|
||||||
|
|
||||||
In your AIL virtualenv, type
|
In your AIL virtualenv, type
|
||||||
```
|
```
|
||||||
python
|
python
|
||||||
|
|
Loading…
Reference in New Issue