Class TokensDetector

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

@Entity public class TokensDetector extends NaturalLanguageModel
An NaturalLanguageModel specialized in recognizing tokens inside sentences. Must be trained with sentences with token specifications, eg:
 I am searching for the document with id <START:docid> 12356897 <END> , please send it me.
 
 Here you go, this is the document <START:docid> 12356897 <END> as per your request.
 
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • TokensDetector

      public TokensDetector()
    • TokensDetector

      public TokensDetector(String name)
    • TokensDetector

      public TokensDetector(TokensDetector other)
  • Method Details