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
- Host: GitHub
- URL: https://github.com/sedictious/apicius
- Owner: Sedictious
- Created: 2019-02-19T13:26:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T22:52:53.000Z (over 6 years ago)
- Last Synced: 2025-03-21T16:19:28.794Z (over 1 year ago)
- Topics: cltk, digital-humanities, latin
- Language: Python
- Homepage:
- Size: 376 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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