BK-V commited on
Commit
5f38d35
1 Parent(s): 20c8ac5

Update arman.py

Browse files
Files changed (1) hide show
  1. arman.py +3 -3
arman.py CHANGED
@@ -27,9 +27,9 @@ ArmanPersoNERCorpus includes 250,015 tokens and 7,682 Persian sentences in total
27
  """
28
  _HOMEPAGE = "https://github.com/HaniehP/PersianNER"
29
  _DATA_URL = "https://github.com/HaniehP/PersianNER/raw/master/ArmanPersoNERCorpus.zip"
30
- _TRAINING_FILE = wd + 'data/train.txt'
31
- _DEV_FILE = wd + 'data/dev.txt'
32
- _TEST_FILE = wd + 'data/test.txt'
33
 
34
  class Arman(datasets.GeneratorBasedBuilder):
35
  """ArmanPersoNER Corpus"""
 
27
  """
28
  _HOMEPAGE = "https://github.com/HaniehP/PersianNER"
29
  _DATA_URL = "https://github.com/HaniehP/PersianNER/raw/master/ArmanPersoNERCorpus.zip"
30
+ _TRAINING_FILE = wd + '/data/train.txt'
31
+ _DEV_FILE = wd + '/data/dev.txt'
32
+ _TEST_FILE = wd + '/data/test.txt'
33
 
34
  class Arman(datasets.GeneratorBasedBuilder):
35
  """ArmanPersoNER Corpus"""