Skip to content

Commit

Permalink
Revert opencog.conf because opencog#526 removed standard cogserver sh…
Browse files Browse the repository at this point in the history
…ell functionality
  • Loading branch information
Cosmo Harrigan committed Feb 8, 2014
1 parent df23840 commit 46d968f
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions lib/opencog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@ ANSI_SCM_PROMPT = "guile> "
ANSI_ENABLED = true

# Cogserver in OSX will automatically change .so extension to .dylib
# opencog/query/libquery.so,
MODULES = opencog/shell/libscheme-shell.so,
# if .so exists.
MODULES = opencog/server/libbuiltinreqs.so,
opencog/persist/sql/libpersist.so,
opencog/query/libquery.so,
opencog/shell/libscheme-shell.so,
opencog/shell/libpy-shell.so,
opencog/nlp/types/libnlp-types.so,
opencog/learning/pln/libPLNTypes.so,
# opencog/viterbi/libviterbi.so,
opencog/dynamics/attention/libattention.so,
# opencog/visualization/ubigraph/libubigraph.so,
# opencog/learning/dimensionalembedding/libdimensionalembedding.so,
opencog/visualization/ubigraph/libubigraph.so,
opencog/learning/dimensionalembedding/libdimensionalembedding.so,
opencog/embodiment/AtomSpaceExtensions/libAtomSpaceExtensions.so,
opencog/cython/libPythonModule.so

Expand Down Expand Up @@ -71,11 +74,11 @@ SCM_PRELOAD = scm/config.scm,
scm/repl-shell.scm,
scm/utilities.scm,
nlp/scm/type-definitions.scm,
# nlp/scm/config.scm,
# nlp/scm/file-utils.scm,
# nlp/scm/nlp-utils.scm,
# nlp/scm/disjunct-list.scm,
# nlp/scm/processing-utils.scm
nlp/scm/config.scm,
nlp/scm/file-utils.scm,
nlp/scm/nlp-utils.scm,
nlp/scm/disjunct-list.scm,
nlp/scm/processing-utils.scm

# Uncomment if Python extensions are not stored in these locations,
# or the binary and source directories:
Expand All @@ -93,19 +96,19 @@ PYTHON_PRELOAD = pyshell, restapi
# For information on how to set up atomspace persistance, see the README
# file in opencog/persist/sql/README.
#
#STORAGE = "yagosumo"
#STORAGE_USERNAME = "opencog_user"
#STORAGE_PASSWD = "cheese"
# STORAGE = "opencog-atomspace"
# STORAGE_USERNAME = "opencog_user"
# STORAGE_PASSWD = "asdf"
#
# The sense-similarity tables hold precomputed values for the similarity
# of word WordNet-3.0 senses. These tables are referenced in
# nlp/wsd/SenseSimilaritySQL.cc These will *eventually* be replaced by
# a persistent opencog table of sense similarities. For now, they remain
# in use.
#
#SENSE_SIMILARITY_DB_NAME = "lexat"
#SENSE_SIMILARITY_DB_USERNAME = "linas"
#SENSE_SIMILARITY_DB_PASSWD = "asdf"
SENSE_SIMILARITY_DB_NAME = "lexat"
SENSE_SIMILARITY_DB_USERNAME = "linas"
SENSE_SIMILARITY_DB_PASSWD = "asdf"

# Parameters for ZeroMQ AtomSpace Event Publisher
ZMQ_EVENT_USE_PUBLIC_IP = TRUE
Expand Down

0 comments on commit 46d968f

Please sign in to comment.