Code Monkey home page Code Monkey logo

100knock2021's Introduction

Update-Progress

100knock2021

小町研2021年度新入生向け勉強会として、言語処理100本ノックに取り組みます。
教材URL: https://nlp100.github.io/ja/

毎週1章分(10問)解いてください。
勉強会のときに1人1問ずつ自分のコードを説明してもらいます。

usage

初回はこのレポジトリを clone してください。

$ git clone https://github.com/tmu-nlp/100knock2021.git

コードを書いたら remote repository に push してください。 チャプター名、ファイル名はすべて二桁の数字にしてください(例: chapter01, knock00.py)。

$ git pull
$ git add ./<user_name>/chapter##/knockXX.py
$ git commit -m 'your message'
$ git push origin main

注意事項

新入生はできるだけ Python3 系で書いてください。 わからないところは積極的に TA か研究室の人に聞いてください。 他の人のディレクトリを変更することは絶対にやめてください。 (他の人のコードを閲覧したい場合は、Web サイト上から閲覧してください。) chapter##/knockXX.py のフォルダ名とファイル名を間違えると進捗グラフに反映されません。

みんなの進捗

progress

100knock2021 (English)

We will work NLP 100 knockings as the study meeting for the newcomers in 2021. Let's solve the 10 questions every week. TA and participants review your code.

You should clone this repository the first time.

$ git clone https://github.com/tmu-nlp/100knock2021.git

"##" and "XX" mean "two-digit question number". (e.g. chapter01, knock00.py)

$ git pull
$ git add ./<user_name>/chapter##/knockXX.py
$ git commit -m 'your message'
$ git push origin main

Notes

Please use Python3.
Please ask TA's helps positively.
Please commit your script and picture only. (Don't commit the other files such as text file because file size of the output will be gradually larger.)
Don't change the others' directories.
Teaching materials of this meeting are written in Japanese, so some participants need to translate them.

100knock2021's People

Contributors

kyunashige avatar pxm427 avatar vita112 avatar suzdai avatar kazumakobayash avatar lexuss-d avatar lmichitakal avatar u7693 avatar seiichiinoue avatar noirued avatar hinatakikuchi avatar chihiro1009 avatar imkymn avatar lexus-d avatar nagai5115 avatar

Stargazers

Hiroki Abe avatar Junki Ohmura avatar Hiroaki Tanaka avatar  avatar Tsuyoshi Okawa avatar  avatar  avatar  avatar  avatar

Watchers

Mamoru Komachi avatar James Cloos avatar Peinan Zhang avatar ryosuke miyazaki avatar Tsuyoshi Okawa avatar Kdaira avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.