diff options
author | Nick White <git@njw.name> | 2022-03-22 11:06:34 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-03-22 11:06:34 +0000 |
commit | 45fd6cc3d899ceb3aa1d7a91cd534a32f0a6feaa (patch) | |
tree | 38d012676ccda1b6302d634a6ca7381b1e66770d /cmd/rescribe/gui.go | |
parent | d236c0e529a9e94a257d85741d4d436ff8246c64 (diff) |
rescribe: update to rescribev9 as default training to usev1.0.0
Diffstat (limited to 'cmd/rescribe/gui.go')
-rw-r--r-- | cmd/rescribe/gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/gui.go b/cmd/rescribe/gui.go index 9792133..e172902 100644 --- a/cmd/rescribe/gui.go +++ b/cmd/rescribe/gui.go @@ -37,7 +37,7 @@ var progressPoints = map[float64]string{ var trainingNames = map[string]string{ "eng": "English (modern print)", "lat": "Latin (modern print)", - "rescribev8_fast": "Latin/English/French (printed ca 1500-1800)", + "rescribev9_fast": "Latin/English/French (printed ca 1500-1800)", } // copyStdoutToChan creates a pipe to copy anything written |