Skip to content

Commit

Permalink
removing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
loribeiro committed Feb 12, 2021
1 parent 419464e commit f27cae8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async function PosTagger(){

async function executeStringAnalyzer(text){
const normalized = await normalizeText(true)
console.log("oxe")
return await tagger.analyze(await normalized(text)).catch(err => console.log(err))
}

Expand Down
7 changes: 0 additions & 7 deletions test.js

This file was deleted.

0 comments on commit f27cae8

Please sign in to comment.