| bio | website | blog.jason-stillwell.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Nov 16 '12 at 23:49 | |
| stats | profile views | 0 |
|
Oct 7 |
comment |
Embed IF text parser in another game? Thanks, I've been reading the NLTK (python) book, which is a good tutorial on the basics of NLP usage. But parsing a single sentence into a "meaning" is still a non-trivial thing. |
|
Oct 5 |
comment |
Embed IF text parser in another game? Proper NLP seemed over-kill, and also seemed to focus on Data Sciencey type stuff. Where you want identify if a sentences in a large dump are happy or sad, or mentions people vs things. Where-as I wanted to parse one sentence perfectly, and arrive at "the user is saying do VERB to NOUN". Even if it only parses a few different forms. |
|
Oct 5 |
comment |
Embed IF text parser in another game? Thanks for confirming my suspicions. |
|
Oct 5 |
comment |
Embed IF text parser in another game? Yeah, I've written parsers for programming languages. Enough to know tackling natural languages is a different beast. |
|
Oct 5 |
comment |
Embed IF text parser in another game? yeah, it looks like I'll have to write my own parser. |