Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aajanki/finnish-nlp-datasets

Open Finnish NLP datasets
https://github.com/aajanki/finnish-nlp-datasets

finnish nlp-datasets opendata

Last synced: about 2 months ago
JSON representation

Open Finnish NLP datasets

Awesome Lists containing this project

README

        

# Avoimia suomenkielisiä NLP-tekstiaineistoja

Katso [listaus aineistoista](https://aajanki.github.io/finnish-nlp-datasets/).

## HTML-sivun generointi paikallisesti

1. Asenna Jekyll.
2. Generoi sivusto:

```
cd docs

bundle config set --local path 'vendor/bundle'
bundle install

bundle exec jekyll serve
```