Metadata-Version: 2.1
Name: TamilLexicheck
Version: 1.0.12
Summary: Tamil Lexicheck is an open-source project aimed at providing a tool for identifying and suggesting corrections for misspelled words in Tamil text. This project is licensed under the Apache License 2.0.
Home-page: https://github.com/Raam-kishore/TamilLexicheck-public-.git
Author: raamkishore
Author-email: raamkishore@megalai.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# TamilLexicheck

A simple Tamil spell checker designed to identify and suggest corrections for misspelled words in Tamil text.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
  - [Prerequisites](#prerequisites)
  - [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Acknowledgments](#acknowledgments)

## Introduction

Tamil Lexicheck is an open-source project aimed at providing a tool for identifying and suggesting corrections for misspelled words in Tamil text. This project is licensed under the Apache License 2.0.

## Features

- Levenshtein distance-based error detection with edit distance constraint of 4.
- Suggests corrections for misspelled Tamil words.
- suggest only relevant words that lies within give edit distance for elimination of irrelevant word suggestion.
- Levenshtein distance with edit distance constraint performs much faster as compared to minimum edit distance approach

## Getting Started

### Prerequisites
Basics of python knowledge is enough for usage of this software.

### Installation
Requires Python 3.12.0 or later
Operating system:Windows 8.1 or Newer,Macos 10.9 or later,Linux Debian or Fedora based operating system

## Usage

[Explain how to use the spell checker and any specific details about its integration or standalone use.]

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

### Apache License 2.0



