Code Monkey home page Code Monkey logo

100knock2020's Introduction

100knock2020

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

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

usage

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

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

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

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

注意事項

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

みんなの進捗

progress

100knock2020 (English)

We will work NLP 100 knockings as the study meeting for the newcomers in 2020. 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/100knock2020.git

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

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

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.

100knock2020's People

Contributors

wkwkgg avatar 10-is-mana avatar gucchi-e avatar kyunashige avatar jinlafan avatar a1da4 avatar khairunnisaor avatar maskcott avatar koyama-aomi avatar kirunijah avatar

Stargazers

Yuki Hama avatar

Watchers

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

100knock2020's Issues

*.sh が progress.png に反映されない

シェルスクリプトで解答しても進捗グラフに反映されないようです。

第10章はシェルスクリプトのみを提出している人も多いと思うので、改善していただけると嬉しいです。

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.