Skip to content

getsadzeg/gegram-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

import gegram.lib.*;

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

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.

About

Mistakes and barbarismes fixer for Georgian language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages