This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2601 - [FT] adapt graphics in section 4 to TokenInfo with intervals
Summary: [FT] adapt graphics in section 4 to TokenInfo with intervals
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Working drafts
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 12:34 UTC by Jochen Doerre
Modified: 2006-05-01 18:19 UTC (History)
0 users

See Also:


Attachments

Description Jochen Doerre 2005-12-14 12:34:42 UTC
1.   In 4.3.1.1 (AllMatches Formal Model): the figure depicting the UML class
diagram needs to be redrawn to include the changed attributes of TokenInfo and
the dropping of the queryString in StringMatch.

2.   Second example in 4.3.1.2: redo drawing (using a single TOkenInfo).

3.   4.3.2.8 MildNot example: redo using figure of second example of 4.3.1.2.
("Ford Mustang" as a single TokenInfo)

4.   The same is true for 4.3.2.12 (FTDistance) and 4.3.2.13 (FTWindow).
Comment 1 Jochen Doerre 2006-01-25 12:05:33 UTC
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
Comment 2 Pat Case 2006-05-01 18:18:16 UTC
Done as specified above.