Corpus of Western Armenian — File Structure
Once you download and extract the ZIP file to disk, you'll see four items at the top level:
- README.md
- LICENSE
- authors.properties
- publications.properties
data-store/
- _2b37a.txt
- _bkhxM.txt
- _Dg5MQ.txt
- …
- + 394 more files
data-store folder
The Document data store is a folder-based repository that stores individual Document objects, with each object persisted as a separate text file.
Read more about the Document Data Store including the format of Document files.
authors.properties
The authors.properties file is the file-based data store for Author objects. Each Document may optionally reference an Author.
publications.properties
The publications.properties file is the file-based data store for Publication objects. Each Document may optionally be associated with a Publication.
Next: Document Data Store