ko-nlp / Korpora

Korean corpus repository
Creative Commons Attribution 4.0 International
693 stars 80 forks source link

Korpus 에 `get_corpus_path` 를 classmethod 로 추가 #197

Open lovit opened 3 years ago

lovit commented 3 years ago
class Korpus:
    # ...
    @classmethod
    def get_corpus_path(cls, root_dir=None, ...):
        return "path/to/data_file_path"