Repository navigation

#

trigrams

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search

Ruby
1437
15 小时前

Postgres full text search options (tsearch, trigram, ilike) examples

Python
129
3 年前

Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques

Jupyter Notebook
36
7 年前

Small webpage for finding the odd unicode char code.

JavaScript
18
4 年前

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.

Python
16
1 个月前

Determining the similarity of alphanumeric text based on trigram matching.

JavaScript
14
3 年前

A fast, compact trigram library for Icelandic

Python
11
8 个月前

Procedural generation of I Ching hexagrams and trigrams using PIL and NumPy

Python
10
5 年前

Cryptanalysis of Enigma M4 in Go Lang with pure statistical means utilizing Index of Coincidence and Trigram analysis.

Go
8
5 年前

This project implements HMM model on trigrams resulting a better accuracy in POS tagging

Python
7
8 年前

Written Language Detection and Gibberish Synthesis for NAO.

Python
7
8 年前

A Go n-gram indexer for natural language processing with modular tokenizers and data stores

Go
7
6 年前

analyze trump's nonsense, feed in a topic, and generate a new tweet based on a custom corpus.

Python
6
4 年前

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.

Python
5
2 年前

A text mining analysis about requests to information access to São Paulo municipality in 2018

R
3
5 年前

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.

HTML
3
6 年前

This is a simple search app built with Django, PostgreSQL, Docker, Gunicorn.Demo

Python
2
4 年前