Kind of sort of, not really.
Prediction doesn't give you back any of the NLP, so you can't say "What is this sentence about", or what was user trying to search for. But also it is SOOOO VERYYYYYY Expensive. Loading the training data for 10k users to build something like a content recommendation system and then loading all of the data to make recommendations from was going to be in the neighborhood of $20k before I got to the point that I could even evaluate if the system was going to work. I have played with the prediction API for looking at traffic data to say "Hey you are always 'UP' in October" but that was hardly rocket science. What I specifically need in this case is the ability to boil content down to the important bits. From: [email protected] [mailto:[email protected]] On Behalf Of alex Sent: Monday, March 05, 2012 10:42 AM To: [email protected] Subject: [google-appengine] Re: NLTK or Equivalent dunno what you're working so, it might totally be not your case but have you considered https://developers.google.com/prediction/ API? you can do some cool stuff related to NLP. alex. On Monday, March 5, 2012 6:21:32 PM UTC+1, Brandon Wirtz wrote: I was looking to do some things using NLTK and found code.google.com/p/nltk-gae/ which looks promising, but the code on the site has quite a few errors (most of which I worked through) but has a LOT to be implemented (and relies on MemCache never being flushed to work) Does anyone know of a better NLTK for GAE implementation? Or do we have an ETA on NLTK being supported on GAE? -Brandon -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/WouZtSgGQdUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
