lomScope is a python program.
You will get the following files in lomScope directory by "tar xvfz lomscope.tar.gz".
- UserModel.py
- glossary.py
- lomInterface.py
- lomScope.py
- .user-model.histogram
You can run lomScope by "python lomScope.py". Then it will serve as proxy at port# 8000. You can specify a port # by "python lomScope.py <port>.
The referent LivingOM is hard-coded to be "http://webguide.cs.colorado.edu:9080/livingOM/".
If you want to use another LivingOM, you can change by editing the source code.
The global variable "host", "port" and "livingOM" is your friend.
Enjoy!