All Projects → mojtaba-khallash → JHazm

mojtaba-khallash / JHazm

Licence: MIT license
A Java version of Hazm (Python library for digesting Persian text)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to JHazm

Dntpersianutils.core
DNTPersianUtils.Core is a collection of Persian helper extension methods
Stars: ✭ 148 (+270%)
Mutual labels:  persian
perke
A keyphrase extractor for Persian
Stars: ✭ 60 (+50%)
Mutual labels:  persian
awesome-persian-youtubers
لیست یوتیوبرهای فارسی‌زبان
Stars: ✭ 52 (+30%)
Mutual labels:  persian
Awesome Persian Youtubers
لیست بهترین یوتیوبرهای فارسی زبان
Stars: ✭ 166 (+315%)
Mutual labels:  persian
MoalemYar
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more
Stars: ✭ 53 (+32.5%)
Mutual labels:  persian
iranian-calendar-events
Fetch Iranian calendar events (Jalali, Hijri and Gregorian) from time.ir website
Stars: ✭ 28 (-30%)
Mutual labels:  persian
Validation
🔒 Laravel farsi/persian validation
Stars: ✭ 142 (+255%)
Mutual labels:  persian
OpenSourceTutorials-Introduction
Open Source Kotlin Tutorial
Stars: ✭ 38 (-5%)
Mutual labels:  persian
react-calendar-datetime-picker
A simple and fast date and time picker component for React
Stars: ✭ 58 (+45%)
Mutual labels:  persian
discord-guide-fa
اینجا یاد میگیرید چطور از صفر یک دیسکورد بات بسازید 🐱‍🏍
Stars: ✭ 69 (+72.5%)
Mutual labels:  persian
Persian Ner
پیکره بزرگ شناسایی موجودیت‌های نامدار فارسی برچسب خورده
Stars: ✭ 183 (+357.5%)
Mutual labels:  persian
Persian Date Picker Dialog
Persian Date Picker Dialog for Android
Stars: ✭ 205 (+412.5%)
Mutual labels:  persian
persiantools
Jalali date and datetime with other tools
Stars: ✭ 101 (+152.5%)
Mutual labels:  persian
Moratab
Persian markdown editor.
Stars: ✭ 156 (+290%)
Mutual labels:  persian
rtl-md
📝 A simple markdown to html converter which knows the direction!
Stars: ✭ 27 (-32.5%)
Mutual labels:  persian
Dntidentity
A highly customized sample of the ASP.NET Core Identity
Stars: ✭ 145 (+262.5%)
Mutual labels:  persian
pholiday
a persian calendar holidays library for javascript
Stars: ✭ 38 (-5%)
Mutual labels:  persian
English-Persian-Word-Database
English Persian Word Database - Popular database extensions
Stars: ✭ 19 (-52.5%)
Mutual labels:  persian
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-5%)
Mutual labels:  persian
warning-list
Cryptocurrency Projects Warning list, Created by Persian Cryptocurrency Community and Managed by Webamooz
Stars: ✭ 91 (+127.5%)
Mutual labels:  persian

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].