Skip to content

Commit

Permalink
Merge pull request #840 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain authored May 5, 2021
2 parents 82e252e + 6a603ea commit e979ec2
Show file tree
Hide file tree
Showing 74 changed files with 24,590 additions and 1,157 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
- name: install
run: |
npm ci
npm i --no-save eslint ts-node typescript
npm i --no-save ts-node typescript
npm run plugins:ci
- name: static checks
run: |
npm i --no-save eslint
npm run lint
- name: build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
- name: install
run: |
npm ci
npm i --no-save eslint ts-node typescript
npm i --no-save ts-node typescript
npm run plugins:ci
- name: static checks
run: |
npm i --no-save eslint
npm run lint
- name: build
Expand Down
2 changes: 1 addition & 1 deletion builds/compromise-tokenize.js

Large diffs are not rendered by default.

161 changes: 95 additions & 66 deletions builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/compromise.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

#### 13.11.2 [May 2021]

- **[fix]** - verbphrase conjugation fixes
- **[fix]** - verbphrase tagger fixes
- **[fix]** - url tagging regex improvements (thanks Axay!)
update deps
_plugin-releases_: dates

#### 13.11.1 [April 2021]

- **[fix]** - obscure runtime error in capture-groups
Expand Down
2 changes: 1 addition & 1 deletion data/misc/adverbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ module.exports = [
'randomly',
'rather',
'really',
'several',
'so',
'somehow',
'sometimes',
'somewhat',
'sort of',
'seldom',
'such',
'then',
'thus',
Expand Down
1 change: 1 addition & 0 deletions data/misc/determiners.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = [
'own',
'plenty',
'some',
'several',
'that',
'the',
'these',
Expand Down
1 change: 1 addition & 0 deletions data/verbs/infinitives.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,5 +575,6 @@ module.exports = [
'worry',
'wreck',
'yawn',
'yell',
'yield',
]
Loading

0 comments on commit e979ec2

Please sign in to comment.