https://github.com/rmosolgo/lang
Language modeling project
https://github.com/rmosolgo/lang
Last synced: 3 months ago
JSON representation
Language modeling project
- Host: GitHub
- URL: https://github.com/rmosolgo/lang
- Owner: rmosolgo
- Created: 2013-09-14T19:37:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T05:09:56.000Z (about 12 years ago)
- Last Synced: 2025-10-06T14:49:43.777Z (3 months ago)
- Language: JavaScript
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lang
## Setup & install
- Prepare the Database
- Postgres 9+
- `create role lang with login superuser;`
- `create database lang_development with owner lang;`
- `create database lang_test with owner lang;`
- Make sure it works: `$ psql -U lang lang_development` should log you in.
## Populate the database
- `rake db:seed` Loads my seeded data & pulls from Wikipedia