Uses of Interface
edu.upf.taln.dri.lib.loader.PlainTextLoader
-
Packages that use PlainTextLoader Package Description edu.upf.taln.dri.lib edu.upf.taln.dri.lib.loader -
-
Uses of PlainTextLoader in edu.upf.taln.dri.lib
Methods in edu.upf.taln.dri.lib that return PlainTextLoader Modifier and Type Method Description static PlainTextLoader
Factory. getPlainTextLoader()
Get the plain text loader (singleton) by the interfacePlainTextLoader
to invoke proper methods to generateDocument
s from plain text -
Uses of PlainTextLoader in edu.upf.taln.dri.lib.loader
Classes in edu.upf.taln.dri.lib.loader that implement PlainTextLoader Modifier and Type Class Description class
PlainTextLoaderImpl
IMPORTANT: Never instantiate directly this class!
Implementation of the plain text importing methods of Dr Inventor.
-