dict.cc dictionary

DictParser Class

Dict.cc dictionary file parser

For a list of all members of this type, see DictParser Members.

System.Object
   dict.DictParser

[Visual Basic]
Public Class DictParser
[C#]
public class DictParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Extracts keywords and locations of the explanation for these keywords from a dictionary file obtained from dict.cc. The following format of the dictionary file is expected:

For each extracted keyword IDictParseHandler.addIndex() is called, with the extracted keyword and the position from and to of the whole line in the dictionary file (in bytes). The location from and to can be used for example in the class DictEntryRef in order to read the whole line from the dictionary file and return it as string.

Requirements

Namespace: dict

Assembly: dict (in dict.exe)

See Also

DictParser Members | dict Namespace | DictImport | DictEntryRef