Skip to content

Commit

Permalink
Merge pull request #943 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain authored Aug 2, 2022
2 parents 8883b11 + 71b4693 commit 784b46f
Show file tree
Hide file tree
Showing 18 changed files with 543 additions and 57 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ nlpEx('This is type safe!').ngrams({ min: 1 })
<summary>🌎 Compromise in other Languages?</summary>
<p></p>
<ul>
we've got work-in-progress forks for <a href="https://github.com/nlp-compromise/de-compromise">German</a> and <a href="https://github.com/nlp-compromise/fr-compromise">French</a>, in the same philosophy.
we've got work-in-progress forks for <a href="https://github.com/nlp-compromise/de-compromise">German</a>, <a href="https://github.com/nlp-compromise/fr-compromise">French</a>, <a href="https://github.com/nlp-compromise/es-compromise">Spanish</a>, and <a href="https://github.com/nlp-compromise/it-compromise">Italian</a> in the same philosophy.
<br/>
and need some help.
</ul>
Expand All @@ -1024,7 +1024,7 @@ nlpEx('This is type safe!').ngrams({ min: 1 })
<summary>✨ Partial builds?</summary>
<p></p>
<ul>
we do offer a <a href="./builds/compromise-tokenize.js">compromise-tokenize</a> build, which has the POS-tagger pulled-out.
we do offer a <a href="https://observablehq.com/@spencermountain/compromise-filesize">tokenize-only</a> build, which has the POS-tagger pulled-out.
<br/>
but otherwise, compromise isn't easily tree-shaken.
<br/>
Expand Down
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.

4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v

<!-- #### 14.5.0 [Unreleased]
-->
#### 14.4.3 [August 2022]
- **[fix]** - guard for toRoot methods in root match
- **[update]** - compromise-stats

#### 14.4.2 [July 2022]
- **[fix]** - hotfix for sentence tokenization issue #935

Expand Down
Loading

0 comments on commit 784b46f

Please sign in to comment.