245 results for “topic:n-grams”
A language detection library for PHP. Detects the language from a given text string.
Simple and Performant Language detection library for NodeJS
Machine learning based text classification in JavaScript using n-grams and cosine similarity
Python Set subclass that supports searching by ngram similarity
This sentiment analysis project determines whether the tweets posted in the Turkish language on Twitter are positive or negative.
A simple/fast/accurate accent prediction for non-accented Vietnamese text
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Haiku-Search is a high-performance fuzzy search library designed for web applications. It is built using Rust and compiled to WebAssembly
No description provided.
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.
Data from a corpus of written Hawaiian
Part-of-Speech Tagging Models in Python
To evaluate machine translation, they use several methods, some of which we fully implemented
Use different orders of N-gram model to play Hangman game.
Model Generator for Firestore
:cake: A library for creating n-grams, skip-grams, bag of words, bag of n-grams, bag of skip-grams.
Term 1 Project 3 Design a Sign Language Recognition System by Luke Schoen for Udacity Artificial Intelligence Nanodegree (AIND)
Detect language from a text string in Swift!
Sentiment Analysis of Twitter Data (saotd)
Package to detect the language of a given text (focusing on short "sms" type text used on tweets, facebook, WhatsApp, etc)
Classifier that identifies Greek text as Cypriot Greek or Standard Modern Greek
DLO8012: Natural Language Processing [NLP] & CSL804: Computational Lab - II | BE Semester VIII | Computer Engineering
New spell(1) implementation for NetBSD
KiloGram algorithm for finding the top-k most frequent n-grams for large values of n quickly with fixed memory.
Code written as a part of assignments for CSE556 Natural Language Processing taught by Dr. Tanmoy Chakraborty at IIIT Delhi in Monsoon 2018
A web service that exposes semantic similarity search via a web GUI and a RESTful API.
Get N-Grams !
A specialized toolkit for Information Retrieval and Web Analytics. This rep covers the architecture of search engines, featuring custom implementations of inverted and positional indexing, Boolean retrieval, and text preprocessing pipelines. It includes N-grams analysis, cosine similarity foundations, and advanced NLP tokenization techniques.
Plagiarism detection using stopwords n-grams
k-grams, Language Models, and All That