Skip to content

mojtaba-khallash/JHazm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHazm

Build Status codecov Dependency Status

GitHub release License

A Java version of Hazm (Python library for digesting Persian text)

Requirements

Installation and Using

To make a single jar file run this codes:

mvn clean compile assembly:single

For using this project as library in maven just use:

mvn clean install

To run and see the help:

java -jar jhazm-jar-with-dependencies.jar

For example to do POS Tag on bundled sample file use:

java -jar jhazm-jar-with-dependencies.jar -a partOfSpeechTagging -o test.txt

Or to run on any other file:

java -jar jhazm-jar-with-dependencies.jar -a partOfSpeechTagging -o test.txt -i input.txt

Or on some piece of text:

java -jar jhazm-jar-with-dependencies.jar -a partOfSpeechTagging -o test.txt -t "سلام من خوب هستم!"

Good Luck!

About

A Java version of Hazm (Python library for digesting Persian text)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages