Git Product home page Git Product logo

asreview-notes-export's Introduction

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

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 maintained by Rohit Garud.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.