Message Boards

Tweaks to the collate API

thumbnail
Ken M. Penner, modified 4 Years ago.

Tweaks to the collate API

Padawan Posts: 31 Join Date: 6/22/18 Recent Posts
It would be really helpful if the collate API handled two things differently:
  1. if the TEI output could include <w></w> and spaces between words.
  2. if the collator could ignore case differences
Or is there some setting or parameter I can use to make these happen?
For example, here the output for this URI
http://206.167.183.168:8080/community/vmr/api/collate/?documentGroupID=2&indexContent=Isa.1.1&ignoreAccents=true&ignorePunctuation=true&format=tei&preferUser=Digital%20Codex%20Marchalianus&regUserID=benpass
<cx:apparatus xmlns:cx="http://interedition.eu/collatex/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0">
<app>
<rdg wit="A Q-corrector Q-firsthand R S Z">Ορασις</rdg>
<rdg wit="B">ΟΡΑΣΙΣ</rdg>
</app>
ηνειδενΗσαιαςυιοςΑμωςηνειδενκατατηςΙουδαιαςκαικαταΙερουσαλημενβασιλεια
<app>
<rdg wit="A B R S Z">Οζειου</rdg>
<rdg wit="Q-corrector Q-firsthand">οζιου</rdg>
</app>
καιΙωαθαμκαι
<app>
<rdg wit="A B">Αχας</rdg>
<rdg wit="Q-corrector Q-firsthand R S Z">Αχαζ</rdg>
</app>
καιΕζεκιου
<app>
<rdg wit="A B Q-corrector Q-firsthand R Z">οι</rdg>
<rdg wit="S">Οι</rdg>
</app>
εβασιλευσαντηςΙουδαιας
</cx:apparatus>