Skip to content

Commit

Permalink
add 5 reverse models
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Jan 25, 2025
1 parent d9da72c commit 1cbc1c2
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dicts/afrikaans/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package afrikaans

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib

Check failure on line 5 in dicts/afrikaans/language.go

View workflow job for this annotation

GitHub Actions / build

pattern language_reverse.json: no matching files found
var Language embed.FS
Empty file.
Binary file added dicts/afrikaans/weights1_reverse.json.zlib
Binary file not shown.
2 changes: 1 addition & 1 deletion dicts/amharic/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package amharic

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib

Check failure on line 5 in dicts/amharic/language.go

View workflow job for this annotation

GitHub Actions / build

pattern language_reverse.json: no matching files found
var Language embed.FS
Empty file.
Binary file added dicts/amharic/weights1_reverse.json.zlib
Binary file not shown.
2 changes: 1 addition & 1 deletion dicts/arabic/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package arabic

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib

Check failure on line 5 in dicts/arabic/language.go

View workflow job for this annotation

GitHub Actions / build

pattern language_reverse.json: no matching files found
var Language embed.FS
Empty file.
Binary file added dicts/arabic/weights1_reverse.json.zlib
Binary file not shown.
2 changes: 1 addition & 1 deletion dicts/armenian/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package armenian

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib

Check failure on line 5 in dicts/armenian/language.go

View workflow job for this annotation

GitHub Actions / build

pattern language_reverse.json: no matching files found
var Language embed.FS
Empty file.
Binary file added dicts/armenian/weights1_reverse.json.zlib
Binary file not shown.
2 changes: 1 addition & 1 deletion dicts/azerbaijani/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package azerbaijani

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib

Check failure on line 5 in dicts/azerbaijani/language.go

View workflow job for this annotation

GitHub Actions / build

pattern language_reverse.json: no matching files found
var Language embed.FS
Empty file.
Binary file added dicts/azerbaijani/weights1_reverse.json.zlib
Binary file not shown.

0 comments on commit 1cbc1c2

Please sign in to comment.