Skip to content

Commit 1e5d8c8

Browse files
committed
columnar -> tabular
1 parent a62c08c commit 1e5d8c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

SIS/clarin/data/formats/fCSV.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
</info>
1919
<mimeType>text/csv</mimeType>
2020
<fileExt>.csv</fileExt>
21-
<formatFamily>Plain.Columnar</formatFamily>
21+
<formatFamily>Plain.</formatFamily>
2222
</format>

SIS/clarin/data/formats/fCWB-VRT.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
</info>
1818
<fileExt>.vrt</fileExt>
1919
<formatFamily>Markup.Partial</formatFamily>
20-
<formatFamily>Plain.Columnar</formatFamily> <!-- this is an experiment -->
20+
<formatFamily>Plain.</formatFamily> <!-- this is an experiment -->
2121
</format>

SIS/clarin/data/formats/fCoNLL.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
-->
2828
<!-- <mimeType>text/plain</mimeType>
2929
<fileExt>.conll</fileExt>-->
30-
<formatFamily>Plain.Columnar</formatFamily>
30+
<formatFamily>Plain.</formatFamily>
3131
</format>

SIS/clarin/data/formats/fShapefile.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ul>
2222
<li>.shp — shape format; the feature geometry itself {content-type: x-gis/x-shapefile}</li>
2323
<li>.shx — shape index format; a positional index of the feature geometry to allow seeking forwards and backwards quickly {content-type: x-gis/x-shapefile}</li>
24-
<li>.dbf — attribute format; columnar attributes for each shape, in dBase IV format {content-type: application/octet-stream OR text/plain}</li>
24+
<li>.dbf — attribute format; attributes for each shape, in dBase IV format {content-type: application/octet-stream OR text/plain}</li>
2525
</ul>
2626
<p>Note also that newer media types have been requested, respectively application/vnd.shp, /vnd.shx, and /vnd.dbf (see below).</p>
2727
<p>See the following for more information:</p>

SIS/clarin/data/formats/fTSV.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
</info>
1313
<mimeType>text/tab-separated-values</mimeType>
1414
<fileExt>.tsv</fileExt>
15-
<formatFamily>Plain.Columnar</formatFamily>
15+
<formatFamily>Plain.</formatFamily>
1616
</format>

0 commit comments

Comments
 (0)