Repository navigation
trigrams
- Website
- Wikipedia
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
Postgres full text search options (tsearch, trigram, ilike) examples
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
Small webpage for finding the odd unicode char code.
This project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifically Trigrams and Bigrams, to generate predictions.
A collection of string comparisons algorithms
Determining the similarity of alphanumeric text based on trigram matching.
Text language detection basic on trigrams.
Cryptanalysis of Enigma M4 in Go Lang with pure statistical means utilizing Index of Coincidence and Trigram analysis.
This project implements HMM model on trigrams resulting a better accuracy in POS tagging
Written Language Detection and Gibberish Synthesis for NAO.
A Go n-gram indexer for natural language processing with modular tokenizers and data stores
analyze trump's nonsense, feed in a topic, and generate a new tweet based on a custom corpus.
Classe responsável por simplificar o processo de criação de um modelo Doc2Vec (gensim) com facilitadores para geração de um vocab personalizado e com a geração de arquivos de curadoria. Dicas usando elasticsearch e singlestore.
A text mining analysis about requests to information access to São Paulo municipality in 2018
Predicting next word with Natural Language Processing. Being able to predict what word comes next in a sentence is crucial when writing on portable devices that don't have a full size keyboard. However the same techniques used in texting application can be applied to a variety of other applications, for example: genomics by segmenting DNA, sequences speech recognition, automatic language translation or even as one student in the course suggested music sequence prediction.
This is a simple search app built with Django, PostgreSQL, Docker, Gunicorn.Demo
Assigmnents of CL