Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion englishLangUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function admin(input){

function addSources(){
var nlpSrc = document.createElement('script');
nlpSrc.setAttribute('src', 'https://npmcdn.com/nlp_compromise@latest/builds/nlp_compromise.min.js');
nlpSrc.setAttribute('src', 'https://unpkg.com/nlp_compromise@latest/builds/nlp_compromise.min.js');
document.head.appendChild(nlpSrc);
}
function partOfSpeech(input){
Expand Down
2 changes: 1 addition & 1 deletion noclass.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function whatThink(input){
}
function addSources(){
var nlpSrc = document.createElement('script');
nlpSrc.setAttribute('src', 'https://npmcdn.com/nlp_compromise@latest/builds/nlp_compromise.min.js');
nlpSrc.setAttribute('src', 'https://unpkg.com/nlp_compromise@latest/builds/nlp_compromise.min.js');
document.head.appendChild(nlpSrc);
}
addModule(avocad);
Expand Down