alibayram commited on
Commit
a5583b8
·
1 Parent(s): fef001c

Update REQUIRED_FILES to reference kokler_v07.json instead of kokler_v05.json

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ temp_tokenizer/
app.py CHANGED
@@ -56,7 +56,7 @@ SPECIAL_COLORS = {
56
  # Required files mapping
57
  REQUIRED_FILES = {
58
  'tokenizer.py': 'turkish_tokenizer/turkish_tokenizer.py',
59
- 'kokler_v05.json': 'turkish_tokenizer/kokler_v05.json',
60
  'ekler_v05.json': 'turkish_tokenizer/ekler_v05.json',
61
  'bpe_v05.json': 'turkish_tokenizer/bpe_v05.json'
62
  }
 
56
  # Required files mapping
57
  REQUIRED_FILES = {
58
  'tokenizer.py': 'turkish_tokenizer/turkish_tokenizer.py',
59
+ 'kokler_v07.json': 'turkish_tokenizer/kokler_v07.json',
60
  'ekler_v05.json': 'turkish_tokenizer/ekler_v05.json',
61
  'bpe_v05.json': 'turkish_tokenizer/bpe_v05.json'
62
  }