FelixMohr/NLP-with-Python
Using Conditional Random Fields for segmenting Latin words written in scriptio continua
This tool helps classicists and researchers automatically divide Latin texts written without spaces into individual words. You input a digitized Latin text in *scriptio continua*, and it outputs the same text with spaces inserted between words, making it easier to read and analyze. It's designed for anyone working with ancient Latin manuscripts.
No commits in the last 6 months.
Use this if you need to quickly and accurately segment continuous Latin text from historical documents or inscriptions into separate words for study or computational linguistics.
Not ideal if your primary need is for modern Latin text processing, complex grammatical parsing, or translation.
Stars
10
Forks
14
Language
Jupyter Notebook
License
—
Category
Last pushed
May 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/FelixMohr/NLP-with-Python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs