Skip to content

A simple python script to extract the Kurdish (Kurmanji) words from a text or a file

Notifications You must be signed in to change notification settings

kurd-cc/kurdish-words-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurdish words extractor

A simple script to extract Kurdish (Kurmanji) words from a text or file easily.


Usage:

  • Basic:
python kurdish-words-extractor.py -t "Ji ber ku ev nexweşî vedigire."

Output:
Ji
ber
ku
ev
nexweşî
vedigire

  • From a file:
python kurdish-words-extractor.py -f PATH_TO_INPUT_FILE

  • Other arguments:
Argument Usage
-o OR --output The file path where you want to save results
-d OR --delimiter The delimiter that you want to divide between the extracted words (default is a new line)

About

A simple python script to extract the Kurdish (Kurmanji) words from a text or a file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages