Class Classifier

java.lang.Object
com.logicaldoc.core.PersistentObject
All Implemented Interfaces:
Serializable

@Entity public class Classifier extends NaturalLanguageModel
Classifies a text on the basis of natural language. It must be trained with pairs of strings where the first element is the category and the second is a pertinent text that must terminate with the sequence ' .', a tab character must be used to separate the two elements
   SEARCHDOC    Find documents with content "papers" .
   GETDOC       Get document with ID 1233587 .
   SEARCHFILE   Get document called "paper.pdf" . 
 
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • Classifier

      public Classifier()
    • Classifier

      public Classifier(String name)
    • Classifier

      public Classifier(Classifier other)
  • Method Details