From: <sn...@sh...> - 2005-05-14 13:13:33
|
anonymous wrote : | I would like to see this implemented, such that it can be loaded from an RDBMS (hibernate is your friend). | Agreed. I have used Hibernate in a previous project and have found it to be better than a cold beer on a hot day (not withstanding the time I was banned from the Hibernate forum for being a rude pr@#k) The only reason this is not the default implementation is so the engine can be immediately tested and usable. The objective is that jASEN provides a framework first and foremost, and a default (reference) implementation as a secondary consideration. Having said that, the default implementation is currently being used in a commercial production system... The implementation of a JasenMapStore class is a very simple task (it literally consists of two methods.. load and save). The creation of a compatible db schema is a separate issue but is still pretty simple (really just a list of words and associated probabilities obtained during training). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877751#3877751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877751 |