Uses of Class
org.apache.tika.ml.chardetect.SpecialistOutput
Packages that use SpecialistOutput
-
Uses of SpecialistOutput in org.apache.tika.ml.chardetect
Methods in org.apache.tika.ml.chardetect that return SpecialistOutputModifier and TypeMethodDescriptionStatisticalSpecialist.score(byte[] probe) Per-class logits for the probe, ornullto decline (probe too short, hard-gated, etc.).Utf16SpecialistEncodingDetector.score(byte[] probe) StatisticalSpecialistentry point: raw per-class logits, ornullfor a probe too short to evaluate (fewer than 2 bytes) or missing a model.Utf16SpecialistEncodingDetector.score(TikaInputStream tis) Convenience: mark/reset the stream, read a probe, and score it.Utf16SpecialistEncodingDetector.scoreBytes(byte[] probe) Deprecated.
Utf16SpecialistEncodingDetector.score(byte[]).