Version 1.1
SELECT * FROM NER ( ON input_table PARTITION BY ANY [ ON rules_table AS rules DIMENSION ] [ ON dictionary_table AS dict DIMENSION ] TextColumn ('text_column') [ Models ('model_file[:jar_file]' [,...]) ] [ Language ({ 'en' | 'zh_CN' | 'zh_TW' }) ] [ ShowEntityContext ('context_words') ] [ Accumulate ({ 'accumulate_column' | accumulate_column_range }[,...]) ] );