This document may contain examples in another language or script.
Use accesskey "n" to jump to the internal navigation links at any point. Right now you can
The vocab tester allows you to review vocabulary stored in text files in a the format described below. The vocab files can be located anywhere on the Web. You can also print out a list of vocabulary for review when you don't have access to the computer.
When you have reviewed all the items in the file you will see the symbol ▲. If you click on the Next button again you will start once more from the beginning of the list.
Add vocabulary to a simple text file, one line per term. Each line should contain the term in language A, an optional Latin transcription of the term in language A, and the term in language B, in that order. Each of these must be separated by the character ¶, and there must always be two such characters per line. The file must be saved in the UTF-8 (Unicode) character encoding.
You can add comments to your text file. Comments must start on a new line and begin with with the character #.
You can also add meta-data to your test file. This will be displayed at the bottom of the vocab tester page. Meta-data must start on a new line and begin with the character @. You could use this to describe the content of the file, and attach copyright information.
You must escape double-quotes in the test lines, ie. use ".
Here is an example of a very short file:
丸一日¶maru.ichi.nichi¶all day long 五才¶go.sai¶5 years old 野菜¶¶vegetable # look up transcription for above! 才能¶sai.nou¶talent @ This is a small Japanese-English test file. @ Copyright © Richard Ishida
[Note: you must take care to ensure that the file doesn't start with a BOM, if using comment or meta-data on the first line of a file. Otherwise the comment or meta-data will not be recognised. Windows Notepad, for example, automatically inserts a BOM when you save in UTF-8. If you are not sure, just avoid using comments or meta-data on the first line of your file.]