-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with Russian language text processing.
Fixed issue #2. There was a problem converting the JSON objects for the post to AlchemyAPI. JSON.stringify caused Russian and probably other languages text to not be properly encoded and return incorrect results form AlchemyAPI. Added unit test for Russian keyword extraction.
- Loading branch information
1 parent
7cc00c5
commit eb391f1
Showing
3 changed files
with
37 additions
and
6 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
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 @@ | |
"name": "alchemy-api", | ||
"description": "An Alchemy API library for Node.js", | ||
"tags": ["Alchemy", "Natural Language Processing", "util"], | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"author": "Jason Morgan <[email protected]>", | ||
"contributors": [ | ||
], | ||
|
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