diff --git a/docs/source/index.rst b/docs/source/index.rst index 9971a5c..fd74edc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,7 +4,7 @@ FoLiA: Format for Linguistic Annotation - Documentation and Reference Guide .. foliaspec:version .. The FoLiA version -version: 2.0.2 +version: 2.0.3 .. topic:: Abstract diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 548e39f..24db83b 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -5,7 +5,7 @@ Introduction .. foliaspec:version .. The FoLiA version -version: 2.0.2 +version: 2.0.3 FoLiA, an acronym for **Format for Linguistic Annotation**, is a data model and file format to represent digitised language resources enriched with linguistic annotation, e.g. linguistically enriched textual documents or transcriptions @@ -361,7 +361,7 @@ attributes per annotation type. Altogether, we distinguish the following: * ``datetime`` -- The date and time when this annotation was recorded, the format is ``YYYY-MM-DDThh:mm:ss`` (note the literal T in the middle to separate date from time), as per the XSD Datetime data type. * ``n`` -- A number in a sequence, corresponding to a number in the original document, for example chapter numbers, section numbers, list item numbers. This this not have to be an actual number but other sequence identifiers are also possible (think alphanumeric characters or roman numerals). * ``textclass`` -- Refers to the text class this annotation is based on. This is an advanced attribute, if not specified, it defaults to ``current``. See :ref:`textclass_attribute`. -* ``space`` -- This attribute indicates whether spacing should be inserted after this element (it's default value is always ``yes``, so it does not need to be specified in that case), but if tokens or other structural elements are glued together then the value should be set to ``no``. This allows for reconstruction of the detokenised original text. +* ``space`` -- This attribute indicates whether spacing should be inserted after this element (it's default value is always ``yes``, so it does not need to be specified in that case), but if tokens or other structural elements are glued together then the value should be set to ``no``. This allows for reconstruction of the detokenised original text. **Speech attributes**, the following attributes apply mostly in a speech context (please read :ref:`speech` for more): diff --git a/docs/source/relation_annotation.rst b/docs/source/relation_annotation.rst index cd3df62..6e0171e 100644 --- a/docs/source/relation_annotation.rst +++ b/docs/source/relation_annotation.rst @@ -17,7 +17,7 @@ Specification :Version History: Revised since v0.8, renamed from alignment in v2.0 :**Element**: ```` :API Class: ``Relation`` (`FoLiApy API Reference `_) -:Required Attributes: +:Required Attributes: :Optional Attributes: * ``xml:id`` -- The ID of the element; this has to be a unique in the entire document or collection of documents (corpus). All identifiers in FoLiA are of the `XML NCName `_ datatype, which roughly means it is a unique string that has to start with a letter (not a number or symbol), may contain numers, but may never contain colons or spaces. FoLiA does not define any naming convention for IDs. * ``set`` -- The set of the element, ideally a URI linking to a set definition (see :ref:`set_definitions`) or otherwise a uniquely identifying string. The ``set`` must be referred to also in the :ref:`annotation_declarations` for this annotation type. * ``class`` -- The class of the annotation, i.e. the annotation tag in the vocabulary defined by ``set``.