##Crowdsourced Tibetan Dictionary
Enables Translators and students to make notes and comments about terminology
This was an idea I have been throwing around in my head for a while. I wanted a place where I could save my own comments and ideas about terminology that I heard from different teachers and mentors. Often, these amazing insights are now lost in a pile of notebooks, handwritten and unreadable.
- students can keep translation notes
- teachers can create vocab lists to share with students
- academics and translators can store text references and share them with colleagues
- translators can "up-vote" other translators' comments and entries.
- any student of Tibetan language to store and share their ideas and the wisdom of others.
- publishers and authors can add book glossaries
##Dreams and Goals - current todo list
search the Rangjung Yeshe Dictionaryadd entries to personal dictionary for searchingcomment on entries / group discussion- share private dictionaries with others
- create pdf of personal glossaries
- import csv glossaries
- add book glossaries
- fork and clone
bundle
rake db:create db:migrate
- Before you seed the database
- You will need to create a User (via console or the app running at local host)
- There is a shortened version of the Rangjung Yeshe dictionary that you can seed. You can add more dictionaries in the
db/dictionaries/
folder. - Add dictionaries that are in the specified format (see below)
- they should be named with the
name.txt
format - change line #5 in the seed.rb file to false if you add your own dictionaries
rake db:seed
rails s
When you seed dictionaries, they need to be in the following format (you can import other types via the app)
kar ma pa - 1st dus gsum mkhyen pa, 1110-1193 [tsd]
ka rtsam - species of wild oats [ry]
term - definition [glossary name]
You can edit the names of the glossaries as well as the term and definition in the app using the admin you created
Please let me know if this doesn't work!