Skip to content

Commit

Permalink
Merge pull request #287 from axa-group/feature/version_3_10
Browse files Browse the repository at this point in the history
build: version 3.10.0
  • Loading branch information
Jesús Seijas committed Oct 7, 2019
2 parents e7ba542 + 8ed1034 commit 66d20d4
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 43 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ All notable changes to release of this project will be documented in this file.

For detailed change-info on the commit level please [see our GitHub commit history](https://github.com/axa-group/nlp.js/commits/master).

## [3.10.0] - 2019-10-07
### Added
- Traverse for handlebars, so answers now can be arrays or objects
- Automatic stemmer: is able to learn rules from languages without stemmer when the languages are inflected.
- Tests of the automatic stemmer in polish
- Spell checking: now users can write with small typos
- Changelog
- Portuguese sentiment analysis
- Contributor pictures to the readme
- Bengali sentiment analysis

### Changed
- Faster Levenshtein implementation
- Now the browser version is generated with terser

### Fixed
- Extended NER to support datetimerange
- Sort classifications in the NER manager
- Use performance.now instead of process.hrtime for browser compatibility

## [3.9.0] - 2019-09-15
### Added
- Support for Ukrainian language
Expand Down
80 changes: 43 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-nlp",
"version": "3.9.0",
"version": "3.10.0",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,15 +34,15 @@
"devDependencies": {
"browserify": "^16.5.0",
"coveralls": "^3.0.6",
"eslint": "^6.4.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.5",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.8",
"jest": "^24.9.0",
"lint-staged": "^9.2.5",
"lint-staged": "^9.4.1",
"lodash": ">=4.17.15",
"merge": "^1.2.1",
"prettier": "^1.18.2",
Expand Down

0 comments on commit 66d20d4

Please sign in to comment.