├── .gitignore ├── ArmanPers-NER.ipynb ├── LICENSE ├── Readme.md ├── armanpers_dataset.py ├── combine_datasets.py ├── prepare_dataset.py ├── requirments.txt └── split_dataset.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/.gitignore -------------------------------------------------------------------------------- /ArmanPers-NER.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/ArmanPers-NER.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/Readme.md -------------------------------------------------------------------------------- /armanpers_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/armanpers_dataset.py -------------------------------------------------------------------------------- /combine_datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/combine_datasets.py -------------------------------------------------------------------------------- /prepare_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/prepare_dataset.py -------------------------------------------------------------------------------- /requirments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/requirments.txt -------------------------------------------------------------------------------- /split_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/NER-Transformers-ArmanPers/HEAD/split_dataset.py --------------------------------------------------------------------------------