Hacker News new | ask | show | jobs
by scarface74 3695 days ago
I started working on a parser as a side project that could parse simple sentences, create a knowledge graph, and then you could ask questions based on the graph. I used http://m.newsinlevels.com at level 1 to feed it news articles and then you could ask questions.

It worked pretty well but I lost interest once I realized I would have to feed it tons of words. So could I use this to do something similar?

What programming language would I need to use?

1 comments

Is your work available somewhere? I would love to play with something like it.
It was a hack in C# with no unit tests it never got past the conceptual stage.