Results 1 to 3 of 3

Thread: PSP Kanji Learner - Set 2

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,315
    Blog Entries
    3209
    Rep Power
    50

    psp PSP Kanji Learner - Set 2

    Updated release from billylee8:

    About PSP Kanji Learner:

    I wasn't able to duplicate my old flash card study method with other programs available (not just on the PSP but on the PC as well), and I couldn't be bothered to learn C, so I did the next best thing and made my flash cards with videos - something I have ample experience with.

    I realized this would work on the PSP because of the sequential video playback feature included in firmware 3.70; when "Shuffle" is selected, the same video won't play twice, and the sequential playback will end when all the videos in a folder are played.

    Since these flash cards are videos (each individual card can range from 130 KB to 160 KB), this might not be considered "homebrew," but I *would* call it an app. Also, because this is essentially a set videos, YOU DO NOT NEED CUSTOM FIRMWARE.



    How to use:

    Each card has a front and a back side.

    On the front, you'll have the grade level and the stroke count. You'll also have entries for the following:

    - Unicode: ("U____") For example, on the kanji card for "kawa" (river), you'll see "U5ddd". If you only want to type that one character, just type in "5ddd" in a word processor, hit "Alt+X", and "5ddd" will turn into the kanji.

    - Classic Nelson entry number ("N____")

    - New Nelson entry number ("V____")

    - Halpern New Japanese-English Character Dictionary Index ("H____")

    - Halpern Kanji Learner's Dictionary Index ("DK____")

    On the back, you'll have the on-yomi readings (written in katakana), the kun-yomi readings (written in hiragana), and the English key word as provided by the KLD.

    The numbers of the file names of the videos themselves refer to the kanji's entry in the Kanji Learner's Dictionary.

    There are two sets of each video card; when you play a card from "Side A", the front side of the card will play for 5 seconds, followed by a sound and the back side will play for 5 seconds. When you play a card from "Side B", the reverse will happen. If you need more time, press Start to pause. This double-sided approach was lacking in other programs; if you have all the info (i.e. kanji, readings, and meanings) on one side, you're obviously not going to be able to test yourself on anything! Also, most people don't have too much trouble reading and pronouncing kanji in context, but what gets EVERYONE is being able to recall the correct kanji and write it from memory (making "Side B", IMO, invaluable).

    When I was learning new kanji, I'd learn 20 new kanji a week while reviewing the old ones. It turns out that method has a name: The Leitner System.

    http://en.wikipedia.org/wiki/Flashcard

    You are, of course, free to choose exactly which and how many kanji you want to test yourself on. When the full 1945-card set is finished, you'll easily be able to make more sets using copies of the same cards - useful for having sets with kanji that look similar, or sets entirely consisting of those pesky Japanese homophones.



    Release schedule:

    I'll try to create cards for 20 new kanji every day or every other day; no more (I'll need time to maintain the quality with triple checking... as well as maintain my sanity), and no less (because I want to get done with this sometime in my life). Of course, I won't actually release them until I reach some sort of milestone (e.g. the complete set of a grade).

    Download Here and Give Feedback Via Comments
    via billylee8

  2. #2
    DCEmu Pro b8a's Avatar
    Join Date
    Nov 2005
    Posts
    516
    Rep Power
    70

    Default

    Alright, I mean no offense to the creator of this, but why put 130 KB to 160 KB video files of thousands of characters on your PSP when it already has nice, compact font files already installed? Since this requires 3.70 anyway, you've already got the internet browser anyway, so why not just make a quick web page to do this instead?
    Code:
    <html>
    <head>
    <meta ***********="Content-Type" content="text/html; charset=UTF-8" />
    <script type="text/javascript"><!--
    var chars=[
    	{c:"日", o:"nichi, jitu", k:"hi, ka"},
    	{c:"本", o:"hon", k:"moto"},
    	{c:"火", o:"ka", k:"hi, ho"}
    //	...
    //	...
    ];
    var cur=Math.floor(Math.random()*chars.length);
    document.write('<div id="kanji">'+chars[cur].c+'</div>');
    document.write('<div>Onyomi:<span id="onyomi">'+chars[cur].o+'</span></div>');
    document.write('<div>Kunyomi:<span id="kunyomi">'+chars[cur].k+'</span></div>');
    --></script>
    </head>
    <body>
    </body>
    </html>
    Just fill in the chars array with any of the kanji data you want to study, then hit the refresh button to display a different character. With just a little bit more work you could rig it so that it won't display the same character twice in any given session, and you can use CSS to make the text as stylish as you want, etc, etc, etc... The possibilities are endless. It's certainly much more easier and flexible then the video methoud.

  3. #3
    DCEmu Newbie
    Join Date
    Nov 2007
    Posts
    1
    Rep Power
    0

    Thumbs down

    Doesn't that display all the info all at once? Kinda ruins the point of flash cards (as in, being able to test yourself front- and backwards).

    While you can conceivably learn words like this, I don't know anyone who's ever mastered a language just by reading a dictionary from cover to cover. The words and definitions are all there right next to each other, aren't they?

    -

    EDIT: Wait, there's no single button for Refresh in the PSP browser?? So if I'm going to quit and start over with the webpage idea, I gotta press Triangle, scroll to Refresh and press X, wait for the page to reload, and then press Circle to exit to the page again?? That's not even easier than actual flash cards, let alone videos that play and shuffle themselves. Offense fully intended, but... :rofl:
    Last edited by billylee8; March 21st, 2008 at 05:08.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •