Skip to content
Snippets Groups Projects
Commit 838c7df4 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Use cecill license

parent acaaa007
No related branches found
No related tags found
1 merge request!408Use cecill license
Showing
with 1106 additions and 22 deletions
......@@ -31,7 +31,9 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ['--write-changes']
args:
- --write-changes
- --exclude-file=LICENCE
- repo: https://github.com/PyCQA/doc8
rev: v1.1.1
hooks:
......
LICENCE 0 → 100644
This diff is collapsed.
This diff is collapsed.
include LICENSE
include LICENCE
include requirements.txt
include doc-requirements.txt
include mlflow-requirements.txt
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
import logging
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
"""
Convert DAN predictions to BIO format.
"""
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
import argparse
import errno
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
"""
Preprocess datasets for training.
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
"""
Analyze dataset and display statistics in markdown format.
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
import logging
from collections import Counter, defaultdict
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
"""
Download images of a dataset from a split extracted by DAN
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
from pathlib import Path
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
import json
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
import logging
from io import BytesIO
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
"""
Extract entities from Arkindex using a corpus export.
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
from operator import itemgetter
from pathlib import Path
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
"""
Extract dataset from Arkindex using a corpus export.
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
import json
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
from typing import List
......
# Copyright Teklia (contact@teklia.com) & Denis Coquenet
# This code is licensed under CeCILL-C
# -*- coding: utf-8 -*-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment