We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Unexpected token ) /node-rake/index.js:32
The text was updated successfully, but these errors were encountered:
Yes I am having the same issue. Were you able to get it to work?
Sorry, something went wrong.
Sorry for the delay folks - Will take some time today to fix it and make a new release. Duplicate : #22
@atezaz @dundas Can you please give me more information as in how you were using node-rake so that I can replicate the issue?!
node-rake
However I've pushed a new build with the version 1.0.1 after merging #18 .
1.0.1
Here's a sample program I checked node-rake with :
const rake = require('node-rake') const myStopwords = ['for', 'the', 'a', 'stands', 'test', 'man', 'woman']; const opts = {stopwords: myStopwords}; const keywords = rake.generate("LDA stands for Latent Dirichlet Allocation", opts); console.log(keywords)
Result: [ 'Latent Dirichlet Allocation', 'LDA' ]
No branches or pull requests
SyntaxError: Unexpected token ) /node-rake/index.js:32
The text was updated successfully, but these errors were encountered: