mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	vtest image testing
This commit is contained in:
		@@ -42,6 +42,7 @@
 | 
			
		||||
  version: '3.2.0'
 | 
			
		||||
  compatible_service_versions:
 | 
			
		||||
    - '0.1.0'
 | 
			
		||||
    - 'test'
 | 
			
		||||
- title: 'Spanish'
 | 
			
		||||
  description: 'Spanish pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer.'
 | 
			
		||||
  url: 'https://github.com/explosion/spacy-models/releases/download/es_core_news_md-3.2.0/es_core_news_md-3.2.0.tar.gz'
 | 
			
		||||
 
 | 
			
		||||
@@ -146,6 +146,7 @@ class CreateSpacyNLPPipelineJobForm(CreateJobBaseForm):
 | 
			
		||||
        version = kwargs.pop('version', service_manifest['latest_version'])
 | 
			
		||||
        super().__init__(*args, **kwargs)
 | 
			
		||||
        service_info = service_manifest['versions'][version]
 | 
			
		||||
        print(service_info)
 | 
			
		||||
        if self.encoding_detection.render_kw is None:
 | 
			
		||||
            self.encoding_detection.render_kw = {}
 | 
			
		||||
        self.encoding_detection.render_kw['disabled'] = True
 | 
			
		||||
 
 | 
			
		||||
@@ -45,16 +45,21 @@ spacy-nlp-pipeline:
 | 
			
		||||
    0.1.0:
 | 
			
		||||
      methods:
 | 
			
		||||
        - 'encoding_detection'
 | 
			
		||||
      models:
 | 
			
		||||
        ca: 'Catalan'
 | 
			
		||||
        de: 'German'
 | 
			
		||||
        el: 'Greek'
 | 
			
		||||
        en: 'English'
 | 
			
		||||
        es: 'Spanish'
 | 
			
		||||
        fr: 'French'
 | 
			
		||||
        it: 'Italian'
 | 
			
		||||
        pl: 'Polish'
 | 
			
		||||
        ru: 'Russian'
 | 
			
		||||
        zh: 'Chinese'
 | 
			
		||||
      # models:
 | 
			
		||||
      #   ca: 'Catalan'
 | 
			
		||||
      #   de: 'German'
 | 
			
		||||
      #   el: 'Greek'
 | 
			
		||||
      #   en: 'English'
 | 
			
		||||
      #   es: 'Spanish'
 | 
			
		||||
      #   fr: 'French'
 | 
			
		||||
      #   it: 'Italian'
 | 
			
		||||
      #   pl: 'Polish'
 | 
			
		||||
      #   ru: 'Russian'
 | 
			
		||||
      #   zh: 'Chinese'
 | 
			
		||||
      publishing_year: 2022
 | 
			
		||||
      url: 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/spacy-nlp-pipeline/-/releases/v0.1.0'
 | 
			
		||||
    test:
 | 
			
		||||
      methods:
 | 
			
		||||
        - 'encoding_detection'
 | 
			
		||||
      publishing_year: 2022
 | 
			
		||||
      url: 'https://gitlab.ub.uni-bielefeld.de/sfb1288inf/spacy-nlp-pipeline/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user