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 or phrases. The vocab files can be located anywhere on the Web, and you can create them yourself, using the trivially easy text format described below. You can also print out a list of vocabulary for review, for when you don't have access to the computer.
This is really easy. Simply add your vocabulary or phrases to a simple text file, one line per item. Each line should have the following format (replace 'english' by whatever language you speak natively):
<foriegn-text>*<english-text>
or
<foriegn-text>*<transcription>*<english-text>
The transcription is optional, and is usually most useful for non-Latin text. 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 (extra information) to your test file that 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 ".
You can also apply CSS styling to the text. This is particularly useful for assigning a preferred font or size. To do so, start a new line with !mylanguage or !otherlanguage and continue with CSS. See the second example below.
Here is an example of a very short file:
Straßenbahn*tram U-bahn*subway Flugzeug*plane zu Fuß*on foot @ This is a small German-English test file. @ Copyright © Richard Ishida
In this example I recreated a dialogue:
नमस्ते । मैं प्रताप हूँ । क्या आप कमरा जी हैं ?*Hello, I am Pratap. Are you Kamala ji? जी हाँ, मैं कमल हूं । नमस्ते । यह लरका राज है ।*Yes, I'm Kamala. Hello. This boy is Raj. नमस्ते राज । तुम ठीक हो ? *Hello Raj. Are you OK? @ Beginning of Lesson 1 dialogue in Teach Yourself Hindi. !otherlanguage font-family: Chandas, serif; font-size: 80px; !mylanguage font-size: 80px;
Here is another example, with transcriptions and a comment:
丸一日*maru.ichi.nichi*all day long 五才*go.sai*5 years old 野菜*vegetable # look up transcription for previous entry! 才能*sai.nou*talent @ This is vocab for lesson 23.
[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.]