Skip to content

Temp repository to test early version of blending algorithm with python shell. (Not in cogserver & Not python mindagent)

License

Notifications You must be signed in to change notification settings

kim135797531/opencog-python-blending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencog-python-blending

Description

  • Implement of Conceptual Blending algorithm in OpenCog Framework.

Prerequisites

Usage

from opencog_b.python.blending.blend import ConceptualBlending
ConceptualBlending(atomspace).run(focus_atoms, config_base)
  • Make new blend with atoms from given atoms list.
  • Use the custom configs. See Conceptual Blending Config Format.
  • Options
    • focus_atoms: If it is None, then blender will try to blend with all atoms in atomspace.
    • config_base: If it is None, then blender will try to blend with default (hard-coded) configs.

Development Progress

Folders

  • doc: API documents, project progress reports, etc.
  • examples: Various examples that use the Conceptual Blending algorithm.
  • opencog_b: Code of Conceptual Blending algorithm.
    • '_b' is temporary postfix to avoid conflict with real OpenCog Framework.

About

Temp repository to test early version of blending algorithm with python shell. (Not in cogserver & Not python mindagent)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages