Format
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
acbdd96883
commit
1c501db81a
8 changed files with 16 additions and 11 deletions
|
|
@ -1,3 +1,3 @@
|
|||
from .good_ai import *
|
||||
from .utilities import *
|
||||
from .open_s3 import *
|
||||
from .utilities import *
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue