Skip to content
Snippets Groups Projects
Select Git revision
  • 0ac4de1b671e15493ff4416d6d3540d7c33e5bf6
  • master default protected
  • vertical_relations
  • lu_without_semantic_frames
  • hierarchy
  • additional-unification-filters
  • v0.1.1
  • v0.1.0
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
17 results

forms.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)