n-grams
Here are 75 public repositories matching this topic...
-
Updated
Mar 20, 2017 - Python
To evaluate machine translation, they use several methods, some of which we fully implemented
-
Updated
Dec 21, 2024 - Python
Use different orders of N-gram model to play Hangman game.
-
Updated
Jun 26, 2021 - Python
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.
-
Updated
Sep 1, 2023 - Python
Part-of-Speech Tagging Models in Python
-
Updated
Oct 7, 2019 - Python
A web service that exposes semantic similarity search via a web GUI and a RESTful API.
-
Updated
Dec 9, 2018 - Python
SMP_ETST 2018 christmas
-
Updated
Jul 27, 2018 - Python
🏰 Mapping British place names and other analysis
-
Updated
Nov 4, 2017 - Python
Python implementation of N-gram Models, Log linear and Neural Linear Models, Back-propagation and Self-Attention, HMM, PCFG, CRF, EM, VAE
-
Updated
Aug 20, 2020 - Python
ngram-keylogger: typing stats that don't leak passwords
-
Updated
Dec 7, 2021 - Python
AdWords Script:-Find Your Best And Worst Search Queries Using N-Grams Python Version
-
Updated
Jul 4, 2018 - Python
N-Gram language model that learns n-gram probabilities from a given corpus and generates new sentences from it based on the conditional probabilities from the generated words and phrases.
-
Updated
Feb 8, 2018 - Python
Personality plays a vital role in todays world.This uses the Twitter REST API to mine tweets for personality identification. We will use n-grams and word vectors for the hashtags, emoticons and phrases using NLP techniques. We will train the machine to classify the personality types by using a Naive- Bayes Text Classifier and to accurately predi…
-
Updated
Dec 4, 2020 - Python
Application to find the similarity score between two texts.
-
Updated
Apr 20, 2021 - Python
Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.
-
Updated
Oct 3, 2020 - Python
Rediscover your past months and years using Google search data. Google allows users to download their Google data, including their search history. This project analyzes the data and creates a personalized word-cloud poster, which brings back your thoughts, fears and dreams from that period.
-
Updated
Dec 30, 2017 - Python
Simple script with a GUI that generates pronounceable passwords and places them on the clipboard.
-
Updated
Jun 30, 2021 - Python
Generates random text in the style of a given corpus
-
Updated
May 10, 2019 - Python
Improve this page
Add a description, image, and links to the n-grams topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the n-grams topic, visit your repo's landing page and select "manage topics."