diff options
| -rw-r--r-- | _intro.qmd | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -16,12 +16,12 @@ But Markdown can only express structure and hypermedia annotations, not semantic annotations. Annotating text differs from annotating the document as a whole in that the information is tied to specific text strings. -A document annotation can state, for example, -"this document contains strong language somewhere" -or "this document contains a link to this URL somewhere", -whereas a text annotation can state, for example, +A text annotation can state, for example, "this text string is strongly emphasized" -or "this text string links to this URL." +or "this text string links to this URL", +whereas a document annotation is limited to stating, for example, +"this document contains strong language somewhere" +or "this document contains a link to this URL somewhere". Semantic text annotation is the process of applying information about meaning |
