Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Introductory Python course for computational lingustics

License

NotificationsYou must be signed in to change notification settings

cambridgeltl/python4cl

Repository files navigation

Open In ColabBinder

An Introductory Python course for Computational Lingustics.

Syllabus

Module 1 : Introduction to Python for Computational Linguists

TitleColabBinder
1.1About the CourseOpen In ColabBinder
1.2Introduction to PythonOpen In ColabBinder
1.3Basic NLP with PythonOpen In ColabBinder
1.4Working with Corpus DataOpen In ColabBinder

Module 2 : Naive Bayes and POS Tagging

TitleColabBinder
2.1Naive BayesOpen In ColabBinder
2.2Sentiment AnalysisOpen In ColabBinder
2.3POS TaggingOpen In ColabBinder

Configuration

Note: this applies ONLY if you plan to run the course locally on your own machine. For now, we recommend accessing the course materials with Colab or Binder (see above).

For this project we will use Python 3.6+.The project structure is:

.├── CONTRIBUTING.md├── corpora├── LICENSE├── module_1│   ├── module_1.1│   ├── ...│   └── module_1.4├── ...├── module_4├── README.md├── requirements.txt├── resources└── Templates

You should look into the foldersmodule_x. Each module is divided in many submodules, and eachmodule_x.y folder contains the the Jupyter notebooks you will run during the course. The foldercorpora contains the corpora you will use for this course.

The other resources contained in the present repository are:

  • README.md is the present file;
  • requirements.txt contains all the Python libraries required to run the code. You will use this file when installing Python libraries on your machine;
  • The fileCONTRIBUTING.md and the foldersTemplates andresources contain the guidelines and the resources we used to write this course.
  • LICENSE contains a copy of the CC BY-NC 4.0 License.

License

The content in this repository is released under theCC BY-NC 4.0 license.

The icons used are made by Freepik fromwww.flaticon.com and are licensed with a CC 3.0 BY permissive license.

About

Introductory Python course for computational lingustics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp