Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-12-19
| ||
21:22 | (BUGFIX) adding a non-existent/inaccessible/wrongly-type path had crashed the summary importing Leaf check-in: daeee7b4ac user: alod tags: cp_with_freq | |
20:57 | add measures to improve relevance of findings: a) modulate interest factor by amount of fresh information, b) add 'pages' for sources in order to make AND-statements more relevant in long documents, c) cut off results generated for the web, when values are very small. check-in: 3dc4f4a0ba user: alod tags: cp_with_freq | |
16:34 | (FEATURE) import of summary file can be aborted using the c key check-in: 5de3fbf70c user: alod tags: cp_with_freq | |
16:19 | a) peek preview is now with clickable link, b) index stats are refreshed during summary import check-in: ec45bf376f user: alod tags: cp_with_freq | |
15:12 | adding comments to source code check-in: 4cca32de7b user: alod tags: cp_with_freq | |
2024-12-18
| ||
17:56 | improve reporting during the importing of a collage/summary file check-in: 8a54de5415 user: alod tags: cp_with_freq | |
00:08 | (BUGFIX) multiplication error of output to summary file during Yacy index processing was removed check-in: 37e22b6d13 user: alod tags: cp_with_freq | |
2024-12-17
| ||
22:56 | (FEATURE) Yacy flatjson export can be read. check-in: e00843b667 user: alod tags: cp_with_freq | |
11:30 | compiling - consumes Yacy output and understands escaping. check-in: d05257c617 user: alod tags: cp_with_freq | |
11:16 | compiling - consumes Yacy output but does not understand escaping. check-in: 9336608c3a user: alod tags: cp_with_freq | |
2024-12-16
| ||
14:45 | compiling - testing with real-time data in progress but not fully functional. Added number interpretation. check-in: 5e649ee66a user: alod tags: cp_with_freq | |
12:34 | compiling - the summarization shows first signs of working on synthetic data. Real output from Yacy not tested. check-in: 917afe942e user: alod tags: cp_with_freq | |
2024-12-15
| ||
21:49 | compiling - fetch_summary() has received some prototype extraction of the contents from the Json structure check-in: 53e99d82c8 user: alod tags: cp_with_freq | |
19:27 | compiling - CodeStream has now a chain of Nodes for JsonPairs check-in: a6d3624b54 user: alod tags: cp_with_freq | |
15:44 | compiling - some more debugging done but flatjson-feature not working, yet. save the whales check-in: 2b04b6d94e user: alod tags: cp_with_freq | |
2024-12-12
| ||
14:03 | compiles - Yacy JSON in first implementation - never tested check-in: 3f0483a990 user: alod tags: cp_with_freq | |
12:51 | compiles - more work done on Json check-in: d8e350c69a user: alod tags: cp_with_freq | |
2024-12-11
| ||
21:56 | compiles - more work done on json interpretation check-in: 9031d6673f user: alod tags: cp_with_freq | |
21:00 | some preparations for reading flatjson exported by Yacy check-in: 4bd67b955b user: alod tags: cp_with_freq | |
2024-12-10
| ||
16:07 | added flatjson - but no function yet check-in: 1efcfd0bc8 user: alod tags: cp_with_freq | |
2024-12-01
| ||
20:28 | (BUGFIX) some mistakes in basic functionality removed check-in: af84be9c0e user: alod tags: cp_with_freq | |
2024-10-20
| ||
15:52 | (bugfix) json should really work now check-in: 5eb150da66 user: alod tags: cp_with_freq | |
14:24 | change of check_version_info() in build.cpp check-in: 94f7273f98 user: alod tags: cp_with_freq | |
2024-09-26
| ||
20:44 | (BUGFIX) fix json generation for the use with ollama (2) check-in: e25d730e11 user: alod tags: cp_with_freq | |
20:30 | (BUGFIX) fix json generation for the use with ollama check-in: 288771ab22 user: alod tags: cp_with_freq | |
2024-09-18
| ||
18:35 | (BUGFIX) caching now correct check-in: 262840e5be user: alod tags: cp_with_freq | |
16:23 | reduce the frequency of recounting the index check-in: 45cc1551d2 user: alod tags: cp_with_freq | |
2024-09-15
| ||
16:08 | (BUGFIX) prevent a total count -1 plus some hardening check-in: 6783a38f23 user: alod tags: cp_with_freq | |
2024-09-08
| ||
13:09 | add removal of symbols to the linker stage. Merge with a branch resulting from the work on the notebook. check-in: 5fa5995faa user: alod tags: cp_with_freq | |
2024-09-06
| ||
06:48 | I belive that the filtering feature for text is now first time complete but not intensively tested check-in: fe7b8d8edf user: wsovid tags: cp_with_freq | |
06:21 | more filtering implemented check-in: f82c047d58 user: wsovid tags: cp_with_freq | |
2024-09-05
| ||
20:11 | save the whales: first incomplete text-based suppression for certain keywords was added. The filter is not effective under all conditions. check-in: 51588dffbb user: wsovid tags: cp_with_freq | |
19:28 | (BUGFIX) fix crawler even more: suppression rule even more strict. check-in: b7097af025 user: wsovid tags: cp_with_freq | |
19:09 | (FEATURE) user can defined additional fragment used to suppress crawling/indexing of certain locations. (QUALITY) complexity of the crawler was reduced. It is more correct also. check-in: f91ab122d5 user: wsovid tags: cp_with_freq | |
2024-08-31
| ||
16:21 | increase resilience against bad Wikipedia links (multi-line refs) check-in: 0fe11fed23 user: wsovid tags: cp_with_freq | |
15:50 | (BUGFIX) correct function in the command nawrot! check-in: df1a41e5e3 user: wsovid tags: cp_with_freq | |
2024-08-13
| ||
07:26 | bugfix for build.cpp check-in: 42c144a297 user: alod tags: cp_with_freq | |
2024-08-01
| ||
10:30 | (BUGFIX) CCodePoint started with freq=1, now starts with freq=0 check-in: 9caea71ca4 user: wsovid tags: cp_with_freq | |
2024-07-30
| ||
21:08 | (ENGINEERING) repair Makefile check-in: 7390a30cf7 user: wsovid tags: cp_with_freq | |
18:31 | 1) build considers included files 2) tests.sh work again 3) construct_ab_http_path() collapses relative directory statements /../ check-in: e60321a106 user: wsovid tags: cp_with_freq | |
08:34 | improve <instance> tab check-in: f819e75720 user: wsovid tags: cp_with_freq | |
2024-07-29
| ||
11:24 | (PERFORMANCE) improve speed of domain counting even more check-in: c1950cbd88 user: wsovid tags: cp_with_freq | |
10:14 | (FEATURE) <instance> tab added check-in: 80ffeb62a5 user: wsovid tags: cp_with_freq | |
2024-07-28
| ||
19:17 | add compact mode to build.cpp check-in: 720bdaf2a9 user: wsovid tags: cp_with_freq | |
18:13 | (PERFORMANCE) improve speed of domain counting check-in: 8fb1f26a2b user: wsovid tags: cp_with_freq | |
18:00 | improve building. With c++20, the results weren't stable. check-in: 6755cf8894 user: wsovid tags: cp_with_freq | |
14:37 | (DOCS) add readme check-in: 5e42880e8c user: wsovid tags: cp_with_freq | |
12:50 | (LEGAL) add license notices check-in: 1aaaa3a212 user: alod tags: cp_with_freq | |
12:30 | (ENGINEERING) mods to build.cpp check-in: fbd3626931 user: alod tags: cp_with_freq | |
12:14 | (ENGINEERING) build.cpp is finally here check-in: a69c01423b user: alod tags: cp_with_freq | |