- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 25 Jan 2006 12:05:36 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2601
------- Additional Comments From doerre@de.ibm.com 2006-01-25 12:05 -------
Clarification:
The changes to the graphics required in this bug are needed, because of the
changes to the TOkenInfo type introduced in bug 2299. This bug is a residual
action to resolve bug 2299.
ad 1.: the TokenInfo type in the UML diagram should look as follows:
-------------------------------------------
TokenInfo
-------------------------------------------
+word : string
+startPos : integer
+endPos : integer
+startSent : integer
+endSent : integer
+startPara : integer
+endPara : integer
-------------------------------------------
... and in the StringMatch type attribute queryString should be dropped.
ad 2. example for "Ford Mustang" should look as follows:
_______________
| AllMatches |
|_______________|
/ \
___________ / \ ___________
| Match | | Match |
|___________| |___________|
| |
_____________________________ _____________________________
| StringInclude | | StringInclude |
| queryString: "Ford Mustang" | | queryString: "Ford Mustang" |
|_____________________________| |_____________________________|
| |
(in circle) (in circle)
startPos: 1 startPos: 27
endPos: 2 endPos: 28
Received on Wednesday, 25 January 2006 12:05:46 UTC