Move packages

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-02 21:55:48 +02:00
parent 5890bbc3d5
commit 876e0f3082
78 changed files with 123 additions and 27 deletions

View file

@ -1,9 +1,8 @@
import json
from open_s3 import LargeFile
from predict import predict_domain
from good_ai import LargeFile, process_batch
from predict_domain import predict_domain
from good_ai import process_batch
if __name__ == "__main__":
with open("data/s2-corpus-1583.json") as f: