1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#[cfg(feature = "RunAspectSentiment")]
pub mod RunAspectSentiment;
#[cfg(feature = "RunAspectSentimentAdvance")]
pub mod RunAspectSentimentAdvance;
#[cfg(feature = "RunClassification")]
pub mod RunClassification;
#[cfg(feature = "RunConstituencyParser")]
pub mod RunConstituencyParser;
#[cfg(feature = "RunDependencyParser")]
pub mod RunDependencyParser;
#[cfg(feature = "RunDocClassification")]
pub mod RunDocClassification;
#[cfg(feature = "RunDomainSentiment")]
pub mod RunDomainSentiment;
#[cfg(feature = "RunEntityLinking")]
pub mod RunEntityLinking;
#[cfg(feature = "RunEntitySentiment")]
pub mod RunEntitySentiment;
#[cfg(feature = "RunEventExtraction")]
pub mod RunEventExtraction;
#[cfg(feature = "RunFileTranslation")]
pub mod RunFileTranslation;
#[cfg(feature = "RunGetFileTranslationResult")]
pub mod RunGetFileTranslationResult;
#[cfg(feature = "RunKeywordExtract")]
pub mod RunKeywordExtract;
#[cfg(feature = "RunLanguageDetection")]
pub mod RunLanguageDetection;
#[cfg(feature = "RunMultiGrainedSegment")]
pub mod RunMultiGrainedSegment;
#[cfg(feature = "RunNer")]
pub mod RunNer;
#[cfg(feature = "RunNerDomain")]
pub mod RunNerDomain;
#[cfg(feature = "RunPoem")]
pub mod RunPoem;
#[cfg(feature = "RunSegment")]
pub mod RunSegment;
#[cfg(feature = "RunSemanticParser")]
pub mod RunSemanticParser;
#[cfg(feature = "RunSentenceEmbedding")]
pub mod RunSentenceEmbedding;
#[cfg(feature = "RunSentiment")]
pub mod RunSentiment;
#[cfg(feature = "RunSummary")]
pub mod RunSummary;
#[cfg(feature = "RunSummaryDomain")]
pub mod RunSummaryDomain;
#[cfg(feature = "RunTextSimilarity")]
pub mod RunTextSimilarity;
#[cfg(feature = "RunTextSimilarityAdvance")]
pub mod RunTextSimilarityAdvance;
#[cfg(feature = "RunTextTranslation")]
pub mod RunTextTranslation;