-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2002.09.10.html
122 lines (87 loc) · 4.51 KB
/
2002.09.10.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<html><body>
<a href="2002.09.03.html">Previous week</a> <a href="index.html">Up</a> <a href="2002.10.08.html">Next week</a>
<pre>
Hello,
Here is the latest Caml Weekly News, week 3 to 10 september, 2002.
1) <a href="#1">Baire pre-release (formerly Edison)</a>
2) <a href="#2">Enhanced Ocaml Documentation Version 3.06</a>
3) <a href="#3">Computational Linguistics toolkit</a>
<a name="1"/>======================================================================
1) Baire pre-release (formerly Edison)
----------------------------------------------------------------------
Diego Olivier Fernandez Pons announced:
I would like to announce the pre-release of Baire (pronounce bear)
library (a data structure library), available at the following address
<a href="http://www.ifrance.com/DiegoOlivierFernandezPons">http://www.ifrance.com/DiegoOlivierFernandezPons</a>
- web pages for the moment are in French
- all the code is in English (but comments are in French)
- there is still a lot of broken code
For the moment, all data structures are polymorphic (functors and
objects will be available once seriously debugged). But you can obtain a
functor inserting a header and replacing all "compare" occurences with
"Ord.compare"
You can report any bug to
Feedback is welcome (non exhaustive list) :
- things you don't like (function names, arguments ordering, etc)
- functions, algorithms or data structures you would like to be
included
(same adress) [email protected]
Since signatures can change until the first stable release, I do not
recommend you tou switch to Baire for the moment if you intended to.
<a name="2"/>======================================================================
2) Enhanced Ocaml Documentation Version 3.06
----------------------------------------------------------------------
Hendrik Tews announced:
Dear all,
after reviving from the millennium flooding I proudly present
The Enhanced Ocaml Documentation
Version 3.06
available via <a href="http://wwwtcs.inf.tu-dresden.de/~tews/htmlman-3.06">http://wwwtcs.inf.tu-dresden.de/~tews/htmlman-3.06</a>
The enhanced documentation contains the original html version of
the ocaml reference manual with the following changes:
- Changes (wrt version 3.02 and to version 3.01)
are tagged with icons and color
(Sorry I skipped versions 3.03alpha - 3.05)
- meta symbols of the grammar are "hot" and refer to their
definition.
- additional appendix containing just the grammar rules
For your pleasure I compiled the
Ocaml Grammar Meta Symbol Chart
Count : meta symbol file
--------------------------------------------------
76 : expr manual015.html
51 : typexpr manual012.html
27 : pattern manual014.html
16 : module-type manual018.html
14 : ident manual009.html
11 : module-path manual011.html
11 : label-name manual011.html
10 : module-name manual011.html
9 : value-name manual011.html
......
0 : unit-interface manual020.html
0 : unit-implementation manual020.html
0 : toplevel-input manual023.html
0 : optlabel manual009.html
0 : linenum-directive manual009.html
As you see, <expr> is the far most popular metasymbol!
<a name="3"/>======================================================================
3) Computational Linguistics toolkit
----------------------------------------------------------------------
Gérard Huet announced:
I am pleased to announce the first release of the Zen Computational
Linguistics toolkit, a small Ocaml library. It is available from:
<a href="http://pauillac.inria.fr/~huet/ZEN">http://pauillac.inria.fr/~huet/ZEN</a> (accessible from the Caml Hump,
section Linguistics). For the moment, it comprises a few data
structures and algorithms of use for the representation of lexicons, and
for morphology and segmentation computations.
======================================================================
Old cwn
----------------------------------------------------------------------
If you happen to miss a cwn, you can send me a message
([email protected]) and I'll mail it to you. If you also wish to
receive it every week by mail, just tell me so.
======================================================================
Alan Schmitt
</pre></body></html>