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
1=== modified file 'doc/zorba/ft_tokenizer.dox'
2--- doc/zorba/ft_tokenizer.dox 2012-05-03 12:31:51 +0000
3+++ doc/zorba/ft_tokenizer.dox 2012-05-10 23:53:19 +0000
4@@ -10,9 +10,12 @@
5
6 \section ft_tokenizer_tokization Tokenization
7
8-Using the
9-<a href="http://site.icu-project.org/">ICU library</a>,
10-Zorba's implementation of tokenization
11+By default,
12+Zorba uses the
13+<a href="http://site.icu-project.org/">ICU library</a>
14+for tokenization.
15+For Roman alphabets,
16+Zorba (ICU)
17 considers only alpha-numeric sequences of characters to be part of a token;
18 whitespace and punctuation characters are not
19 and separate tokens.
20@@ -117,7 +120,9 @@
21 <tr>
22 <td>\c lang</td>
23 <td>
24- The language of the string.
25+ The
26+ <a href="http://www.w3.org/TR/xmlschema-2/#language">language</a>
27+ of the string.
28 </td>
29 </tr>
30 <tr>
31@@ -132,7 +137,7 @@
32 <tr>
33 <td>\c callback</td>
34 <td>
35- The Callback to call once per token.
36+ The \c Callback to call once per token.
37 </td>
38 </tr>
39 <tr>
40@@ -232,7 +237,9 @@
41 <tr>
42 <td>\c languages</td>
43 <td>
44- The list of languages supported by the tokenizer.
45+ The list of
46+ <a href="http://www.w3.org/TR/xmlschema-2/#language">languages</a>
47+ supported by the tokenizer.
48 </td>
49 </tr>
50 <tr>
51@@ -247,7 +254,9 @@
52
53 In addition to a \c Tokenizer,
54 you must also implement a \c TokenizerProvider
55-that, given a language, provides a \c Tokenizer for that language:
56+that,
57+given a <a href="http://www.w3.org/TR/xmlschema-2/#language">language</a>,
58+provides a \c Tokenizer for that language:
59
60 \code
61 class TokenizerProvider {
62@@ -262,7 +271,11 @@
63 <table>
64 <tr>
65 <td>\c lang</td>
66- <td>The language to tokenize.</td>
67+ <td>
68+ The
69+ <a href="http://www.w3.org/TR/xmlschema-2/#language">language</a>
70+ to tokenize.
71+ </td>
72 </tr>
73 <tr>
74 <td>\c num</td>

Subscribers

People subscribed via source and target branches