lingua 1.4.0

An accurate natural language detection library, suitable for long and short text alike
Documentation
## Accuracy Plots

### <a name="table-of-contents"></a> Table of Contents

Each section contains two plots. 
The bar plot shows the detailed accuracy results for each supported language. 
The box plot illustrates the distributions of the accuracy values for each classifier. 
The boxes themselves represent the areas which the middle 50 % of data lie within. 
Within the colored boxes, the horizontal lines mark the median of the distributions.   

1. [Single Word Detection]#single-word-detection
2. [Word Pair Detection]#word-pair-detection
3. [Sentence Detection]#sentence-detection
4. [Average Detection]#average-detection

<br/><br/>

### 1. <a name="single-word-detection"></a> Single Word Detection <sup>[Top ▲]#table-of-contents</sup>

<br/>

![boxplot-single-words](/images/plots/boxplot-single-words.png)
<br/>

![barplot-single-words](/images/plots/barplot-single-words.png)

<br/><br/>

### 2. <a name="word-pair-detection"></a> Word Pair Detection <sup>[Top ▲]#table-of-contents</sup>

<br/>

![boxplot-word-pairs](/images/plots/boxplot-word-pairs.png)

<br/>

![barplot-word-pairs](/images/plots/barplot-word-pairs.png)

<br/><br/>

### 3. <a name="sentence-detection"></a> Sentence Detection <sup>[Top ▲]#table-of-contents</sup>

<br/>

![boxplot-sentences](/images/plots/boxplot-sentences.png)

<br/>

![barplot-sentences](/images/plots/barplot-sentences.png)

<br/><br/>

### 4. <a name="average-detection"></a> Average Detection <sup>[Top ▲]#table-of-contents</sup>

<br/>

![boxplot-average](/images/plots/boxplot-average.png)

<br/>

![barplot-average](/images/plots/barplot-average.png)