mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	vtest image testing
This commit is contained in:
		@@ -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