• Home
  • Raw
  • Download

Lines Matching full:annotator

28 #include "annotator/contact/contact-engine.h"
29 #include "annotator/datetime/datetime-grounder.h"
30 #include "annotator/datetime/parser.h"
31 #include "annotator/duration/duration.h"
32 #include "annotator/experimental/experimental.h"
33 #include "annotator/feature-processor.h"
34 #include "annotator/grammar/grammar-annotator.h"
35 #include "annotator/installed_app/installed-app-engine.h"
36 #include "annotator/knowledge/knowledge-engine.h"
37 #include "annotator/model-executor.h"
38 #include "annotator/model_generated.h"
39 #include "annotator/number/number.h"
40 #include "annotator/person_name/person-name-engine.h"
41 #include "annotator/pod_ner/pod-ner.h"
42 #include "annotator/strip-unpaired-brackets.h"
43 #include "annotator/translate/translate.h"
44 #include "annotator/types.h"
45 #include "annotator/vocab/vocab-annotator.h"
46 #include "annotator/zlib-utils.h"
108 class Annotator {
110 static std::unique_ptr<Annotator> FromUnownedBuffer(
114 static std::unique_ptr<Annotator> FromString(
118 static std::unique_ptr<Annotator> FromScopedMmap(
121 static std::unique_ptr<Annotator> FromScopedMmap(
124 static std::unique_ptr<Annotator> FromFileDescriptor(
127 static std::unique_ptr<Annotator> FromFileDescriptor(
130 static std::unique_ptr<Annotator> FromFileDescriptor(
133 static std::unique_ptr<Annotator> FromFileDescriptor(
136 static std::unique_ptr<Annotator> FromPath(
139 static std::unique_ptr<Annotator> FromPath(
159 // provided buffer. The buffer needs to outlive the annotator.
253 Annotator() : initialized_(false) {} in Annotator() function
564 // If true, the annotator will perform conflict resolution between the