https://github.com/uts-cic/athanor
rhetorical parsing library
https://github.com/uts-cic/athanor
Last synced: 8 months ago
JSON representation
rhetorical parsing library
- Host: GitHub
- URL: https://github.com/uts-cic/athanor
- Owner: uts-cic
- License: apache-2.0
- Created: 2017-07-05T04:22:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T01:20:26.000Z (over 4 years ago)
- Last Synced: 2025-01-13T08:12:36.979Z (over 1 year ago)
- Language: C++
- Size: 274 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athanor README
A rhetorical parsing library
## Quick install
1. Install/Tailor the environment (you only need to do this once)
In the athanor home directory type:
```
python install.py
```
You may need to install Python 2.7 if it is not already on your
system.
Ignore warning messages about missing packages, as long as the
following step works.
We don't need these packages just to produce the athanor
library. You do however need the g++ compiler, make and
ant utilities that are used in building the product.
2. Build Athanor and the Athanor library
Again, position in the Athanor repository home directory: type
```
make
```
The athanor library will be in
java/dist/jatanor.jar
This jar can then be linked to or copied to Athanor-Server where
it can be invoked.
The versioned distributions of Athanor in java/versioned_dist/
can also be used for this purpose.
For more details on tailoring Athanor-Server to work with a given
Athanor jar, refer to the Athanor-Server repository Developer
documentation (Interfacing with Athanor Section).
For more information on using Athanor, building Athanor components,
or building versioned athanor library distributions see
[The Athanor repository](athanor_repository.md)