https://github.com/oroszgy/pysztaki
Sztaki dictionary for console (fork from https://code.google.com/p/pysztaki)
https://github.com/oroszgy/pysztaki
dictionaries english hungarian python translation
Last synced: 6 months ago
JSON representation
Sztaki dictionary for console (fork from https://code.google.com/p/pysztaki)
- Host: GitHub
- URL: https://github.com/oroszgy/pysztaki
- Owner: oroszgy
- Created: 2014-04-22T11:45:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T09:16:36.000Z (over 11 years ago)
- Last Synced: 2025-03-29T22:11:27.194Z (7 months ago)
- Topics: dictionaries, english, hungarian, python, translation
- Language: Python
- Homepage: https://pypi.python.org/pypi/pysztaki
- Size: 180 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PySztaki
========Translator script for console using the http://szotar.sztaki.hu database
A really short script, which uses the given dictionaries (in first two
parameters) to translate a word or an expression. It uses web-based
translator of szotar.sztaki.hu (parsed with BeautifulSoup
http://www.crummy.com/software/BeautifulSoup/). The ``SztakiQueryParser``
class contains the actual translation code, it can be simply
reused.## Script home
* http://pysztaki.googlecode.com/
* https://github.com/oroszgy/pysztakiCopyright (c) 2008, Pek Daniel
Copyright (c) 2014, György Orosz
## Requirements
- Python interpreter, tested with 3.4.
- The script depends on BeautifulSoup python module,
which can be downloaded from
http://www.crummy.com/software/BeautifulSoup/Since this is a very immature script, it may contain errors. Every
feedback, bugreport would be welcomed.## Usage
sztaki.py [from_lang] [to_lang]
Available languages
* eng
* hun
* ger
* pol
* fre
* ita
* bul