Skip to content

Commit

Permalink
14.13.0rc
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Apr 1, 2024
1 parent a6a8f9c commit 54a227b
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion builds/compromise.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

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.

6 changes: 6 additions & 0 deletions changelog.md
Expand Up @@ -20,6 +20,12 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v
- **[fix]** - .before() .after()
-->

#### 14.13.0 [Apr 2024]

- **[new]** - .compute('freeze')
- **[new]** - .debug('freeze')
- **[change]** - allow 3-slashes in a word

#### 14.12.0 [Feb 2024]

- **[new]** - .payload() plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "14.12.0",
"version": "14.13.0",
"module": "./src/three.js",
"main": "./src/three.js",
"unpkg": "./builds/compromise.js",
Expand Down
2 changes: 1 addition & 1 deletion scratch.js
Expand Up @@ -4,7 +4,7 @@ import nlp from './src/three.js'
// nlp.plugin(plg)
// nlp.verbose('tagger')

let doc = nlp(`IEEE/WIC/ACM`).debug()
var doc = nlp('Poincare\u0301')
console.log(doc.docs[0])
// console.log(nlp(`IEEE/WIC`).debug().docs[0][0])

Expand Down
2 changes: 1 addition & 1 deletion src/_version.js
@@ -1 +1 @@
export default '14.12.0'
export default '14.13.0'

0 comments on commit 54a227b

Please sign in to comment.