Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word frequency database #7

Open
arwer13 opened this issue Mar 8, 2016 · 1 comment
Open

Word frequency database #7

arwer13 opened this issue Mar 8, 2016 · 1 comment

Comments

@arwer13
Copy link
Owner

arwer13 commented Mar 8, 2016

Can you give me a simple example in code of populating a database using data from a csv file? I uploaded a simple word frequency database in SQLite and Access along with an Excel spreadsheet to Dropbox. These are words I complied from various lists of words that might appear on the SAT, a college-prep test that many Americans take.

@arwer13
Copy link
Owner Author

arwer13 commented Mar 8, 2016

What other csv files did you mean? Only Sp5000.txt and Sp1000.txt are real csv.
Here is an example of a program populating db with word frequencies from Excel table. I redesigned the table a little bit 661b520
Would you like to redesign it so that the database contains information about

  • language of every word,
  • other frequencies of this word (there are many in the xlsx file)?

Then we could load words from SP*.txt as well to the same database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant