Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0TextMarker
-
None
Description
Here are some small typos and other issues I noted while going through the TextMarker documentation:
(page 7, Section 1.4)
BLOCK(English) Document
{FEATURE("language", "en")} {// rules for english documents
}
BLOCK(English) Document{FEATURE("language", "de")} {
// rules for german documents
}
--> shouldn't it be?
BLOCK(English) Document{FEATURE("language", "en")}
{
// rules for english documents
}
BLOCK(German) Document
{
// rules for german documents
}
(page 8)
"The next exmaple" -> "The next example"
(page 9)
”The first rule deletes all text covered by annotations of the type “DEL”." -> type "Date"?
"The last rule finally performs all of these changes in an additonal view called
“modified”." -> this look unclear from the example, it looks to be missing some parameters. It is all clear after reading Sect. 1.5.4, you might want to add a link to that section.
(page 10)
neccessary -> necessary (2 times)
(page 11)
neccessary -> necessary
(page 12)
extact -> exact
(page 21)
the ampersant expression example is wrongly rendered
(page 23, Section 2.3.4)
shouldn't W+? CW on "123 456 small small Big" match no only "small small Big" (as mentioned in the text) but also "small Big"?
(page 54)
A block declaration always starts with the keyword “BLOCK” , followed by the identifier of the block within brackets. --> within parenthesis?
RCULRY -> RCURLY
(page 58)
the example file is separated by semi-colons, but the text refer to it as a comma-separated file.
(page 77)
Add the diagram at http://tmwiki.informatik.uni-wuerzburg.de/attach/TextRulerIntroduction/TextRulerProcessModel.PNG ?
(page 78)
Table 3.4, the publication column is off by 1.