Skip to content

Commit

Permalink
14.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jul 2, 2022
1 parent d5cbc03 commit 10a4897
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v
- **[change]** - alias nlp.compile() to .buildTrie()
- **[fix]** - tagging fixes
- **[update]** - dependencies
_plugin-releases_: dates, speed
_plugin-releases_: dates, speed, de-compromise

#### 14.3.1 [June 2021]
- **[fix]** - missed caches in .sweep()
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-node-resolve": "13.3.0",
"amble": "1.3.0",
"eslint": "8.18.0",
"eslint": "8.19.0",
"eslint-plugin-regexp": "1.7.0",
"nlp-corpus": "4.4.0",
"rollup": "2.75.7",
Expand All @@ -114,4 +114,4 @@
"_tests/**"
],
"license": "MIT"
}
}
8 changes: 2 additions & 6 deletions scratch.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ import nlp from './src/two.js'
// import plg from './plugins/dates/src/plugin.js'
// nlp.plugin(plg)

// nlp.verbose('tagger')
nlp.verbose('tagger')

let txt = ''
let doc
doc = nlp('May, 2009...')
// doc.match('april').tag('Person')
doc.debug()
// doc.dates().debug()
// doc = doc.match('33 km').debug()
doc = doc.match('33 km').debug()

// doc = nlp('he sweetly sang').debug()
// doc.match('{sweet}').debug()
Expand Down

0 comments on commit 10a4897

Please sign in to comment.