ABBYY Lingvo Dictionaries offers a fast and easy way to access dictionary content for a variety of languages. You can create your own custom dictionary sets selecting from a wide range of general translation dictionaries, explanatory, idiomatic, and also various subject dictionaries. ABBYY Lingvo do not require Internet connection. Download ABBYY Lingvo X5 - Read, write and learn foreign languages using this all-in-one utility dedicated to users of all ages, featuring law, economics, medicine and other fields.
The source text of a DSL dictionary is a plain text file (*.txt), either in UNICODE or in ANSI encoding.
A DSL dictionary is made up of dictionary entries. An entry (card) has a headword (this can be a word or a phrase) and a body, which contains translations and comments. If a dictionary is added to the ABBYY Lingvo x3 Bookshelf, all of its card headwords are displayed in the word list. Clicking a word or phrase in the word list, opens the dictionary card which displays the corresponding entry.
ABBYY Lingvo x3 Multilingual supports dictionaries not only in Russian but also in other European languages (for the full list of supported languages, see the Supported Languages section). The source and target languages of the dictionary must be specified in the DSL file. Therefore, at the beginning of each DSL file you need to specify the name of your dictionary (#NAME “dictionary name”), its source language (#INDEX_LANGUAGE “language name”) and its target language (#CONTENTS_LANGUAGE “language name”).
E.g.: If you wish to create an English-Russian dictionary named “General”, type the following at the beginning of the DSL file:
#NAME “General”
#INDEX_LANGUAGE “English”
#CONTENTS_LANGUAGE “Russian”
If your dictionary consists of several files, use the #INCLUDE command to merge the files into one dictionary. Specify the full path to the file after a space or tabulation character. In the DSL language the back slash character “” indicates that the character following it is text rather than a tag, so you have to use double slashes “” in the path to the file.
E.g.:
#INCLUDE “C:DictionariesUniverseE.dsl”
Additionally, you can specify paths relative to the folder where the main DSL file (i.e. the file containing the #INCLUDE command) is located. In this case specify either the file name without the path or put a full stop (“.”) at the beginning of the path.
E.g.:
#INCLUDE “Universe2.dsl”
#INCLUDE “DicUniverse2.dsl”
#INCLUDE “..Universe2.dsl”
Note.
Allowed code page name | Windows code page number |
---|---|
Latin | 1252 |
Cyrillic | 1251 |
EasternEuropean | 1250 |
Below the header go the dictionary cards. Each card has a headword and a body. Headwords are displayed in the ABBYY Lingvo x3 word list, and a body contains the possible translations of a headword.
DSL Card Structure
Compiling a Dictionary