-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f3bc4a
commit 19ec6aa
Showing
3 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Croatiae auctores Latini - scripts | ||
|
||
## XSLT | ||
|
||
Directory </xsl>. | ||
|
||
* [croala-kay-wordcount.xsl](/xsl/croala-kay-wordcount.xsl) a test script for word counts, adapted from M. Kay's | ||
* [html-add-class.xsl](/xsl/html-add-class.xsl) a script which additionally customizes standard TEI XML transformation to XHTML (as supplied with the [oXygen XML editor](https://www.oxygenxml.com/)). | ||
|
||
## XQ | ||
|
||
Directory </xq>. | ||
|
||
Most important: two scripts to create the main database (`croalatextus`) and the additional word count (`croalatextus-wc`) database: | ||
|
||
* [createCroALaDB.xq](/xq/createCroALaDB.xq) | ||
* [createCroALaDB-wc.xq](/xq/createCroALaDB-wc.xq) | ||
|
||
Other scripts are used in preparing the TEI XML and BaseX system functions. | ||
|
||
## CroALaBRO | ||
|
||
XQuery scripts for RESTXQ publishing system (web app), to be used with the BaseX web server. The scripts produce individual pages. To replicate, put them into the local `basex/webapp/apps/croalabro/` directory. | ||
|
||
## CroALaBRO-XQM | ||
|
||
XQuery modules for the same system. Put them into the local `basex/webapp/repo/` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# TEI XML files of the Croatiae auctores Latini collection | ||
|
||
As of 15 May 2016, there are 467 documents. | ||
On 2024-01-03 the collection contains: | ||
|
||
* *509* TEI XML documents | ||
* *5,674,274* words in texts (metadata and encodings are not counted) | ||
|
||
The word counts can be found in [croala-wordcounts.xml](../croala-wordcounts.xml). | ||
|