This function is a wrapper. This should be the only function used by the end user to fingerprint texts ('documents')

do_fingerprint_document(x)

Arguments

x

single text or list of texts to be fingerprinted.

Value

either a single instance of Document class (if single text is passed) or an instance of Collection class containing multiple Documents (if a list of texts is passed)

See also

See the Document-class documentation for examples and more information