Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilk/pwnsjp
frontend to some Polish dictionaries published by PWN
https://github.com/jwilk/pwnsjp
Last synced: about 1 month ago
JSON representation
frontend to some Polish dictionaries published by PWN
- Host: GitHub
- URL: https://github.com/jwilk/pwnsjp
- Owner: jwilk
- License: mit
- Created: 2015-06-07T20:41:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T18:14:31.000Z (8 months ago)
- Last Synced: 2024-08-09T00:22:14.149Z (5 months ago)
- Language: C
- Homepage: https://jwilk.net/software/pwnsjp
- Size: 816 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Overview
========**pwnsjp** is a text-based frontend to some dictionaries published by
Wydawnictwo Naukowe PWN. The following dictionaries has been tested:- “Słownik języka polskiego PWN”, 3 volumes (distributed as an
attachment to Gazeta Wyborcza) [3TSJP];
- “Multimedialny słownik PWN. Frazeologia” [MSF];
- “Multimedialny słownik PWN. Język polski” [MSJP];
- “Multimedialny słownik PWN. Wyrazy obce” [MSWO].You will need the ``*.win`` file, which can be obtained:
- either by extracting from ``setup/data1.cab`` using Unshield_;
- or by installing the original interface on Windows/Wine.Identity data of the supported dictionaries:
======== ========= =========== ================================
dict. file size MD5
======== ========= =========== ================================
3TSJP slo.win 107564724 259d95924af212a7db53b7cb853cab47
MSF sf.win 24307100 f43c7f1597dd9593f730706d1b8bf492
MSJP sjp.win 63476492 2ac579d6502668db64080fdbaf9cdd8a
MSWO swo.win 43146160 ff76016c9157a01b45be7cc764171384
======== ========= =========== ================================.. _Unshield:
https://github.com/twogood/unshieldBuilding
--------You will need:
- GNU make
- pkg-config
- zlib
- libncursesw (ncurses with Unicode support) ≥ 5.8To build the manual pages you will also need:
- xsltproc (part of libxslt)
- DocBook XSL stylesheetsTo build from a VCS checkout, or to refresh files that are pre-built in
release tarballs, you will also need:- autoconf
- automake
- perl
- gperf
- links or elinksBuilding instructions::
./configure --with-dictdir=DIRECTORY-WITH-DICTIONARY-FILES
makeUsage
-----Examples::
pwnsjp --help
pwnsjp --entry-only 'b(ne|om)'
pwnsjp '^(nie)?kłopotliwy'
pwnsjp --deep 'lodowisko'.. vim:ft=rst tw=76 ts=3 sts=3 sw=3 et