I move Config.py, Global.py, and config.json into Narsese submodule, so that one can use Narsese without depending on pynars.
The demo of Narsese module can be run by
python -m Narsese.demo
(suppose the root directory is ./pynars)
It should be noted that the current treatment is tentative. For example, all configurable parameters lie in ./pynars/Narsese/Config.py, but maybe it is more suitable to make Narsese related parameters to be there, and move NAL and NARS related parameters into ./pynars/Config.py. The same thing for ./pynars/Narsese/config.json
I move
Config.py
,Global.py
, andconfig.json
intoNarsese
submodule, so that one can useNarsese
without depending onpynars
. The demo ofNarsese
module can be run bypython -m Narsese.demo
(suppose the root directory is./pynars
)It should be noted that the current treatment is tentative. For example, all configurable parameters lie in
./pynars/Narsese/Config.py
, but maybe it is more suitable to make Narsese related parameters to be there, and move NAL and NARS related parameters into./pynars/Config.py
. The same thing for./pynars/Narsese/config.json