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,8 +1,8 @@
import json
from good_ai import LargeFile, process_batch
from predict_domain import predict_domain
from good_ai import LargeFile, process_batch
if __name__ == "__main__":
with open("data/s2-corpus-1583.json") as f: