Skip to content

Commit

Permalink
Add to list of jump link stopwords
Browse files Browse the repository at this point in the history
Closes #23.
  • Loading branch information
maxg committed Jul 23, 2018
1 parent 8b2f6a7 commit 7887a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/handout/handout-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ function identifyChunks(dense) {
var chunks = {};
var stopwords = [
'a', 'an', 'and', 'are', 'as', 'at', 'by', 'for', 'from', 'has', 'have', 'how',
'in', 'is', 'it', 'it-s', 'of', 'on', 'or', 'that', 'the', 'this', 'to',
'was', 'we', 'were', 'we-re', 'what', 'when', 'where', 'who', 'will', 'with',
'in', 'is', 'it', 'it-s', 'its', 'let-s', 'of', 'on', 'or', 'that', 'the', 'this', 'to',
'was', 'we', 'were', 'we-ll', 'we-re', 'what', 'when', 'where', 'who', 'will', 'with',
];
elements.map(function(idx, elt) {
var words = $(this).text().toLowerCase().split(/\s+/).map(function(word) {
Expand Down

0 comments on commit 7887a72

Please sign in to comment.