Skip to content

reyadussalahin/Smart-Autocompletion-of-Bangla-Word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Autocompletion-of-Bangla-Word

This is an application which provides smart bengali writing using english phonetics.

Thumbnail

Getting started

How to build and run

Building ths project is an easy task. Just clone the repo and run the following command from projects root directory:

$ mkdir out
$ javac -d out -encoding utf-8 src/*.java

Now, to run this project you just have to do:

If you're using unix based systems, then(notice, the files:out)

$ java -cp files:out Main

If you're using windows, then

> java -cp files;out Main

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details

Contributing

Anyone is welcome to contribue. Send your pull request and I'll have a look.

Releases

No releases published

Packages

No packages published

Languages