Skip to main content

ASReview notes export extension

Project description

License PyPI version

ASReview Notes Export Extension

This is a simple extension for ASReview logo that can be used to export notes from the ASReview GUI while exporting the labeled or partially labeled dataset as .csv file.

Installation

ASReview notes-export can be installed from PyPI:

pip install asreview-notes-export

After installation, check if the asreview-notes-export package is listed as an extension. Use the following command:

asreview --help

It should list the notes_export subcommand.

Usage

To export all the records from the dataset with the current state of labels and notes, we can use the following command:

asreview notes_export YOUR_ASREVIEW_FILE.asreview

To export only the records with notes from the dataset, we can use the following command:

asreview notes_export --only-with-notes YOUR_ASREVIEW_FILE.asreview

To include the labeling order in the exported dataset, use following optional argument:

asreview notes_export --labeling-order YOUR_ASREVIEW_FILE.asreview

By default, the filename of the output .csv is the same as the name of .asreview file. To save the output to .csv file with a custom filename, we can use the following command. We can either specify the extension:

asreview notes_export --only-with-notes YOUR_ASREVIEW_FILE.asreview -o YOUR_OUTPUT_FILENAME.csv

or only the filename will suffice, without an extension, using the following command:

asreview notes_export --only-with-notes YOUR_ASREVIEW_FILE.asreview -o YOUR_OUTPUT_FILENAME

Note that currently only .csv output is supported.

License

The extension is published under the Apache 2.0 license.

Contact

This is an unofficial extension of ASReview and is developed and maintained by Rohit Garud.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asreview-notes-export-0.0.7.tar.gz (27.0 kB view details)

Uploaded Source

File details

Details for the file asreview-notes-export-0.0.7.tar.gz.

File metadata

  • Download URL: asreview-notes-export-0.0.7.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.0

File hashes

Hashes for asreview-notes-export-0.0.7.tar.gz
Algorithm Hash digest
SHA256 5af0aed6064164a69237717ff674fd9a9bcdc9b715d56551bc700ff2c5e91f8a
MD5 4e50ae1b17891f30386de70c4da113dd
BLAKE2b-256 82b9c6d77a1dd807e3af0f11438155bd35d539a732dc4d66a146b244f727c704

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page