Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

train-batch.py

Blame
  • main.py 205 B
    """Implementation of archive extractor worker."""
    import nlp_ws
    
    from src.archive_extractor_worker import ArchiveExtractor
    
    
    if __name__ == '__main__':
        nlp_ws.NLPService.main(ArchiveExtractor)