Faroese NLP Grammar

Finite state and Constraint Grammar based analysers, proofing tools and other resources

View the project on GitHub giellalt/lang-fao

Page Content

Faroese numbers

digits are translated to text and vice versa

It starts with lexicon Root, which splits into thousands, hundreds, tens, ones. LEXICON @ØLEXNAME@

LEXICON THOUSANDS

LEXICON 2to9T for two to nine thousand, pointing to THOUSAND.

LEXICON 10to99T for 10t and up

LEXICON TEENT for 10-19 thousands

LEXICON TENST

LEXICON TENCOUNTT

LEXICON OLDTENST

LEXICON OLDTEN-1T

LEXICON OLDTEN-2T

LEXICON OLDTEN-3T

LEXICON OLDTEN-4T

LEXICON OLDTEN-5T

LEXICON OLDTEN-6T

LEXICON OLDTEN-7T

LEXICON OLDTEN-8T

LEXICON OLDTEN-9T

LEXICON END1T

LEXICON END2T

LEXICON END3T

LEXICON END4T

LEXICON END5T

LEXICON END6T

LEXICON END7T

LEXICON END8T

LEXICON END9T

LEXICON HUNDREDST

LEXICON HUNDREDT

LEXICON 1to99T

LEXICON THOUSAND

LEXICON HUNDREDS

LEXICON HUNDRED

LEXICON 1to99

LEXICON 1to9

LEXICON 10to99

LEXICON TEEN

LEXICON TENS

LEXICON TENCOUNT

LEXICON ZERO

LEXICON OLDTENS

LEXICON OLDTEN-1

LEXICON OLDTEN-2

LEXICON OLDTEN-3

LEXICON OLDTEN-4

LEXICON OLDTEN-5

LEXICON OLDTEN-6

LEXICON OLDTEN-7

LEXICON OLDTEN-8

LEXICON OLDTEN-9

LEXICON END1

LEXICON END2

LEXICON END3

LEXICON END4

LEXICON END5

LEXICON END6

LEXICON END7

LEXICON END8

LEXICON END9


This (part of) documentation was generated from src/fst/transcriptions/transcriptor-numbers-digit2text.lexc