dict.cc dictionary

UDDLParser Class

UDDL dictionary file parser

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

System.Object
   dict.ParserBase
      dict.UDDLParser

[Visual Basic]
Public Class UDDLParser
    Inherits ParserBase
[C#]
public class UDDLParser : ParserBase

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

Used for creating index files for UTF-8 plain text UDDL files (Universal dictionary database files), which can be downloaded from http://www.dicts.info/uddl.php. The expected format of the file:

Requirements

Namespace: dict

Assembly: dict (in dict.exe)

See Also

UDDLParser Members | dict Namespace