anguelos / ddpa_cei2json

extracts fundamental data from cei and stores them in JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddpa_cei2json

Trivial app trying to crudelly extract abstracts, tenors, dates from cei files.

Offline mode:

./apps/ddpa_cei2json/bin/ddp_cei2json_compute -charter_paths ./misc/1000_CVCharters/*/*/*

Extracts fundamental data from cei files and stores them in "charter.cei2json.json". Specifically

Online mode:

Run Static FSDB: Run Static FSDB (this is so that links to charters will work):

./bin/ddp_serve_fsdb -root ./misc/1000_CVCharters/
./apps/ddpa_cei2json/bin/ddp_cei2json_serve -root ./misc/1000_CVCharters/

Provides a demo web service with trivial word search over Tenors, Abstracts or both. And a reverse index from every word occuring in the corpus to the actual abstract or tenor in context. The service in it's HTML format, also links to the default charter presentation service (Static FSDB).

About

extracts fundamental data from cei and stores them in JSON

License:GNU General Public License v3.0


Languages

Language:Python 71.2%Language:HTML 28.8%