Why don't you put the file in the datastore. You can put it on a word basis, one object for every word, db.StringProperty. Use the datastore index to find the word. Use bulk_upload to fill the datastore.
Or split it up in parts, each part starting with a different character. Put it in db.TextProperty. 2009/3/16 prasy <[email protected]>: > > Hi.. > > Im abt to create a spell check application.. I have a text file called > "wordlist.txt' containing english words. I will be getting a wrd from > user and checks its spelling wit de help of the text file. > > I simply need to read de file.. Is it possible for me to run tis app > in appengine.. Bcz i heard tat its not possible to read de contents of > a static file in app engine. Moreover de file is around 2 MB so i cant > simply make it as list or dict type and use.. > > Regards, > Prasy.. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
