Skip to content

Commit

Permalink
#443 Extract comment from documents
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Aug 5, 2024
1 parent af6848e commit 0f44674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

@Format(name = "Docs", description = "A word processing document is any text-based document compiled using word processor software. We can interpret a document (compiled with a Word processor) as a sequence of blocks (e.g. paragraphs, lists, headings, code blocks). Some blocks (e.g. list items) contain other blocks, whereas others contain inline contents (e.g. links, images etc.). A document can be represented as a list of typed containers. In fact, blocks can be specified as typed containers, where the type denotes the kind of block (e.g. heading, paragraph, emphasised text, link, image etc.); lists are needed for specifying the sequence of the blocks. Additional attributes such as the depth of the header or the type of list (bullets, numbers, etc...) can be also supported, relying on the key-value structure. Comments are containers with three slots containing the id, the author and the text of the comment. Comment Containers are attached to the paragraph the comment refers to.", resourceExample = "https://sparql-anything.cc/examples/Doc1.docx", binary = true)
@Format(name = "Docs", description = "A word processing document is any text-based document compiled using word processor software. We can interpret a document (compiled with a Word processor) as a sequence of blocks (e.g. paragraphs, lists, headings, code blocks). Some blocks (e.g. list items) contain other blocks, whereas others contain inline contents (e.g. links, images etc.). A document can be represented as a list of typed containers. In fact, blocks can be specified as typed containers, where the type denotes the kind of block (e.g. heading, paragraph, emphasised text, link, image etc.); lists are needed for specifying the sequence of the blocks. Additional attributes such as the depth of the header or the type of list (bullets, numbers, etc...) can be also supported, relying on the key-value structure. Comments are interpreted as containers with three slots containing the id, the author and the text of the comment. Comment Containers are attached to the paragraph the comment refers to.", resourceExample = "https://sparql-anything.cc/examples/Doc1.docx", binary = true)
package io.github.sparqlanything.docs;

import io.github.sparqlanything.model.annotations.Format;

0 comments on commit 0f44674

Please sign in to comment.