case class EditorsRepo(baseDir: String, readerMap: Map[String, Vector[MidMarkupReader]], orthoMap: Map[String, MidOrthography] = Map.empty[String, MidOrthography]) extends LogSupport with Product with Serializable
A class for working with HC-MID editorial work in a local file system laid out according to conventions first defined in 2018. The class includes a function to create a CiteLibrary from the contents of these files.
- baseDir
Root directory of repository.
- readerMap
Mapping of String names to classes of MidMarkupReader, necessary in building CITE library.
- Alphabetic
- By Inheritance
- EditorsRepo
- Product
- Equals
- LogSupport
- LazyLogger
- LoggingMethods
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
EditorsRepo(baseDir: String, readerMap: Map[String, Vector[MidMarkupReader]], orthoMap: Map[String, MidOrthography] = Map.empty[String, MidOrthography])
- baseDir
Root directory of repository.
- readerMap
Mapping of String names to classes of MidMarkupReader, necessary in building CITE library.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allTexts: TextRepository
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseDir: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
codicesCatalogs: File
Directory with CITE Collection cataloging of codices you're editing.
- def codicesCex: String
-
val
codicesDir: File
Directory with TBS data of codices you're editing.
-
val
ctsCatalog: File
Catalog of edited texts.
-
val
ctsCitation: File
Configuration of citation for local files (in any supported format).
-
macro
def
debug(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
debug(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
val
dirs: Vector[File]
Vector of all required directories for an HCMID editorial project.
-
def
dse: DseVector
Construct DseVector for this repository's records.
-
def
dseCex: String
CEX data for DSE relations.
-
val
dseDir: File
Directory for DSE records (in CEX format).
-
def
editions: Corpus
Create a single Corpus containing all configured editions.
-
def
editionsCatalog: Catalog
Compose text Catalog for generated editions.
-
val
editionsDir: File
Directory with cataloged editions of texts.
-
def
editionsRepository: TextRepository
Create a TextRepository for all configured editions.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
macro
def
error(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
error(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
macro
def
info(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
info(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
libHeader: String
CEX library header data.
-
val
libHeadersDir: File
Directory with library headers for building composite CEX file.
-
def
library: CiteLibrary
Build a CITE library from the files in this repository.
-
macro
def
logAt(logLevel: LogLevel, message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
lazy val
logger: Logger
- Attributes
- protected[this]
- Definition Classes
- LazyLogger
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
orthoConfig: File
Mapping of CtsUrns to MID orthography system.
- val orthoMap: Map[String, MidOrthography]
-
def
orthographies: Vector[OrthoPairing]
Build OrthoPairings from configuration in this repository.
-
lazy val
rawTexts: TextRepository
Construct a TextRepository from files in local repository.
-
def
rawTextsCex: String
CEX data for text editions.
- val readerMap: Map[String, Vector[MidMarkupReader]]
-
def
readers: Vector[ReadersPairing]
Build ReadersPairings from configuration in this repository.
-
val
readersConfig: File
Mapping of CtsUrns to MID markup readers.
-
def
subcorpora: Vector[Corpus]
Extract subcorpora for texts defined in readers pairings.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
textConfig: File
Directory with cataloged editions of texts.
-
def
tokencorpora: Vector[Corpus]
Extract subcorpora for texts defined in orthography pairings.
-
def
tokenized: Corpus
Compose a tokenized corpus of texts from parent texts defined in orthography pairings.
-
def
tokenizedCatalog: Catalog
Compose a text catalog for tokenized editions.
- def tokenizedRepository: TextRepository
-
macro
def
trace(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
trace(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
val
validationDir: File
Writable directory for validation reports.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
macro
def
warn(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
-
macro
def
warn(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.