Working from the supposition that all knowledge is contained in any random friendslist, I pose you this question:
If I wanted to research how to go about building a relatively simple online dictionary (probably using SQL and php), where would I go to find information about what kind of coding it would take, whether I'd need to lease an online thesaurus, etc.?
no subject
Date: 2007-03-07 07:23 pm (UTC)no subject
Date: 2007-03-07 07:32 pm (UTC)no subject
Date: 2007-03-07 07:44 pm (UTC)Also the Hidatsa don't like white people much, so it's a touchy job. ;)
no subject
Date: 2007-03-07 07:57 pm (UTC)So to use your example, you'd have
hword eword
[Hidatsa word] [happy joyful pleased]
SELECT hword FROM words WHERE MATCH( eword ) AGAINST ( 'happy' IN BOOLEAN MODE)
That would return the Hidatsa word
no subject
Date: 2007-03-07 07:49 pm (UTC)http://www.fbcc.bia.edu/
They want the dictionary to go on it. As you can see if you click around, they're not exactly web-savvy. So I need to know exactly what I'm talking about, and yet use de-techified words when explaining to them what it will entail. I don't even know if their host allows for SQL. (I'm assuming it does; most do at this point.)
no subject
Date: 2007-03-07 11:33 pm (UTC)If they've got a database, then the web design and database should be relatively straightforward, once you figure out how you want to store the words in the database. Probably the harder part is managing database updates -- controlling who has access to that, whether it's even done over the web, or whatnot.
Yanno, it just occurred to me -- if they're using IIS, you could probably use an Access database. I tend to avoid Access like the plague, but it may be better than nothing...
no subject
Date: 2007-03-07 11:28 pm (UTC)I'll keep an eye open for better information. I have used many homegrown, simple online dictionaries for esoteric languages (Basque, Galician, and Breton come to mind) -- if you Google a bit for an obscure language's dictionary, you might find someone who's done it who explains how (ideal) or is willing to explain how. Omniglot.com links to dictionaries for many of the languages there; might be a place to start when looking for a model.
I feel sure it can be done in SQL, just based on the other kinds of SQL databases I've used.
Good luck!
no subject
Date: 2007-03-08 01:39 am (UTC)Native American online dictionary
Date: 2007-03-08 02:21 am (UTC)One of my best friends is a professor of linguistics and her research area for the past twenty years has been a Northwestern Native American language. She also co-wrote and edited the first dictionary for that specific language. I just spoke with her and she said you could email her if you'd like. In particular, she's had enormous experience negotiating the difficulties of being a white, non-Native woman working with Native speakers on language issues over which they justifiably feel proprietary.
Email me at TaVeryMate at aol dot com and I'll give you her email.
Native American online dictionary resources
Date: 2007-03-08 02:48 am (UTC)Some resources worth a look:
NativeWeb Resources - Native American Languages (Excellent site with good annotated lists of a wide variety of online dictionaries and other info):
http://www.nativeweb.org/resources/languages_linguistics/native_american_languages/
The American Indian Language Development Institute - hosted at U of Arizona
http://www.u.arizona.edu/~aildi/
Arizona Native American Online Dictionary Project
http://www.lexicon.arizona.edu/mikeserv/
Native Village Language Library
http://www.nativevillage.org/Libraries/Language%20Libraries.htm
Indigenous Language Institute
http://www.indigenous-language.org/
Native American Language Center - UC Davis
http://cougar.ucdavis.edu/nas/nalc
Amican Indian Language Resources (Particularly useful list of available downloadable fonts for various Native American languages. Also the section on Dictionaries, Fonts and Specific Languages According to Family & the section on Online Language Materials and Language Lessons are wonderful)
http://www2005.lang.osaka-u.ac.jp/~krkvls/lang.html
Good Luck!