https://github.com/jeongukjae/sejong-downloader
세종 말뭉치 다운로드를 위한 도구입니다.
https://github.com/jeongukjae/sejong-downloader
asyncio cli corpus downloader korean nlp python text
Last synced: 7 months ago
JSON representation
세종 말뭉치 다운로드를 위한 도구입니다.
- Host: GitHub
- URL: https://github.com/jeongukjae/sejong-downloader
- Owner: jeongukjae
- License: mit
- Created: 2019-10-09T10:46:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T05:07:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-17T09:44:30.535Z (7 months ago)
- Topics: asyncio, cli, corpus, downloader, korean, nlp, python, text
- Language: Python
- Homepage: https://pypi.org/project/sejong-downloader/
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sejong-downloader
[](https://pypi.org/project/sejong-downloader/)
세종 코퍼스를 다운로드하기 위해 사용하는 다운로더입니다.
## 사용법
```shell
$ pip install sejong-downloader
$ # 특정한 경로에 다운받을 경우, p 옵션을 주시기 바랍니다.
$ # 기본값은 ./data 입니다.
$ sejong-downloader -p data
```