1 |
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Document.pm: Added |rebless| method family. Moved |
4 |
SWML-to-HTML/XML/text convertion methods to another module. |
5 |
|
6 |
* Document/: New directory. |
7 |
|
8 |
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
9 |
|
10 |
* Document.pm (to_html_fragment): New method. |
11 |
|
12 |
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
13 |
|
14 |
* Document.pm (to_xml, to_text): New methods. |
15 |
|
16 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* Document.pm (new_id): New method. |
19 |
|
20 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* Document.pm (update_tfidf): New method copied from main.pl. |
23 |
|
24 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
25 |
|
26 |
* Document.pm: New module. |
27 |
|
28 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* Repository.pm (are_related_ids): Repeat the relearning process |
31 |
until the right answer is deduced. |
32 |
|
33 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* Repository.pm: New module. |
36 |
|
37 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
38 |
|
39 |
* Node.pm (document_id): New method. |
40 |
|
41 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
43 |
* Graph.pm (get_node_by_id): New method. |
44 |
(create_node): Changed to instantiate SWE::Object::Node. |
45 |
|
46 |
* Node.pm: New module. |
47 |
|
48 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
* Graph.pm: New module. |
51 |
|
52 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
53 |
|
54 |
* ChangeLog: New file. |
55 |
|
56 |
|