Linas Vepštas

Results 1069 comments of Linas Vepštas

I think I can bootstrap up to MTT. I've gone half-way up the bootstrap, and it works well, but ran into maintainability problems. The bootstrap is this: * Use the...

@ampli Here's one more, for your horror and delight. The demo located here: https://github.com/opencog/sensory/blob/master/examples/filesys.scm creates a link-grammar style API into a"sensori-motor" or "perception-action" environment. The possible "perceptions" are described as...

> Could you create an LG dictionary on the fly, parse (or generate) a "sentence", and then use the linkage? Being able to modify dictionaries on the fly is needed....

> > we need an external dictionary that lists the word's grammatical features. > > By external dictionary, I meant something like a database derived from Wiktionary and other similar...

One thing I have not tried, yet -- using ``` __attribute__((destructor (PRIORITY))) ``` for the shared-lib dtors. The higher-priority dtors will run earlier.

I notice that you've opened a number of open and ocaml-related issues in a number of opencog git repos. I'll try to address all of them with this comment/this issue....

I upgraded to Debian bookworm (Debian 12.1, aka the latest Debian stable) just a few days ago, and am experiencing a variety of build problems. I'm knocking them down, now.

> As of today, to get opencog to build, I need to uninstall ocaml, build opencog and atomese stuff, and then reinstall ocaml again. I hate it. I disabled the...

Hi Nil, Note that the coserver can also be started from guile: ``` (use-modules (opencog cogserver)) (start-cogserver "optional config file name") (stop-cogserver) ``` Half of the hard-coded paths are OK,...

Well, Config.cc still lists a bunch of relative search paths in `DEFAULT_CONFIG_PATHS[]` -- for example, ``` "./", "../", "../../", "../../../", "../../../../", "./lib/", "../lib/", "../../lib/", "../../../lib/", ``` In the modern theory...