trigrams
There are 49 repositories under trigrams topic.
AlessandroBono/ProbabilisticPoSTagger
A Java implementation of different probabilistic part-of-speech tagging techniques.
BartekCK/graphql-cricket-league
Apollo application with public playground
DigitalTools/nlp-training
Natural Language Processing - Training
luizmellodev/Ngrams
This project has the objective of creating ngrams based on text inputs, generating text output with the ngrams and your frequency.
ocrim1996/BigramTrigramGenerator
Parallel Computing - Measure the speedup gained when parallelizing n-grams generation using Java Threads and C++ Threads
samet-ozkan/German-English-Detector
This code detects whether the text input is in German or English.
Adrianogba/bigram-trigram-python
This is an simple artificial intelligence program to predict the next word based on a informed string using bigrams and trigrams based on a .txt file. There are two codes, one using console and the other using tkinter.
Dechrissen/LIN538-Final
Final project for LIN 538: Statistics for Linguists at Stony Brook University (Fall 2020)
eliortap/Trigrams
A map-reduce implementation in Apache Hadoop (AWS EMR) for calculating the probabilities of trigrams in the Hebrew language. This project utilizes the deleted estimation two-way cross validation method to calculate trigram probabilities. The Google Hebrew Trigram database serves as this project's corpus.
iglee/HMMs-and-PCFG
POS tagging by using ngram based hidden markov models.
JoieQuinn/triGram
Generates trigrams from text files
Mirith/Trigram-tagger
Python, tags trigrams! K-fold validation doesn't work yet.