Skip to main content
Module

x/dexonline/mod.ts>DictionaryFlags

Monorepo containing various tools to work with and aggregate information from Dexonline.
Go to Latest
enum DictionaryFlags
Re-export
import { DictionaryFlags } from "https://deno.land/x/dexonline@v3.1.0/mod.ts";

Bit-based flags for configuring the dictionary and the results sent back by it.

Members

MatchDiacritics = 2

Do not include words that are identical except for diacritics.

For example, without this flag enabled, a query for the word 'ca' will also return 'că'.

None = 0

No flags.

SearchOnlyNormativeDictionaries = 8

Return entries only from normative dictionaries published by the Institute of Linguistics (Institutul de Lingvistică) of the Romanian Academy (Academia Română).

Enabling this flag will ensure that the only results provided are from the latest editions of the DEX and the DOOM.

UseCedillas = 1

Replace letters with the comma diacritic ('ș', 'ț') with their cedilla variants ('ş', 'ţ').

UsePreReformOrthography = 4

Use the orthography from before the 1993 reform. (sînt, cînd, rîu, vîjîi)