2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -48,7 +48,7 @@ const letters = Dict{Char, Float32}(
|
|||
'X' => 0.150,
|
||||
'Q' => 0.095,
|
||||
'Z' => 0.074)
|
||||
const digraphs = Dict{String, Float32}(
|
||||
const digraphs = Dict{AbstractString, Float32}(
|
||||
"TH" => 15.2,
|
||||
"HE" => 12.8,
|
||||
"IN" => 9.4,
|
||||
|
|
@ -88,7 +88,7 @@ const digraphs = Dict{String, Float32}(
|
|||
"RA" => 0.4,
|
||||
"LD" => 0.2,
|
||||
"UR" => 0.2)
|
||||
const trigraphs = Dict{String, Float32}(
|
||||
const trigraphs = Dict{AbstractString, Float32}(
|
||||
"THE" => 18.1,
|
||||
"AND" => 7.3,
|
||||
"ING" => 7.2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue