Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ An aggregated file (metadata.csv) contains all the CSV metadata.
Faster and richer (more metadata) than the XSLT scripts.

One Perl script : extractMD.pl
For each document, its metadata are stored in the STATS folder under your prefered formats : XML, JSON, CSV, txt

One shell script: batch.sh
For each document, metadata are stored in the STATS folder (available formats : XML, JSON, CSV, txt)

##### Test
1. Open a shell terminal.
2. Change dir to the batch folder
3. >perl extractMD.pl DOCS xml json

3. >perl extractMD.pl DOCS xml json csv

Note: the batch.sh script runs extractMD.pl (3 formats: XML, JSON, CSV) and package the metadata files (.zip).

### Charts
See on [Github](https://github.com/altomator/EN-data_mining/tree/master/Charts) and [here](http://altomator.github.io/EN-data_mining/).
Expand Down