mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Added title spacing
This commit is contained in:
parent
6c451ec7cd
commit
6d0687ef4d
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -11,13 +11,25 @@ AIL is a modular framework to analyse potential information leaks from unstructu
|
||||||
|
|
||||||
![Dashboard](./doc/screenshots/dashboard.png?raw=true "AIL framework dashboard")
|
![Dashboard](./doc/screenshots/dashboard.png?raw=true "AIL framework dashboard")
|
||||||
|
|
||||||
|
Trending
|
||||||
|
--------
|
||||||
|
|
||||||
![Trending-Web](./doc/screenshots/trending-web.png?raw=true "AIL framework webtrending")
|
![Trending-Web](./doc/screenshots/trending-web.png?raw=true "AIL framework webtrending")
|
||||||
![Trending-Modules](./doc/screenshots/trending-module.png?raw=true "AIL framework modulestrending")
|
![Trending-Modules](./doc/screenshots/trending-module.png?raw=true "AIL framework modulestrending")
|
||||||
|
|
||||||
|
Browsing
|
||||||
|
--------
|
||||||
|
|
||||||
![Browse-Pastes](./doc/screenshots/browse-important.png?raw=true "AIL framework browseImportantPastes")
|
![Browse-Pastes](./doc/screenshots/browse-important.png?raw=true "AIL framework browseImportantPastes")
|
||||||
|
|
||||||
|
Sentiment analysis
|
||||||
|
------------------
|
||||||
|
|
||||||
![Sentiment](./doc/screenshots/sentiment.png?raw=true "AIL framework sentimentanalysis")
|
![Sentiment](./doc/screenshots/sentiment.png?raw=true "AIL framework sentimentanalysis")
|
||||||
|
|
||||||
|
Terms manager and occurence
|
||||||
|
---------------------------
|
||||||
|
|
||||||
![Term-Manager](./doc/screenshots/terms-manager.png?raw=true "AIL framework termManager")
|
![Term-Manager](./doc/screenshots/terms-manager.png?raw=true "AIL framework termManager")
|
||||||
![Term-Top](./doc/screenshots/terms-top.png?raw=true "AIL framework termTop")
|
![Term-Top](./doc/screenshots/terms-top.png?raw=true "AIL framework termTop")
|
||||||
![Term-Plot](./doc/screenshots/terms-plot.png?raw=true "AIL framework termPlot")
|
![Term-Plot](./doc/screenshots/terms-plot.png?raw=true "AIL framework termPlot")
|
||||||
|
@ -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 a new issue