{"id":17963837,"url":"https://github.com/kamiazya/nlp100","last_synced_at":"2026-01-21T14:03:28.650Z","repository":{"id":48364335,"uuid":"237616340","full_name":"kamiazya/nlp100","owner":"kamiazya","description":"100 works related to language processing.『言語処理100本ノック 2015』","archived":false,"fork":false,"pushed_at":"2023-07-23T04:20:16.000Z","size":3650,"stargazers_count":0,"open_issues_count":35,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T11:00:09.439Z","etag":null,"topics":["language-processing","python","study","training"],"latest_commit_sha":null,"homepage":"http://www.cl.ecei.tohoku.ac.jp/nlp100/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamiazya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"kamiazya","patreon":null,"open_collective":"kamiazya","ko_fi":"kamiazya","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-02-01T13:07:07.000Z","updated_at":"2020-02-20T12:22:27.000Z","dependencies_parsed_at":"2024-10-29T12:09:12.672Z","dependency_job_id":null,"html_url":"https://github.com/kamiazya/nlp100","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kamiazya/nlp100","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiazya%2Fnlp100","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiazya%2Fnlp100/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiazya%2Fnlp100/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiazya%2Fnlp100/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamiazya","download_url":"https://codeload.github.com/kamiazya/nlp100/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamiazya%2Fnlp100/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28634786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["language-processing","python","study","training"],"created_at":"2024-10-29T11:45:36.787Z","updated_at":"2026-01-21T14:03:28.629Z","avatar_url":"https://github.com/kamiazya.png","language":"Python","funding_links":["https://github.com/sponsors/kamiazya","https://opencollective.com/kamiazya","https://ko-fi.com/kamiazya"],"categories":[],"sub_categories":[],"readme":"# nlp100\n\n\u003chttp://www.cl.ecei.tohoku.ac.jp/nlp100/\u003e\n\n\u003e ## 言語処理100本ノック 2015\n\u003e\n\u003e 言語処理100本ノックは，実践的な課題に取り組みながら，プログラミング，データ分析，研究のスキルを楽しく習得することを目指した問題集です\n\u003e\n\u003e - 実用的でワクワクするような題材を厳選しました\n\u003e - 言語処理に加えて，統計や機械学習などの周辺分野にも親しめます\n\u003e - 研究やデータ分析の進め方，作法，スキルを修得できます\n\u003e - 問題を解くのに必要なデータ・コーパスを配布しています\n\u003e - 言語はPythonを想定していますが，他の言語にも対応しています\n\n## 環境\n\nPython 3.8.1 を利用する。\n\n### pyenv, virtualenv での環境構築方法\n\n```bash\npyenv install 3.8.1\npyenv virtualenv 3.8.1 nlp100\npyenv local nlp100\n```\n\n## コマンド\n\n```bash\n# Activate shell\npoetry shell\n# Install Dependencies\npoetry install --no-dev\n# Install Dependencies for develop\npoetry install\n# Test\npoetry run pytest\n# Lint\npoetry run flake8 --show-source .\npoetry run poetry run black . --check\npoetry run isort -rc -sl -c .\n# TypeCheck\npoetry run mypy\n# Format\npoetry run autopep8 -ivr .\npoetry run black .\npoetry run isort -rc -sl .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiazya%2Fnlp100","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamiazya%2Fnlp100","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamiazya%2Fnlp100/lists"}