Skip to content

Commit

Permalink
Add link to hapax legomena article (fix #48)
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed May 17, 2018
1 parent a21ee56 commit a6fc687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/templates/model.html
Expand Up @@ -30,7 +30,7 @@ <h2>1. Corpus and Parameter Summary</h2>
{{ table|safe }}
{% endfor %}
<br>
As you can see, your corpus is much smaller after cleaning. You {{ cleaning|safe }}. In addition so-called <i>hapax legomena</i> have been removed. In corpus linguistics, a hapax legomenon is a word that occurs only once within a context. So, if a word occurs only once in a document, it is very likely that the word is semantically insignificant – that is, not useful for the model.
As you can see, your corpus is much smaller after cleaning. You {{ cleaning|safe }}. In addition so-called <a href="https://en.wikipedia.org/wiki/Hapax_legomenon"><i>hapax legomena</i></a> have been removed. In corpus linguistics, a hapax legomenon is a word that occurs only once within a context. So, if a word occurs only once in a document, it is very likely that the word is semantically insignificant – that is, not useful for the model.
<br>
<br>
<center>{{ corpus_boxplot_div|safe }}</center>
Expand Down

0 comments on commit a6fc687

Please sign in to comment.