gluschenko/panlingo
Collection of language detection libraries for .NET: FastText, CLD2, CLD3, MediaPipe, Lingua, Whatlang
This project provides a collection of language identification libraries for .NET applications. It helps developers determine the language of text input, making it easier to build applications that can process or categorize content based on its language. This is useful for .NET developers creating multilingual software, content management systems, or data processing tools.
Use this if you are a .NET developer who needs to integrate robust language detection capabilities into your applications and want a choice of popular, established models.
Not ideal if you are not a .NET developer or need a language detection solution that does not require integrating a library into an application.
Stars
17
Forks
—
Language
C#
License
—
Category
Last pushed
Feb 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/gluschenko/panlingo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An...