Analyse

This plugin analyse text retrieved from the text plugin.

The following engines are available :

mood
words
people
ident
countries

Installation

You need to install analyse dependencies

pip install sphinxcontrib-osint[analyse]

And enable it in your conf.py

osint_text_download = True
osint_analyse_enabled = True

To define engines add in your conf.py

osint_analyse_engines = ['mood', 'words', 'people', 'countries']

Configurations

osint_analyse_enabled = False
osint_analyse_store = analyse_store
osint_analyse_cache = analyse_cache
osint_analyse_report = analyse_report
osint_analyse_list = analyse_list
osint_analyse_countries = ['UK', 'United Kingdom', 'US', 'USA']
osint_analyse_engines = ['mood', 'words']
osint_analyse_nltk_download = True
osint_analyse_moods = None
osint_analyse_mood_font = Noto Color Emoji
osint_analyse_font = Noto Sans
osint_analyse_day_month = ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday']

Indexes

analyses : Analyses Index

Directive Analyse

class : class_option
caption : unchanged
engines : unchanged_required
width : positive_int
height : positive_int
most-commons : positive_int
background : unchanged
colormap : unchanged
min-font-size : positive_int
max-font-size : positive_int
link-json : unchanged
cats : unchanged_required
orgs : unchanged_required
countries : unchanged_required
label : unchanged_required
description : unchanged_required
report-mood : unchanged
caption-mood : unchanged
report-words : unchanged
caption-words : unchanged
report-people : unchanged
caption-people : unchanged
report-ident : unchanged
caption-ident : unchanged
report-countries : unchanged
caption-countries : unchanged