An open API service indexing awesome lists of open source software.

https://github.com/civicdatalab/labs

Language Analysis of Budget Speeches
https://github.com/civicdatalab/labs

Last synced: 10 months ago
JSON representation

Language Analysis of Budget Speeches

Awesome Lists containing this project

README

          

## LABS

[![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://github.com/CivicDataLab/LABS/blob/master/LICENSE)

Language Analysis of Budget Speeches (LABS)

### Installation

```
git clone --recursive https://github.com/LABS.git
```

Initialize submodule (complang) using:

```
git submodule update --init --recursive
```

Update submodule (complang) using:

```
git submodule update --remote
```