From 88cdc411e572b11f48410010ead559eee9f65384 Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Fri, 16 Nov 2018 16:45:54 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5c85f1d..9c79425f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ In this repository we collect all functions, data, notebooks and tools that comprise the first WP of the Democrasci project. Broadly, we can find the following: * Data (`data/democrasci/`): all the different files splitted in folders, by year. First, the raw data files, that include the pdfs and metadata of each session. Then, different files for each of the preprocessing steps. -* Functions: all the code included in the current repo is intended for the preprocessing of the raw data, in order to curate it, annotate it, and extract the meaningful information for later NLP analysis. That is the reason why the project is splitted into two repos, as they can be seen as separate entities. -* Notebooks and tools: in this case, we have several notebooks that facilitate the analyses of all the intermediate steps carried out throughout WP1. This way, we can explore the quality of the results, and consider the implementation of improvements, etc. +* Functions(`src/python`): all the code included in the current repo is intended for the preprocessing of the raw data, in order to curate it, annotate it, and extract the meaningful information for later NLP analysis. That is the reason why the project is splitted into two repos, as they can be seen as separate entities. +* Notebooks and tools (`notebooks`): in this case, we have several notebooks that facilitate the analyses of all the intermediate steps carried out throughout WP1. This way, we can explore the quality of the results, and consider the implementation of improvements, etc. -- GitLab