Skip to content

Commit

Permalink
Merge pull request #1013 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain committed May 7, 2023
2 parents 2018e73 + 1c30413 commit 2a02326
Show file tree
Hide file tree
Showing 190 changed files with 18,443 additions and 8,185 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ _(these methods are on the main `nlp` object)_
- **[.verbs().toFutureTense()](https://observablehq.com/@spencermountain/verbs)** - `'walked' → 'will walk'`
- **[.verbs().toInfinitive()](https://observablehq.com/@spencermountain/verbs)** - `'walks' → 'walk'`
- **[.verbs().toGerund()](https://observablehq.com/@spencermountain/verbs)** - `'walks' → 'walking'`
- **[.verbs().toPastParticiple()](https://observablehq.com/@spencermountain/verbs)** - `'drive' → 'had driven'`
- **[.verbs().conjugate()](https://observablehq.com/@spencermountain/verbs)** - return all conjugations of these verbs
- **[.verbs().isNegative()](https://observablehq.com/@spencermountain/verbs)** - return verbs with 'not', 'never' or 'no'
- **[.verbs().isPositive()](https://observablehq.com/@spencermountain/verbs)** - only verbs without 'not', 'never' or 'no'
Expand Down Expand Up @@ -1052,6 +1053,7 @@ nlpEx('This is type safe!').ngrams({ min: 1 })

-   **[spaCy](https://spacy.io/)** - speedy, multilingual tagger in C/python
-   **[Prose](https://github.com/jdkato/prose/)** - quick tagger in Go by Joseph Kato
-   **[TextBlob](https://github.com/sloria/TextBlob)** - python tagger

<img height="25px" src="https://user-images.githubusercontent.com/399657/68221862-17ceb980-ffb8-11e9-87d4-7b30b6488f16.png"/>

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.

18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,23 @@ While all _Major_ releases should be reviewed, our only _large_ releases are **v
<!-- #### 14.8.1 [Unreleased]
-->

#### 14.8.2 [Feb 2022]
#### 14.9.0 [May 2023]
- **[new]** - .verbs().toPastParticiple() method
- **[new]** - `.normalize({ debullet: true })` #1004
- **[change]** - typescript path changes (thanks @rotemdan !)
- **[fix]** - suffix tagging issues
- **[fix]** - match syntax issue #997
- **[change]** - keep possessive in replace #1011
- **[change]** - major improvements to adj.toNoun() conjugator
- **[fix]** - parsematch bug #997
- **[fix]** - "there's been" contraction
- **[new]** - .conjugate() methods on Noun/Adverb/Adjective classes
- **[new]** - add Gerund and PastParticiple to .verbs().conjugate() results
- **[new]** - option to keep possessives in .replace() #1011
- **[fix]** - tagger fix #998
- **[update]** - dependencies

#### 14.8.2 [Feb 2023]
- **[change]** - #Actor tagging - in advance of #565
- **[change]** - .noun() lumping changes - in advance of #565
- **[new]** - support japanese full-stop
Expand Down

0 comments on commit 2a02326

Please sign in to comment.