Toolkit for building concept processing and reasoning systems.
RubyCon is an open-source, rapid development toolkit for building concept processing and other intelligent reasoning systems. RubyCon builds upon the work of the ConceptNet project (http://web.media.mit.edu/~hugo/conceptnet/), implementing ConceptNets semantic network of 280,000+ assertions and graph-processing algorithms into a set of reusable objects in the Ruby programming language.
RubyCon is an open-source, rapid development toolkit for building concept processing and other intelligent reasoning systems. RubyCon builds upon the work of the ConceptNet project (http://web.media.mit.edu/~hugo/conceptnet/), implementing ConceptNets semantic network of 280,000+ assertions and graph-processing algorithms into a set of reusable objects in the Ruby programming language.
To install rb-rubycon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-rubycon
To see what files were installed by rb-rubycon, run:
port contents rb-rubycon
To later upgrade rb-rubycon, run:
sudo port selfupdate && sudo port upgrade rb-rubycon
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.