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