Babyrat
Member
From: UK
Registered: 2008-10-07
Posts: 144
I have been learning to make websites with PHP for a bit now. I have been trying to think of a project I could do to help Japanese learners out.
I first thought of a conjugunator (real word?), a website where you type in any form of a verb and it coughs out all conjugated forms of the verb and example sentences for each form. It would take alot of work to do and theres alot of things out there similiar, IE dictionarys
so I scrapped that idea.
What im basically asking is: Is there anything you guys want that would make your japanese learning easier? or have you ever thought" *blahblah* would be really cool, i wish it existed" no idea is too stupid for me. Any suggestions, ideas, criticsm are always welcome.
I hope this makes sense, if you have read any of my previous posts you may of seen how bad I am at explaining things.
Last edited by Babyrat (2010 January 26, 10:32 am)
vix86
Member
From: Tokyo
Registered: 2010-01-19
Posts: 1469
Not really something you can do with PHP, but one thing I've always wanted to work on (Programming is a hobby of mine) is an advanced dictionary lookup for Japanese. I often find that I can sort-of kind-of remember a word I heard before and have a general sliver of the semantic meaning of it but can never seem to find it when I search in dictionaries.
The program I had started in Python (but stopped due to Study Abroad) some months ago was a program where you could do something like this:
Lets say you kind of remember a word a in Japanese that starts with ま or maybe it was み. You know its an adjective or possibly an adverbial, and you know it sort of means something like "awesome." So you enter in ま・み as a keyword and say check Adj's and Adv, and specify "awesome." Hit search, and get a lot of results, one which would hopefully be what you were looking for, みごと(見事).
Another example might be you want all nouns that end in もの (which JWPCe's dictionary lookup can sort of do).
The semantic vicinity lookup feature by itself would be awesome, but it'd be more like a reverse dictionary lookup too, which in general suck. You'd need the right kind of database to attempt it and some nice AI programming skills probably.
---
I'll say this though, if you decide to do the conjugation script, spice it up by adding in "ancient japanese" conjugation. My roommate (日本人) showed me the charts they used in high school to figure out what the conjugation for words they were reading in classic lit meant (think Tale of Genji in its original form). Slightly intimidating stuff but quite interesting.