Version 1.1
SELECT * FROM NERTrainer ( ON input_table PARTITION BY 1 [ Domain ('host:port') ] [ Database ('db_name') ] [ UserID ('user_id') ] [ Password ('password') ] [ SSLSettings ('SSLsettings') ] [ SSLTrustStorePassword ('SSLtruststorepassword') ] TextColumn ('text_column') [ ExtractorJAR ('jar_file') ] FeatureTemplate ('template_file') ModelFile ('model_file') [ Language ({ 'en' | 'zh_CN' | 'zh_TW' }) ] [ MaxIterNum (max_iteration_times) ] [ Eta (eta_threshhold_value) ] [ MinOccurNum (threshhold_value) ] );
For information about the authentication arguments, see the following topics: