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

https://github.com/sedictious/apicius

Analysis of Apicius' recipes
https://github.com/sedictious/apicius

cltk digital-humanities latin

Last synced: about 1 year ago
JSON representation

Analysis of Apicius' recipes

Awesome Lists containing this project

README

          

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Sedictious/apicius/master)

# Showcasing CLTK with De re Coquinaria

A collection of notebooks demonstrating the basic features of CLTK.

### corpus_importer

Importing and accessing corpora from CLTK's repos and parsing online texts

### text_tokenization

Line and word tokenizer

### lemmatization

Using CLTK's backoff lemmatizer and training your own.

### POS taggers

CLTK's backoff POS tagger and training NLTK's models

### NER

Utilizing the Named Entity Recognition module

### syllabification

A quick look to both language-specific and language-agnostic syllabifiers