Reading and Sorting a Dictionary Text File

Hi Everyone,

I was hoping you guys could assist me with a slight problem. I wanted to create an app that can search through a txt document and find related words according to your input.

Txt File Link: http://bit.ly/rMlU3G

I really have no idea how to start this project, or even how to sort it. If anyone would like to help me out or provide me with necessary links, I would greatly appreciate it. Thank you so much :slight_smile:

Regards,
Jordan Schuetz
Ninja Pig Studios [import]uid: 29181 topic_id: 17746 reply_id: 317746[/import]

Hi!

You can insert all words from your txt file into SQLite database and query needed word when you need. [import]uid: 65903 topic_id: 17746 reply_id: 67662[/import]

Jordan,

you can access the lines of the text file with

for line in textfile:lines() do

[import]uid: 6459 topic_id: 17746 reply_id: 68031[/import]