Interface LegalDocumentLoader
- All Superinterfaces:
ResourceIO<Statute>, ResourceReader<Statute>
- All Known Implementing Classes:
AkomaNtosoLoader, EurLexLoader, LegifranceLoader, UnLawLoader, UsLawLoader
Common interface for components that load legal documents.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionloadContent(String content) Loads a legal document (statute) from a string content.Methods inherited from interface ResourceIO
getCategory, getDescription, getExpectedResourceFiles, getLongDescription, getName, getResourcePath, getResourceType, getSupportedExtensions, getSupportedVersions, isFileBased, isOutputMethods inherited from interface ResourceReader
isInput, load
-
Method Details
-
loadContent
-