https://github.com/moisutsu/nlp100
言語処理100本ノックを解いていく
https://github.com/moisutsu/nlp100
docker nlp python
Last synced: about 1 month ago
JSON representation
言語処理100本ノックを解いていく
- Host: GitHub
- URL: https://github.com/moisutsu/nlp100
- Owner: moisutsu
- Created: 2020-03-18T02:58:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T07:33:58.000Z (about 6 years ago)
- Last Synced: 2025-01-12T22:30:54.332Z (over 1 year ago)
- Topics: docker, nlp, python
- Language: Python
- Homepage:
- Size: 8.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLP100
[言語処理100本ノック 2020](https://nlp100.github.io/ja/) をPythonで実装していきます。
## 環境
- Docker version 19.03.8
- docker-compose version 1.25.4
Dockerのみで環境を構築しようと思ってます
## 参考サイト
- [regexr.com](https://regexr.com/)