An open API service indexing awesome lists of open source software.

https://github.com/moisutsu/nlp100

言語処理100本ノックを解いていく
https://github.com/moisutsu/nlp100

docker nlp python

Last synced: about 1 month ago
JSON representation

言語処理100本ノックを解いていく

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/)