/sjpp

C++ API for sjp.pl Polish Dictionary

Primary LanguageC++MIT LicenseMIT

sjpp (SJP++)

Build and tests status Build and docs deploy status

Logo

C++ API for Słownik Języka Polskiego

Provides a convenient way to look up words in the SJP Polish dictionary.

Table of Contents

Installation

sjpp can be built from sources. Before building, make sure you have libcurl installed on your machine.

Just run these commands in your shell:

cd sjpp
git pull --recurse-submodules # optional, if you want a nice doxygen theme
mkdir build
cd build
cmake ..
cmake --build . --target install doxygen

Usage

Example use of the API can be found in the Examples can be found in the documentation.

License

See the LICENSE file.

Dependencies

  • LibCURL
  • GoogleTest
  • Doxygen

Installing dependencies

Ubuntu/Debian:

sudo apt install libcurl-dev doxygen

Windows (Chocolatey):

choco install curl doxygen.install

OSX:

brew install curl doxygen

Arch Linux:

sudo pacman -S curl doxygen

openSUSE:

zypper install libcurl doxygen