-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
2,214 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
## 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) |
Oops, something went wrong.