Hi Jonathan, not the 3rd and last part answering your questions
> > I'd appreciate help with the following: > - how to enable dbpediaLinking? If there would not be errors this should be enabled by default. The only thing you might want todo is to install a full dbpedia index (as the one included in Stanbol only contains ~40k Entities. A index based on dbpedia 3.7 (spring 2011) can be found at http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia-3.7/ There is also a new dbpedia 3.8 (summer 2012) contributed by "Andrea Di Menna" available at http://dev.iks-project.eu/downloads/stanbol-indices/upload/dbpedia-3.8/ > - should the integration tests be passing? Definitely yes. This is also checked by the Stanbol Jenkins Server after every commit to the trunk (see https://builds.apache.org/job/stanbol-trunk-1.6/) > - how to enable contenthub You will need to use the full launcher to have the contenthub (or build a custom launcher as described by http://stanbol.apache.org/production/your-launcher.html) > - how to enable additional engines (e.g. > https://github.com/insideout10/wordlift-stanbol has Freebase and Schema.org, > but I'm not clear on how to include that code in the Stanbol src. > I had not yet time to look specifically at this contribution. But generally you just need * to add a bundle to your Stanbol Launcher * provide a configuration for the Component(s) provided by those bundles You can do all this via the Felix Webconsole (http://localhost:8090/system/console): Install bundles via the "Bundle" tag and Provide configuration via the "Configuration" tab. Sometimes you will also need to manually start configured services via the "Components" tab. An other possibility is to use the Sling FileInstaller (just create the "{stanbol-working-dir}/stanbol/fileinstall" if it does not yet exist) and than copy the bundles and configurations in this directory. Stanbol will pick up and install automatically from this location. best Rupert -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
