| Name | Description | Type | Package | Framework |
| CliquePotentialFunction | Interface | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFBiasedClassifier | CRFBiasedClassifier is used to adjust the precision-recall tradeoff of any CRF model implemented using CRFClassifier. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFClassifier | Class for sequence classification using a Conditional Random Field model. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFClassifierEvaluator | Evaluates CRFClassifier on a set of data - called by QNMinimizer periodically | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFClassifierFloat | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFClassifierNoisyLabel | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFClassifierNonlinear | Subclass of CRFClassifier for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear . | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFClassifierWithDropout | Subclass of CRFClassifier that performs dropout feature-noising training. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFClassifierWithLOP | Subclass of CRFClassifier for learning Logarithmic Opinion Pools. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFCliqueTree | Builds a CliqueTree (an array of FactorTable) and does message passing inference along it. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFDatum | The representation of Datums used internally in CRFClassifier. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFFeatureExporter | Exports CRF features for use with other programs. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFLabel | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFLogConditionalObjectiveFloatFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFLogConditionalObjectiveFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFLogConditionalObjectiveFunctionForLOP | TODO(mengqiu) currently only works with disjoint feature sets for non-disjoint feature sets, need to recompute EHat each iteration, and multiply in the scale | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CRFLogConditionalObjectiveFunctionNoisyLabel | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFLogConditionalObjectiveFunctionWithDropout | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFNonLinearLogConditionalObjectiveFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| CRFNonLinearSecondOrderLogConditionalObjectiveFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| FactorTable | Stores a factor table as a one dimensional array of doubles. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| FloatFactorTable | Stores a factor table as a one dimensional array of floats. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| HasCliquePotentialFunction | Indicates that this function can build a clique potential function for external usegetCliquePotentialFunction | Interface | edu.stanford.nlp.ie.crf | Stanford Parser |
| LabelDictionary | Constrains test-time inference to labels observed in training. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| LinearCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| NERGUI | A GUI for Named Entity sequence classifiers. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| NoisyLabelLinearCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| NonLinearCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| NonLinearSecondOrderCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | Stanford Parser | |
| TestSequenceModel | For sequence model inference at test-time. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
| CliquePotentialFunction | Interface | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFBiasedClassifier | CRFBiasedClassifier is used to adjust the precision-recall tradeoff of any CRF model implemented using CRFClassifier. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFClassifier | Class for sequence classification using a Conditional Random Field model. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFClassifierEvaluator | Evaluates CRFClassifier on a set of data - called by QNMinimizer periodically | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFClassifierFloat | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFClassifierNoisyLabel | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFClassifierNonlinear | Subclass of CRFClassifier for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear . | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFClassifierWithDropout | Subclass of CRFClassifier that performs dropout feature-noising training. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFClassifierWithLOP | Subclass of CRFClassifier for learning Logarithmic Opinion Pools. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFCliqueTree | Builds a CliqueTree (an array of FactorTable) and does message passing inference along it. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFDatum | The representation of Datums used internally in CRFClassifier. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFFeatureExporter | Exports CRF features for use with other programs. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFLabel | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFLogConditionalObjectiveFloatFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFLogConditionalObjectiveFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFLogConditionalObjectiveFunctionForLOP | TODO(mengqiu) currently only works with disjoint feature sets for non-disjoint feature sets, need to recompute EHat each iteration, and multiply in the scale | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| CRFLogConditionalObjectiveFunctionNoisyLabel | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFLogConditionalObjectiveFunctionWithDropout | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFNonLinearLogConditionalObjectiveFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| CRFNonLinearSecondOrderLogConditionalObjectiveFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| FactorTable | Stores a factor table as a one dimensional array of doubles. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| FloatFactorTable | Stores a factor table as a one dimensional array of floats. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| HasCliquePotentialFunction | Indicates that this function can build a clique potential function for external usegetCliquePotentialFunction | Interface | edu.stanford.nlp.ie.crf | JavaNlp |
| LabelDictionary | Constrains test-time inference to labels observed in training. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| LinearCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| NERGUI | A GUI for Named Entity sequence classifiers. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
| NoisyLabelLinearCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| NonLinearCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| NonLinearSecondOrderCliquePotentialFunction | Class | edu.stanford.nlp.ie.crf | JavaNlp | |
| TestSequenceModel | For sequence model inference at test-time. | Class | edu.stanford.nlp.ie.crf | JavaNlp |