jspos
jspos copied to clipboard
Fork of the google code project jspos - English part of speech tagger in javascript.
I wrote code/documentation/tests/demos for all the issues put in the queue except making a cool demo. That is next on my list! I also prettified the documentation (while documenting the...
I may be reading the docs incorrectly, but I started noticing different tags than what should show up. I made a [test-case](https://github.com/konsumer/jspos/blob/master/test/test_codes.js). I may be testing it incorrectly (maybe words...
I think a server-side & browser-side implementation of eliza-alike might be a very cool way to demo this great library. I have made a fork, and would be willing to...
I would like to see this library wrapped in [UMD](https://github.com/umdjs/umd) code, so it works in CommonJS (node, rhino, etc) and AMD (require.js, curl, etc) with a fallback of window global....
I would like to see the testing done in pure CLI node.js (like with [vows](https://github.com/cloudhead/vows), for example.) This would allow for clearer test-case, in my opinion. I have made a...