Re: [Neo4j] google n grams data set in neo4j

2011-11-28 Thread Avi Shai
b form auto-complete. For anything like a spell-checker where speed is important, but not the only thing that matters, a pure neo4j solution gives more sophisticated levels of checking and algorithms to leverage. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4

Re: [Neo4j] google n grams data set in neo4j

2011-11-28 Thread Jacopo Farina
That's AMAZING! I was just thinking about using Neo4j to store some extracted n-grams, I previously did it with a SQLite database but maybe using a graph an application could surf between nodes more efficiently. One question: is it possible to download the google ngram corpus release (or at least s

Re: [Neo4j] google n grams data set in neo4j

2011-11-28 Thread Peter Neubauer
Seriously cool stuff René! I would love to hear more as the project progresses! Also, maybe the dataset could be added to the example dataset collection for playing around with neo4j? WDYT? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975

[Neo4j] google n grams data set in neo4j

2011-11-27 Thread René Pickhardt
Hey Everyone, I am curently advising two high school students for a programing project for some german student competition. They have inserted the German google n-gram data set several GB of natural language to a neo4j data base and used this to make sentence prediction to improve typing speed.