I web enabled the word generator from whee.dk, So now you can copy and paste this into the following:
These are called “wordo” programs. This is one of many I used to generated the 500 or so words for my 30 day conlang. The phonetic inventory and practical alphabet is identical to modern Icelandic.
Tokens Prevowels a á e é i í o ó u ú y ý æ ö au ei ey ja je jo ju
Tokens Onsets b d ð f g h j k l m n p r s t þ v hl hr hv sk fl br gr tv
Tokens Vowels a á e é i í o ó u ú y ý æ ö au ei ey ja je jo ju
Tokens Codas 6[b d ð f g h j k l m n p r s t þ v] 3[x] 1[ll kk nn pp rl rn sl sn tt ng nk nt st tl] fnd fnt ggj
StartingRule noun
Rule noun {
Rule Syllable
}
Rule Syllable {
Loop 2[1] 8[0] {
Token Prevowels
}
Loop 4[1] {
Token Onsets
}
Token Vowels
Loop 2[1] {
Token Codas
}
}
Tokens Onsets b d ð f g h j k l m n p r s t þ v hl hr hv sk fl br gr tv
Tokens Vowels a á e é i í o ó u ú y ý æ ö au ei ey ja je jo ju
Tokens Codas 6[b d ð f g h j k l m n p r s t þ v] 3[x] 1[ll kk nn pp rl rn sl sn tt ng nk nt st tl] fnd fnt ggj
StartingRule noun
Rule noun {
Rule Syllable
}
Rule Syllable {
Loop 2[1] 8[0] {
Token Prevowels
}
Loop 4[1] {
Token Onsets
}
Token Vowels
Loop 2[1] {
Token Codas
}
}