Metadata-Version: 1.1
Name: koco
Version: 0.2.1
Summary: A library to easily access kocohub datasets
Home-page: https://github.com/inmoonlight/koco
Author: Jihyung Moon
Author-email: mjihyung@gmail.com
License: MIT
Description: # koco
        
            `koco` is a library to easily access [`kocohub`](https://github.com/kocohub) datasets. <br>
            `kocohub` contains **KO** rean **CO** rpus for natural language processing.
        
            ## Usage
            Using `koco` is similar to [`nlp`](https://github.com/huggingface/nlp). The main methods are:
            - `koco.list_datasets()`: list all available datasets and their modes in [`kocohub`](https://github.com/kocohub)
            - `koco.load_dataset(dataset_name, mode)`: load dataset in [`kocohub`](https://github.com/kocohub) with data-specific mode
            
Keywords: korean nlp datasets
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
