Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getsadzeg/gegram-class

Mistakes and barbarismes fixer for Georgian language.
https://github.com/getsadzeg/gegram-class

georgia java

Last synced: about 2 months ago
JSON representation

Mistakes and barbarismes fixer for Georgian language.

Awesome Lists containing this project

README

        

# About

``gegram`` is library which helps you to integrate Georgian grammar utilities in Java. It's originally created to throw barbarismes out of input.

*Note: No need of internet connection. Everything is offline and local.*

# Usage

Just clone repository with

```
git clone https://github.com/getsadzeg/gegram-class.git
```
Now copy folder named 'gegram' to your project and access it's classes via:

```java
import gegram.lib.*;
```

After that you can create Gegram object and parse input(it must be array):

```java
Gegram gram = new Parse(input);
System.out.println(gram.parseBarbarism());
```

# Feel free to fork

You can fork, modify and change the code under MIT license. The project contains LICENSE file to see full license description.