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
- Host: GitHub
- URL: https://github.com/ilius/aryanpour-tei
- Owner: ilius
- Created: 2020-12-10T06:28:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T04:49:14.000Z (8 months ago)
- Last Synced: 2025-04-05T05:28:53.833Z (8 months ago)
- Topics: dictionary, farsi, freedict, glossary, persian
- Language: Python
- Homepage:
- Size: 30.3 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)