Skip to content

anrouxel/MedicAppToolsDatasets

Repository files navigation

MedicAppToolsDatasets

This project is licensed under the EUPL 1.2. For more details, see the LICENSE file.

"A Toolkit that downloads and cleans french medication database"

medicapptoolsdatasets medicapptoolsdatasets

Install

snap install medicapptoolsdatasets
Get it from the Snap Store

(Don't have snapd installed?)

Published for with 💝 by anrouxel

Usage

medicapptoolsdatasets [options]

Options

    -m, --model <model>: Model to use - ai or dataset
    -d, --dataset <dataset>: Dataset to use - CIS_bdpm, CIS_COMPO_bdpm, CIS_CIP_bdpm, CIS_GENER_bdpm, CIS_HAS_SMR_bdpm, CIS_HAS_ASMR_bdpm, CIS_InfoImportantes, CIS_CPD_bdpm, HAS_LiensPageCT_bdpm, all
    --merge: Merge datasets
    -o, --outputDir <outputDir>: Output directory
    -u, --outputUrl <outputUrl>: Output URL
    -s, --sentenceCount <sentenceCount>: Number of sentences to generate
    -i, --input <input>: Input file
    --version: Show version information
    -?, -h, --help: Show help and usage information

Example

Here are some examples of how to use medicapptoolsdatasets:

Merging all datasets and outputting to a specific directory

medicapptoolsdatasets -m dataset -d all --merge -o /path/to/outputDir

Merging all datasets and outputting to a specific URL

medicapptoolsdatasets -m dataset -d all --merge -u http://example.com/output

Outputting all datasets to a specific directory

medicapptoolsdatasets -m dataset -d all -o /path/to/outputDir

Outputting all datasets to a specific URL

medicapptoolsdatasets -m dataset -d all -u http://example.com/output

Outputting the CIS_bdpm dataset to a specific directory

medicapptoolsdatasets -m dataset -d CIS_bdpm -o /path/to/outputDir

Outputting the CIS_bdpm dataset to a specific URL

medicapptoolsdatasets -m dataset -d CIS_bdpm -u http://example.com/output

Outputting the CIS_bdpm and CIS_COMPO_bdpm datasets to a specific directory

medicapptoolsdatasets -m dataset -d CIS_bdpm -d CIS_COMPO_bdpm -o /path/to/outputDir

Outputting the CIS_bdpm and CIS_COMPO_bdpm datasets to a specific URL

medicapptoolsdatasets -m dataset -d CIS_bdpm -d CIS_COMPO_bdpm -u http://example.com/output

Using the AI model with all datasets, generating 100 sentences from an input file and outputting to a specific directory

medicapptoolsdatasets -m ai -d all -s 100 -i /path/to/inputFile -o /path/to/outputDir

Please replace /path/to/outputDir, /path/to/inputFile, and http://example.com/output with your actual file paths and URLs.

Development

Requirement

  • DotNet 8

Authors

Collaborators

Related Git repository

About

A Toolkit that downloads and cleans french medication database of ANSM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages