-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add pandas to requirements.txt * visualize token label stats * added CSV creation for token labelling * add command line arguments save_dir and output_format * factor out the token labelling * add test_label_tokens_from_tokenizer * add import_token_labels function * add convert label dict to pd dataframe * bug fix datatypes * refactor * add test_import_token_labels * small fixes * remove the save as pickle option for token label file * remove pytest-dependency and associated code * skipped all tests for token labelling * renamed labelling .py files, and .csv output to spacy_ * added a #FIXME comment warning about the CSV export problem with disappearing spaces * cancel spacy tests and renaming --------- Co-authored-by: VICTOR ABIA <[email protected]>
- Loading branch information
1 parent
6177d73
commit 456958a
Showing
5 changed files
with
558 additions
and
54 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters