Spelling out words
This program converts a word to its "spelling constituents", i.e. how the letters are spelled out as separate letters. Below is the conversion table for the (Swedish) letters. The program was introduced in the Swedish blog post Spelling out words: En liten lek med ljudande ord.
Notes:
The vowels are ignored in the conversion. The Swedish vowels are: aeiouyåäö
.
For now only the Swedish language is supported.
Spelling out words
Result
The word
elelement
can be spelled out as:
LLMNt
(converted letters is noted as upper case)
8 consonants were converted:
el->L
el->L
em->M
en->N
.
which was 0.89% of all letters in the word (8 / 9 letters).
Some files
Swedish words with all letters converted (vowels is included)
Swedish words with a lot of letters converted (about 4500 words, size is approx. 215 kB), where "a lot" is called percent coverage and is defined as "number of letters converted / total number of letters in the word" >= 0.55 .
- sorted in alphabetical order
- sorted in order of number of letters that were converted (including vowels)
- some words where there letters are in alphabetical order and percent coverage larger than some limit.
Conversion table for Swedish words
The left part of "=>" is the letter(s) that will be converted to the right part (UPPER CASE) letter.
be => B
ce => C
se => C
de => D
ef => F
eff => F
ge => G
hå => H
ji => J
kå => K
ell => L
el => L
em => M
emm => M
en => N
enn => N
pe => P
qu => Q
ku => Q
err => R
är => R
ärr => R
es => S
ess => S
te => T
dubbelve => W
ve => V
we => V
eks => X
ex => X
äx => X
zäta => Z
säta => Z
Back to my homepage
Back to my other useless programs
Created by Hakan Kjellerstrand hakank@gmail.com