https://github.com/doumanash/parser_waifu
WIP japanese parser
https://github.com/doumanash/parser_waifu
Last synced: 2 months ago
JSON representation
WIP japanese parser
- Host: GitHub
- URL: https://github.com/doumanash/parser_waifu
- Owner: DoumanAsh
- License: other
- Created: 2017-07-15T20:27:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T10:25:46.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T07:27:46.283Z (4 months ago)
- Language: C++
- Size: 1.17 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parser Waifu
WIP Japanese parser app.
## Source code structure
* `src/` - contains main application code with GUI
* `lib/` - contains internal libraries that are used by main application
* `3pp/` - contains third party libraries that are used. It is not made as submodules just for the sake of effectivness. Plus github doesn't bundle submodules into zip.
* `test/` - tests by means of Google test## Build
### Requirements
* CMake
* C++ compiler
* Qt5 - should be installed so that CMake will find it### Instructions
```
mkdir build
cd buildcmake ../ [-DUNIT_TEST=on -DSHARED_LIB=on]
```* **UNIT_TEST** builds tests exe
* **SHARED_LIB** builds mecab as dll