Commit 0ed73db7976d85bf6babeb4f2eab63b246005a52

Authored by Matthijs Brouwer
1 parent f8c23b7a

include chat xml format

src/site/markdown/indexing_formats.md
... ... @@ -4,8 +4,8 @@ To configure the mapping from resources to the index structure, several parsers
4 4  
5 5 * [MtasFoliaParser](indexing_formats_folia.html) : mapping [FoLiA](https://proycon.github.io/folia/) resources
6 6 * [MtasTEIParser](indexing_formats_tei.html): mapping [ISO-TEI](http://www.tei-c.org/) resources
7   -* [MtasSketchParser](indexing_formats_sketch.html): mapping [Sketch Engine](https://www.sketchengine.co.uk/word-sketch-index-format/) resources
8 7 * [MtasChatParser](indexing_formats_chat.html): mapping [CHAT transcription format](http://talkbank.org/manuals/CHAT.pdf) resources converted to [XML](http://talkbank.org/software/xsddoc/)
  8 +* [MtasSketchParser](indexing_formats_sketch.html): mapping [Sketch Engine](https://www.sketchengine.co.uk/word-sketch-index-format/) resources
9 9 * [MtasCRMParser](indexing_formats_crm.html): mapping resources with format Corpus Van Reenen-Mulder/Adelheid
10 10  
11 11 For XML-based formats, these parsers often just slightly extend the abstract MtasXMLParser by defining the correct namespaces and root tags.
... ...
src/site/site.xml
... ... @@ -32,8 +32,8 @@
32 32 <item name="Formats" href="indexing_formats.html">
33 33 <item name="FoLiA" href="indexing_formats_folia.html" collapse="true"/>
34 34 <item name="TEI" href="indexing_formats_tei.html" collapse="true"/>
35   - <item name="Sketch" href="indexing_formats_sketch.html" collapse="true"/>
36 35 <item name="CHAT" href="indexing_formats_chat.html" collapse="true"/>
  36 + <item name="Sketch" href="indexing_formats_sketch.html" collapse="true"/>
37 37 <item name="CRM" href="indexing_formats_crm.html" collapse="true"/>
38 38 </item>
39 39 </item>
... ...