Merge lp:~zorba-coders/zorba/feature-ft_module into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Approved by: Paul J. Lucas
Approved revision: no longer in the source branch.
Merged at revision: 10835
Proposed branch: lp:~zorba-coders/zorba/feature-ft_module
Merge into: lp:zorba
Diff against target: 74 lines (+21/-8)
1 file modified
doc/zorba/ft_tokenizer.dox (+21/-8)
To merge this branch: bzr merge lp:~zorba-coders/zorba/feature-ft_module
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+105421@code.launchpad.net

Commit message

Documentation tweaks.

Description of the change

Documentation tweaks.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/feature-ft_module into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message):
  Validation queue job feature-ft_module-2012-05-11T02-08-17.708Z is
  finished. The final status was:

  1 tests did not succeed - changes not commited.

Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job feature-ft_module-2012-05-11T02-50-07.325Z is finished. The final status was:

All tests succeeded!

10835. By Paul J. Lucas

Documentation tweaks. Approved: Matthias Brantner, Paul J. Lucas

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/zorba/ft_tokenizer.dox'
--- doc/zorba/ft_tokenizer.dox 2012-05-03 12:31:51 +0000
+++ doc/zorba/ft_tokenizer.dox 2012-05-10 23:53:19 +0000
@@ -10,9 +10,12 @@
1010
11\section ft_tokenizer_tokization Tokenization11\section ft_tokenizer_tokization Tokenization
1212
13Using the13By default,
14<a href="http://site.icu-project.org/">ICU library</a>,14Zorba uses the
15Zorba's implementation of tokenization15<a href="http://site.icu-project.org/">ICU library</a>
16for tokenization.
17For Roman alphabets,
18Zorba (ICU)
16considers only alpha-numeric sequences of characters to be part of a token;19considers only alpha-numeric sequences of characters to be part of a token;
17whitespace and punctuation characters are not20whitespace and punctuation characters are not
18and separate tokens.21and separate tokens.
@@ -117,7 +120,9 @@
117 <tr>120 <tr>
118 <td>\c lang</td>121 <td>\c lang</td>
119 <td>122 <td>
120 The language of the string.123 The
124 <a href="http://www.w3.org/TR/xmlschema-2/#language">language</a>
125 of the string.
121 </td>126 </td>
122 </tr>127 </tr>
123 <tr>128 <tr>
@@ -132,7 +137,7 @@
132 <tr>137 <tr>
133 <td>\c callback</td>138 <td>\c callback</td>
134 <td>139 <td>
135 The Callback to call once per token.140 The \c Callback to call once per token.
136 </td>141 </td>
137 </tr>142 </tr>
138 <tr>143 <tr>
@@ -232,7 +237,9 @@
232 <tr>237 <tr>
233 <td>\c languages</td>238 <td>\c languages</td>
234 <td>239 <td>
235 The list of languages supported by the tokenizer.240 The list of
241 <a href="http://www.w3.org/TR/xmlschema-2/#language">languages</a>
242 supported by the tokenizer.
236 </td>243 </td>
237 </tr>244 </tr>
238 <tr>245 <tr>
@@ -247,7 +254,9 @@
247254
248In addition to a \c Tokenizer,255In addition to a \c Tokenizer,
249you must also implement a \c TokenizerProvider256you must also implement a \c TokenizerProvider
250that, given a language, provides a \c Tokenizer for that language:257that,
258given a <a href="http://www.w3.org/TR/xmlschema-2/#language">language</a>,
259provides a \c Tokenizer for that language:
251260
252\code261\code
253class TokenizerProvider {262class TokenizerProvider {
@@ -262,7 +271,11 @@
262<table>271<table>
263 <tr>272 <tr>
264 <td>\c lang</td>273 <td>\c lang</td>
265 <td>The language to tokenize.</td>274 <td>
275 The
276 <a href="http://www.w3.org/TR/xmlschema-2/#language">language</a>
277 to tokenize.
278 </td>
266 </tr>279 </tr>
267 <tr>280 <tr>
268 <td>\c num</td>281 <td>\c num</td>

Subscribers

People subscribed via source and target branches