An open API service indexing awesome lists of open source software.

https://github.com/ilius/aryanpour-tei

Aryanpour Dictionary in FreeDict (.tei) structured format
https://github.com/ilius/aryanpour-tei

dictionary farsi freedict glossary persian

Last synced: 8 months ago
JSON representation

Aryanpour Dictionary in FreeDict (.tei) structured format

Awesome Lists containing this project

README

          

# aryanpour-tei
Aryanpour Dictionary in FreeDict (.tei) structured format

## Download

Download [Aryanpour.tei.bz2](https://github.com/ilius/aryanpour-tei/raw/master/Aryanpour.tei.bz2) with your browser/download manager.

## Convert for use in dictionary applications

Use [PyGlossary](https://github.com/ilius/pyglossary) to convert `Aryanpour.tei.bz2` file to your desired format directly.

## Uncompress for faster view/access

+ Linux/Unix: `bunzip2 -k Aryanpour.tei.bz2`
+ Windows: Use [7-Zip](https://www.7-zip.org/download.html)

## View the file

+ Linux/Unix: `bzless Aryanpour.tei.bz2` or `less Aryanpour.tei`
+ Windows: Uncompress and open with an editor/IDE (beware of the file size)

## Write a parser or dictionary application for it

See [freedict.py](https://github.com/ilius/pyglossary/blob/master/pyglossary/plugins/freedict.py)