HunTag3

Sequential tagger

A tool for sequential sentence tagging using Maximum Entropy Learning and Hidden Markov Models.

A sequential tagger for NLP using Maximum Entropy Learning and Hidden Markov Models

GitHub

8 stars
7 watching
1 forks
Language: Lex
last commit: about 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
recski/huntag An NLP tool that uses Maximum Entropy Learning and Hidden Markov Models to perform sequential tagging 22
ppke-nlpg/manocska An integrated Hungarian verb conjugation dictionary repository combining multiple sources and datasets. 4
ppke-nlpg/anagramma-parser An implementation of a computational model for linguistic analysis based on cognitive inspiration 1
ppke-nlpg/purepos A Java-based tool for annotating text with morphological information using a hybrid approach combining statistical models and rule-based components. 15
ppke-nlpg/purepospy A Python wrapper around a morphological analysis tool to facilitate language processing tasks 1
ppke-nlpg/emmorphpy A Python wrapper and lemmatizer for emMorph, a Hungarian morphological analyzer. 3
datquocnguyen/rdrpostagger A toolkit for part-of-speech tagging and morphological analysis 140
hashcat/statsprocessor A word generator based on statistical analysis of letter sequences in a given dictionary. 172
ppke-nlpg/pywnxml A Python API for parsing and querying WordNet XML files in a specific format used by Hungarian WordNet 5
tw1ddle/markovnamegenerator Generates names based on statistical patterns from large datasets using a Markov chain algorithm 446
dhgarrette/type-supervised-tagging-2012emnlp This repository provides code and scripts to reproduce the results of an EMNLP 2012 paper on type-supervised part-of-speech tagging using a specific hidden Markov model approach. 1
collective/products.plonekeywordmanager Tool to manage and normalize keywords in Plone content management system 4
jpate/prosodicparsing This project provides different types of Hidden Markov Models (HMMs) for incorporating prosody into basic parsing in natural language processing. 2
cluebenchmark/pclue A large-scale dataset for training models to perform multiple tasks and zero-shot learning in natural language processing. 468
syntaxcoloring/markov-word-generator Generates pseudorandom words by applying Markov chains to existing word sequences 33