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