-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #929 from spencermountain/dev
Dev
- Loading branch information
Showing
83 changed files
with
569 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -397,6 +397,7 @@ export default [ | |
'perspective', | ||
'incentive', | ||
'parish', | ||
'tv', | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,7 @@ export default [ | |
'dislike', | ||
'display', | ||
'dive', | ||
'dispute', | ||
'divorce', | ||
'document', | ||
'dodge', | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)", | ||
"name": "compromise", | ||
"description": "modest natural language processing", | ||
"version": "14.2.1", | ||
"version": "14.3.0", | ||
"main": "./src/three.js", | ||
"unpkg": "./builds/compromise.js", | ||
"type": "module", | ||
|
@@ -90,17 +90,17 @@ | |
}, | ||
"dependencies": { | ||
"efrt": "2.6.0", | ||
"grad-school": "0.0.4", | ||
"grad-school": "0.0.5", | ||
"suffix-thumb": "4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-alias": "3.1.9", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"amble": "1.3.0", | ||
"eslint": "8.16.0", | ||
"eslint": "8.17.0", | ||
"eslint-plugin-regexp": "1.7.0", | ||
"nlp-corpus": "4.3.0", | ||
"rollup": "2.75.5", | ||
"rollup": "2.75.6", | ||
"rollup-plugin-filesize-check": "0.0.1", | ||
"rollup-plugin-terser": "7.0.2", | ||
"shelljs": "0.8.5", | ||
|
@@ -114,4 +114,4 @@ | |
"_tests/**" | ||
], | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.