All Projects → liuzl → ling

liuzl / ling

Licence: Apache-2.0 license
Natural Language Processing Toolkit in Golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to ling

nlp-cheat-sheet-python
NLP Cheat Sheet, Python, spacy, LexNPL, NLTK, tokenization, stemming, sentence detection, named entity recognition
Stars: ✭ 69 (+21.05%)
Mutual labels:  spacy, tokenization, lemmatization
simplemma
Simple multilingual lemmatizer for Python, especially useful for speed and efficiency
Stars: ✭ 32 (-43.86%)
Mutual labels:  tokenization, lemmatization
turing
✨ 🧬 Turing AI - Semantic Navigation, Chatbot using Search Engine and Many NLP Vendors.
Stars: ✭ 30 (-47.37%)
Mutual labels:  spacy, corenlp
Spacy
💫 Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+38457.89%)
Mutual labels:  spacy, tokenization
spacy-server
🦜 Containerized HTTP API for industrial-strength NLP via spaCy and sense2vec
Stars: ✭ 58 (+1.75%)
Mutual labels:  spacy, tokenization
TweebankNLP
[LREC 2022] An off-the-shelf pre-trained Tweet NLP Toolkit (NER, tokenization, lemmatization, POS tagging, dependency parsing) + Tweebank-NER dataset
Stars: ✭ 84 (+47.37%)
Mutual labels:  tokenization, lemmatization
nlp workshop odsc europe20
Extensive tutorials for the Advanced NLP Workshop in Open Data Science Conference Europe 2020. We will leverage machine learning, deep learning and deep transfer learning to learn and solve popular tasks using NLP including NER, Classification, Recommendation \ Information Retrieval, Summarization, Classification, Language Translation, Q&A and T…
Stars: ✭ 127 (+122.81%)
Mutual labels:  spacy
shudu
Shudu 為一個開源文字處理平台,目的是讓閱讀者能夠舒服的閱讀、編寫文案。
Stars: ✭ 25 (-56.14%)
Mutual labels:  opencc
Quora QuestionPairs DL
Kaggle Competition: Using deep learning to solve quora's question pairs problem
Stars: ✭ 54 (-5.26%)
Mutual labels:  spacy
exponential-moving-average-normalization
PyTorch implementation of EMAN for self-supervised and semi-supervised learning: https://arxiv.org/abs/2101.08482
Stars: ✭ 76 (+33.33%)
Mutual labels:  normalization
python-corenlp-protobuf
Python bindings for Stanford CoreNLP's protobufs.
Stars: ✭ 21 (-63.16%)
Mutual labels:  corenlp
RainNet
[CVPR 2021] Region-aware Adaptive Instance Normalization for Image Harmonization
Stars: ✭ 125 (+119.3%)
Mutual labels:  normalization
ginza-transformers
Use custom tokenizers in spacy-transformers
Stars: ✭ 15 (-73.68%)
Mutual labels:  spacy
ANCOMBC
Differential abundance (DA) and correlation analyses for microbial absolute abundance data
Stars: ✭ 60 (+5.26%)
Mutual labels:  normalization
go-email-normalizer
Golang library for providing a canonical representation of email address.
Stars: ✭ 54 (-5.26%)
Mutual labels:  normalization
universe-of-syntax
A universe of scope- and type-safe syntaxes (syntices?). Includes generic implementation of type-preserving renaming/substitution with all the proofs you could possibly need.
Stars: ✭ 16 (-71.93%)
Mutual labels:  normalization
graphql-norm
Normalization and denormalization of GraphQL responses
Stars: ✭ 28 (-50.88%)
Mutual labels:  normalization
FAT
Factom Asset Tokens - Open tokenization standards on Factom
Stars: ✭ 17 (-70.18%)
Mutual labels:  tokenization
SkillNER
A (smart) rule based NLP module to extract job skills from text
Stars: ✭ 69 (+21.05%)
Mutual labels:  spacy
Emotion-recognition-from-tweets
A comprehensive approach on recognizing emotion (sentiment) from a certain tweet. Supervised machine learning.
Stars: ✭ 17 (-70.18%)
Mutual labels:  lemmatization

ling is a golang toolkit for natural language processing

GoDocGo Report Card

Implementation references

Similar NLP tools

Multilingual text toknization

Text normalization

Lemmatization

词干提取(stemming)和词形还原(lemmatization)

Tagging

  • Regex tagger
    • commonregex, a collection of common regular expressions for Go.
    • xurls, a Go package of regex for urls.

Natural language Detection

getlang is much slower than franco

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].