Rob Ellis
Rob Ellis
Hi Lars, This is such a great project! So right now when you rotate the cube (using the key events) `CSXD` you are moving the camera and thus the position...
When trying to access the dependencies, I get a 403 content forbidden. Are the files hosted elsewhere?
I have used node-lemma (https://github.com/grachev/node-lemmer) in a previous project but it is not being maintained. Is there any interest in a lemma abstraction layer on top of WordNet?
I feel like this is a bug, but Im still digging in. ``` wordnet.lookup('fought', function(results) { // no results. } ``` http://wordnetweb.princeton.edu/perl/webwn?s=fought&sub=Search+WordNet&o2=&o0=1&o8=1&o1=1&o7=&o5=&o9=&o6=&o3=&o4=&h= Related to #225 CC: @morungos
This project has been so fun to play with. It would be amazing to push the boundaries of turning and arching from square to square or opening up Bézier curves...
https://github.com/nltk/nltk.github.com/blob/master/howto/ccg.html#L348 I could not find the correct link or I would have pushed a PR.
I'm trying to get my head around what this project actually does. Im mostly interested in how you parsed the C&C Tools Marked file and adding a grammar, and parsing...
Two little issues. doc refers to a valid method, but it is actually validate() doc show example with next() but you are actually passing in callback not next.