Metadata-Version: 2.4
Name: wordxtr
Version: 2.0.0
Summary: This script will help you to create hunspell dictionary
Author-email: Parag Nemade <pnemade@fedoraproject.org>
Project-URL: Homepage, https://pagure.io/wordxtr
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

                         wordxtr
wordxtr project aims at creating dictionary of words for a given language text.
This dictionary is based on hunspell format where output is .dic and .aff files.

This is command line tool which takes 2 inputs
1)language code along with country code.
  Language code can be found in /usr/share/iso-codes/iso_639.tab
  e.g. For Hindi language use hi_IN or for Nepali language use ne_NP

2)Full directory path where text data files only exists

Assumptions:
This tool assumes that only plain text unicode files present in directory.

Example:
To create Hindi dictionary once can use following command
wordxtr hi_IN sample_text_directory

Requirements:
* http://people.redhat.com/caolanm/hunspell/wordlist2hunspell script

