A CLI for retrieving a corpus annotated with named entities from INCEpTION to an archived, reusable and versionable corpus.
Project description
inception2corpus-CLI
A CLI for retrieving a corpus annotated with named entities from INCEpTION instance to an archived and reusable corpus in context of any NER project.
This tool was created in the context of the NER4Archives project (INRIA/Archives nationales); it is adaptable and reusable for any other project under the terms of the MIT license.
The CLI launches a linear process, called a "pipeline", which executes the components in the following order:
- Fetch curated documents (XMI format) from an INCEpTION instance (check state of document in Inception > "Monitoring" window);
- preprocessing curated documents (retokenize, remove unprintable characters etc.);
- Convert XMI to CONLL files (inception2corpus use xmi2conll cli as a module);
- Merge CONLL files in one;
- Provides a report containing statistics and metadata about the corpus;
- Reduce (get only sentences annotated and reject other) and serialize dataset in 2 (train/dev) and 3 sets (train/dev/test) according to a ratio defined by the user
At the end of the execution of the program, an output_annotated_corpus folder/
is provided at the root working directory, for more details see this section.
🛠️ Installation (easy way)
-
You need Python 3.7 or higher is installed (if not, install it here).
-
First, create a new directory and set a code environment with virtualenv and correct Python version, follow these steps (depending on OS):
MacOSx / Linux
virtualenv --python=/usr/bin/python3.7 venv
then, activate this new code environment with:
source venv/bin/activate
Windows
py -m venv venv
then, activate this new code environment with:
.\venv\Scripts\activate
-
Finally, install
inception2corpus
CLI via pip with:pip install inception2corpus
🛠️ Installation (for developers only)
# 1. clone git repository
git clone https://github.com/NER4Archives-project/inception2corpus-CLI.git
# 2. Go to repository and create a new virtual env (follow steps in easy way installation)
# 3. install packages
# (on MACOSx/LINUX):
pip install -r requirements.txt
# (on Windows):
pip install -r .\requirements.txt
▶️ Usage
-
inception2corpus
CLI use a YAML file as argument to specify INCEpTION HOST information, corpus metadata, conll format, serialization options etc. You can use and update the template here USER_VAR_ENV.yml. -
When configuration YAML file is completed use this command:
inception2corpus ./USER_VAR_ENV.yml
-
At the end of this process, a new output directory is created at the root of working directory (
./output_annotated_corpus folder/
) that contains your final corpus, ready to train. Also, a newtemp_files/
folder is created at the root, leave it or delete it as you want.
📁 Full output folder description
./output_annotated_corpus folder/
|
|- output_annotated_corpus folder.zip/
| |
| |- data_split_n2/ : The all_reduced.conll divided into 2 sets (train, dev)
| |
| |- data_split_n3/ : The all_reduced.conll divided into 3 sets (train, dev, test)
| |
| |- data_split_n3_idx/ : The all_reduced.conll divided into 3 sets (train, dev, test) with sentences ID
| |
| |- data_split_n2_idx/ : The all_reduced.conll divided into 2 sets (train, dev) with sentences ID
| |
| |- XMI_curated/ : Original XMI to import into INCEpTION
| |
| |- all.conll : All documents in CONLL format
| |- all_reduced.conll : All documents in CONLL format reduced to only annotated sentences
|
|- meta_corpus.json : corpus metadata and statistics
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file inception2corpus-0.1.0.tar.gz
.
File metadata
- Download URL: inception2corpus-0.1.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e85b3b05027f9ce9b1ea685526a10736b8b3892b328c3435f85a627ef729e746 |
|
MD5 | 49bef9c5b2d86469a8d2dbb7eca8204e |
|
BLAKE2b-256 | 8f4db17b11a6eb67ff6955c1150d65aae27a5145a1a0e21510cb3babc602d57c |
File details
Details for the file inception2corpus-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: inception2corpus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fcbb71a31749f41d5b1120d3157f6bc77a81051c44c464da41da37c5c352c9c |
|
MD5 | b33484b4f7816b17eb743ee4ffce4953 |
|
BLAKE2b-256 | bc15f629f9fa59186a22915d1ac85adb1ca4348961450b4d07734b85928314f9 |