Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • develop
2 results

Findwsnlp.cmake

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)