Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-02 21:59:09 +02:00
parent 876e0f3082
commit c01d55d291
8 changed files with 16 additions and 11 deletions

View file

@ -1,3 +1,3 @@
from .good_ai import *
from .utilities import *
from .open_s3 import *
from .utilities import *

View file

@ -2,6 +2,7 @@ import logging
from typing import Any, Optional
from joblib import load
from good_ai.open_s3 import LargeFile
logger = logging.getLogger("models")

View file

@ -3,6 +3,7 @@ from pathlib import Path
from typing import Optional, Union
from joblib import dump
from good_ai.open_s3 import LargeFile
logger = logging.getLogger("models")

View file

@ -3,6 +3,7 @@ from typing import Any, List, Optional, Union
from bs4 import BeautifulSoup
from bs4.element import NavigableString, Tag
from good_ai.utilities.publication_tei.models.element import Paragraph
from ..clean import clean