Joined: Oct 2008
Posts: 139
Thanks:
2
This is true and also 1 option, but if anyone wants to see anything else that is not to do with RTK then please say.
Joined: Jan 2010
Posts: 1,708
Thanks:
13
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.
Joined: Oct 2008
Posts: 139
Thanks:
2
Thanks for the interesting post. Its very possible to make in PHP though it may not be the best language to do it with. Thats 1 big project to do, the main part would be getting all the data into the database which.. seems impossible enless theres companys out there willing to give that information.
Joined: Nov 2008
Posts: 150
Thanks:
0
What I need most at the moment is to remember the words from KO2001. Explaining them and using them in a text would be helpful. Apart from KO, just texts for lower intermediates with some translations at the side would be cool.
Joined: Mar 2008
Posts: 1,533
Thanks:
0
I need readthekanji.com but with custom word lists, audio support, and the ability to export all my information in case I want to go to another site. Might as well throw importing the info as well.
Joined: Jan 2007
Posts: 1,101
Thanks:
14
Hmm...The only thing I can think of is some kind of site for practicing Keigo.
I've technically learned it and can understand it, but using it is another story..
It might be an interactive quiz, or a sort of Choose your own adventure type game.
("You are a new employee at X Corp. Navigate the minefield of Keigo in everyday office life or perish!" )
It might be stupid but you said "no idea is too stupid"...
I think it's really nice of you to offer to do something like this for the Japanese learning community.
Edited: 2010-01-26, 10:45 pm
Joined: Sep 2008
Posts: 1,674
Thanks:
1
An awesome idioms database would be great. Something like that could be pretty useful... my dictionary has examples of idiomatic usage for whichever words have it. I was playing ff8 and アゴで使う came up and I figured straight away it was idiomatic and had a decent idea of what it meant but often there's stuff that's idiomatic but not so easy to spot or look up.
Joined: Oct 2008
Posts: 139
Thanks:
2
I should of never asked! I want to do all of them. I do like the sound of the idoism one and the keigo one.
Keep them coming people! If I get more interest in a week or so I will put it too a vote on what you people want, I dont want to make somthing that nobody wants!
Joined: Feb 2007
Posts: 1,558
Thanks:
0
I tend to think it's better to just learn idioms as they come up. A dictionary is bound to have many you'll never come across. And you don't really want to be peppering your output with awkward idioms. :-) Though it is fun to read through them.
Joined: Oct 2008
Posts: 139
Thanks:
2
So it seems every suggestion bar Bokusenou reply has been done, this is a shame as I still cant find a project that will be able to help learners, that doesnt already exist.