-
I had a bit of trouble installing Jekyll on OS X 10.9.2 on my Retina MacBook Pro. Here is the error I got when running 'gem install jekyll'.
``` bash
sudo gem install jekyll
Building native extension…
-
stem_word function should have removed all the single quotes as it does not make sense to keep it in stem word.
here is the example where it keep 1 single quote from 2 single quotes string input.
se…
-
Getting this error every time i try gem install fast-stemmer. Got to this stage through trying to install Jekyll. Terminal logging this:
```
Building native extensions. This could take a while...
ER…
-
Hello,
Today catch the problem to (re)install sqlite3 on FreeBSD 9, after usual update ports (two servers, user root):
# npm install -g sqlite3
npm http GET https://registry.npmjs.org/sqlite3
npm ht…
-
Hello,
I wonder if it's a correct output
natural.PorterStemmer.attach();
"10".tokenizeAndStem()
['10']
natural.PorterStemmer.attach();
"9".tokenizeAndStem()
[]
What's wrong with '9'?
ghost updated
10 years ago
-
Thanks for writing this great tool. I have just started using it. I ran a quick command on stemmer: stem_words(hungry, nasty, hasty). This is what R returned.
[1] "hungri" "nasti" "hasti"
I think…
-
Hello
Is it possible to use natural client-side?
I have a node.js app, but I want to apply porter stemmer from natural when my users add hashtags, so that they're automatically converted to their st…
-
Node v0.6.x is untested and unsupported. Currently it appears users will see this if they try to install a module using node-pre-gyp with node v0.6.x:
```
gyp http GET http://nodejs.org/dist/v0.6.20/…
-
var natural = require('natural');
natural.PorterStemmer.attach();
console.log('President Constitution'.tokenizeAndStem());
returns ['presid','constitut'] . Is this expected result?
-
Using Windows 7 and Putty to SSH into my server. Did a fresh install of Tapchat and after setting the password I cannot login to Tapchat via the App or the Web Interface. Keeps telling me my username/…