soorinslee / course-multilingual-technologies

Course website for Multilingual Technologies and Language Diversity, taught at Columbia University by Prof. Smaranda Muresan and Dr. Isabelle Zaugg

Home Page:https://multilingual-technologies.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multilingual Technologies and Language Diversity

A website for the course, Multilingual Technologies and Language Diversity, taught at Columbia University in 2020 and 2021, by Prof. Smaranda Muresan and Dr. Isabelle Zaugg.

Students: submit your final project

Students, to submit your final projects, submit a pull request to this repository, where you add a new markdown file to the content folder. See the example.

If you've never written markdown before, see this cheat sheet.

And if you've never submitted a pull request before, see the instructions in the example, or one of the many tutorials for GitHub pull requests. Let us know if you have any questions.

Building

Students typically won't need to do this. But if you want to build and run this site locally, for some reason, make sure you have Nix installed, and then:

nix-shell --run 'ghcid -T ":main -wS"'

This launches a web server at http://localhost:8080 serving the statically generated content. Changing either ./src/Main.hs or the content in ./content reloads everything.

About

Course website for Multilingual Technologies and Language Diversity, taught at Columbia University by Prof. Smaranda Muresan and Dr. Isabelle Zaugg

https://multilingual-technologies.netlify.app/


Languages

Language:Haskell 82.3%Language:Nix 17.7%