Nayiri for Developers

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 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.

Read more about the Authors Data Store.

publications.properties

The publications.properties file is the file-based data store for Publication objects. Each Document may optionally be associated with a Publication.

Read more about the Publications Data Store.

Next: Document Data Store