Interface LegalDocumentLoader

All Superinterfaces:
ResourceIO<Statute>, ResourceReader<Statute>
All Known Implementing Classes:
AkomaNtosoLoader, EurLexLoader, LegifranceLoader, UnLawLoader, UsLawLoader

public interface LegalDocumentLoader extends ResourceReader<Statute>
Common interface for components that load legal documents.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • loadContent

      Statute loadContent(String content)
      Loads a legal document (statute) from a string content.
      Parameters:
      content - the raw content
      Returns:
      the parsed Statute