Práctica do curso de especialización en Intelixencia Artificial e Big Data de Formación Profesional - IES de Teis
-
Updated
Dec 3, 2024 - Python
Práctica do curso de especialización en Intelixencia Artificial e Big Data de Formación Profesional - IES de Teis
Baseline trial and conclusion of the gujarati spell checker based on Norvig's solution
Simple project for auto correction of words engine using Naive Bayes as an algorithm in modeling.
Norvig's implementation of the General Problem Solver
An Elixir implementation of Peter Norvig's Sudoku solver.
Given an utterance the spellcheck corrects each token based on a frequency dictionary. It is language agnostic that means it works with any language as soon as a frequency dictionary is provided. The approach is based on the Peter Norvig's blog post on the spell check (see: https://norvig.com/spell-correct.html)
Learning about the utilization of Norvig as a spelling correction with an approach using BERT.
Replicated google search engine using Lucene and Norvig Spell Correction program
🎍 A simple spellchecker implemented in JavaScript, designed to correct misspelled words based on word frequency from a corpus ✨
Machine Learning Sudoku Solver that implmements various machine learning heauristics to solve 3x3, 4x4, and 5x5 sudoku puzzles
Add a description, image, and links to the norvig topic page so that developers can more easily learn about it.
To associate your repository with the norvig topic, visit your repo's landing page and select "manage topics."