https://github.com/camel-lab/widh_2020_arabic_text_analysis
Material for the Text Analysis of Arabic course taught at the NYU Abu Dhabi Winter Institute in Digital Humanities 2020.
https://github.com/camel-lab/widh_2020_arabic_text_analysis
Last synced: 4 months ago
JSON representation
Material for the Text Analysis of Arabic course taught at the NYU Abu Dhabi Winter Institute in Digital Humanities 2020.
- Host: GitHub
- URL: https://github.com/camel-lab/widh_2020_arabic_text_analysis
- Owner: CAMeL-Lab
- Created: 2020-01-15T10:42:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T12:35:57.000Z (over 6 years ago)
- Last Synced: 2025-09-09T22:06:40.679Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.23 MB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winter Institute in Digital Humanities 2020 - Text Analysis of Arabic
This repository contains material for the *Text Analysis of Arabic* course
taught at the NYU Abu Dhabi Winter Institute in Digital Humanities 2020.
Below are instructions on how to setup the working environment used in this
course. We will be using [Jupyter Lab](https://jupyter.org/) as our programming
environment as well as the
[CAMeL Tools](https://github.com/CAMeL-Lab/CAMeL_Tools) Python library and the
[MADAMIRA](http://innovation.columbia.edu/technologies/cu14012_arabic-language-disambiguation-for-natural-language-processing-applications)
command-line tools.
## Installing Pre-requisites
We assume Python 3.5+ and Java 8 are installed on your machine.
To install *Jupyter Lab* and *CAMeL Tools*, run the following command in a
terminal window:
```
pip install jupyterlab camel-tools
```
To install MADAMIRA, please follow the
[MADAMIRA installation instructions](MADAMIRA_INSTALLATION.md).
## Running Jupyter Lab
Download the zip archive for this repository from *GitHub* and unzip it, or,
clone the repository using *git* by running in a terminal window:
```
git clone https://github.com/CAMeL-Lab/WIDH_2020_Arabic_Text_Analysis.git
```
Then, navigate to the project directory:
```
cd /path/to/WIDH_2020_Arabic_Text_Analysis
```
Finally, start Jupyter Lab by running:
```
jupyter lab
```