Re: Apache stanbol with custom vocabularies

2016-06-22 Thread aj...@virginia.edu
The Karma project: http://usc-isi-i2.github.io/karma/ also does a good job of this kind of work, especially when you're mapping into an extant ontology. --- A. Soroka the University of Virginia Library > On Jun 22, 2016, at 7:57 AM, Antero Duarte wrote: > > Have a look into Open Refine,

Re: Stanbol NER questions

2015-06-02 Thread aj...@virginia.edu
On Jun 2, 2015, at 10:54 AM, Rajan Shah wrote: > In this case, is it fair to assume that one needs to have both of these > yards? > > a. Solr yard for fast search > b. Clerzza yard for dereference > > Is this the optimal way to use stanbol NER and leverage full potential? If your entity defini

Re: Stanbol war deployed to tomcat7 on ubuntu 14.04

2014-09-08 Thread aj...@virginia.edu
y On Sep 8, 2014, at 11:27 AM, Luyi Wang wrote: > yeah. > > only for stanbol. The permission granted right now are available for whole > site. > > > On Mon, Sep 8, 2014 at 8:14 AM, aj...@virginia.edu > wrote: > >> Do you mean giving only permissions to action

Re: Stanbol war deployed to tomcat7 on ubuntu 14.04

2014-09-08 Thread aj...@virginia.edu
on giving only codebase permission? > > On Sun, Sep 7, 2014 at 4:07 AM, aj...@virginia.edu > wrote: > >> Another approach here is to move the Stanbol home _out_ of the directory >> of your web container. I think that's a little clearer and safer, and >> that's

Re: Stanbol war deployed to tomcat7 on ubuntu 14.04

2014-09-07 Thread aj...@virginia.edu
Another approach here is to move the Stanbol home _out_ of the directory of your web container. I think that's a little clearer and safer, and that's how I run Stanbol as a web app. You can do that with an init param in the Stanbol web application's web.xml file, with an element like this:

Re: Apache Stanbol as a service?

2014-07-09 Thread aj...@virginia.edu
One option here is to build Stanbol as a web application and let the web container (e.g. Tomcat or Jetty) be the service. That's how I deploy it and it allows me to reuse well-established machinery for the purpose. A year or two ago I cut a fork of Stanbol that could be deployed into Apache Kar

Re: large dataset into EntityHub

2013-07-30 Thread aj...@virginia.edu
Wed, Jul 24, 2013 at 6:32 PM, aj...@virginia.edu > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Okay, I've made those changes (and improved the help for Urify a bit) at: >> >> https://github.com/ajs6f/stanbol/tree/UrifyImprovements

Re: large dataset into EntityHub

2013-07-24 Thread aj...@virginia.edu
n't do and which would be horribly slow. Is that a correct understanding? Thanks very much for your help! - --- A. Soroka The University of Virginia Library On Jul 24, 2013, at 9:43 AM, Rupert Westenthaler wrote: > On Wed, Jul 24, 2013 at 2:44 PM, aj...@virginia.edu > wrote: >>

Re: large dataset into EntityHub

2013-07-24 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'll send a PR with a little info in the README about how and when to use Urify. - --- A. Soroka The University of Virginia Library On Jul 24, 2013, at 9:43 AM, Rupert Westenthaler wrote: > On Wed, Jul 24, 2013 at 2:44 PM, aj...@virg

Re: large dataset into EntityHub

2013-07-24 Thread aj...@virginia.edu
University of Virginia Library On Jul 24, 2013, at 12:24 AM, Rupert Westenthaler wrote: > On Tue, Jul 23, 2013 at 9:24 PM, aj...@virginia.edu > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi, Stanbol folks! >> >> I'm trying t

large dataset into EntityHub

2013-07-23 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Stanbol folks! I'm trying to index a largeish (about 260M triples) dataset into a Solr-backed EntityHub [1], but not having much success. I'm getting "out of heap" errors in the load-to-Jena stage, even with a 4GB heap. The process doesn't make

Re: building GeoNames indexer: no assembly descriptor?

2013-06-21 Thread aj...@virginia.edu
No problem-- the indexer is working fine for me right now! I would offer a pull request with a quick README update, but it doesn't seem that the Github Stanbol codebase is actually up-to-date, and I'm not sure how to offer a patch for the SVN. --- A. Soroka The University of Virginia Library O

building GeoNames indexer: no assembly descriptor?

2013-06-19 Thread aj...@virginia.edu
Hi, Stanbol folks! I'm building Stanbol from trunk, and I want to build the GeoNames indexer component. The Maven "install" phase goes swimmingly, but when I try "mvn assembly:single" in the GeoNames indexer module, I get a failure with: "Error reading assemblies: No assembly descriptors found"

Re: trying to find locally-indexed Entity stores

2013-04-15 Thread aj...@virginia.edu
> On Mon, Apr 15, 2013 at 6:20 PM, aj...@virginia.edu > wrote: >> I'm trying to build a fresh instance of Stanbol from the latest code (to try >> to resolve my issue) but I'm running into: >> >> [ERROR] Failed to execute goal >> org.apache.mave

Re: trying to find locally-indexed Entity stores

2013-04-15 Thread aj...@virginia.edu
le your problems seam not only to > be caused by this you might want to test with the fix applied > > best > Rupert > > On Fri, Apr 12, 2013 at 3:36 PM, aj...@virginia.edu > wrote: >> I tried restarting and waiting a good long while, as advised by Aaron >> Coburn.

Re: demo instance down?

2013-04-15 Thread aj...@virginia.edu
at 8:26 PM, aj...@virginia.edu > wrote: >> This is surprising-- when I try queries using cUrl (much as you give an >> example below) I do get results. But when I use the explorer web form at: >> >> http://dev.iks-project.eu:8081/entityhub/site/geonames/find >>

Re: demo instance down?

2013-04-14 Thread aj...@virginia.edu
tried to use it around that time it > might have been because of that. > > best > Rupert > > > On Fri, Apr 12, 2013 at 9:06 PM, aj...@virginia.edu > wrote: >> Hi, Stanbol folks! >> >> I was trying to show off some of the cool features of Stanbol t

Re: trying to find locally-indexed Entity stores

2013-04-14 Thread aj...@virginia.edu
revision > http://svn.apache.org/r1467763. While your problems seam not only to > be caused by this you might want to test with the fix applied > > best > Rupert > > On Fri, Apr 12, 2013 at 3:36 PM, aj...@virginia.edu > wrote: >> I tried restarting and waiting

demo instance down?

2013-04-12 Thread aj...@virginia.edu
Hi, Stanbol folks! I was trying to show off some of the cool features of Stanbol to a colleague, and much to my dismay, I found that any queries at the demo site: http://dev.iks-project.eu:8081/entityhub/site/geonames return no results. I mean, _any_ queries. Is there a problem with that insta

Re: trying to find locally-indexed Entity stores

2013-04-12 Thread aj...@virginia.edu
> On Fri, Apr 12, 2013 at 2:50 PM, aj...@virginia.edu > wrote: >> Indeed, under the "Processed Resources - solrarchive" header I find: >> >> LCSH.solrindex.properties >> org.apache.stanbol.data.site.lcsh1365096986431/100 >> bundleinstal

Re: trying to find locally-indexed Entity stores

2013-04-12 Thread aj...@virginia.edu
llation process of the site. >>>>> >>>>> Note also that this only happens on the first startup after you copied >>>>> the o.a.s.data.sites.{name} bundle to the fileinstall folder. Normal >>>>> restarts of the server are not affected. Also ins

Re: trying to find locally-indexed Entity stores

2013-04-12 Thread aj...@virginia.edu
th of these datasets into a local stanbol > instance (running in tomcat). All went well, but I recall that the > initialization step was somewhat time consuming (maybe 15 minutes?) > > Aaron > > On Apr 11, 2013, at 10:34 AM, aj...@virginia.edu wrote: > >> Thanks for th

Re: trying to find locally-indexed Entity stores

2013-04-11 Thread aj...@virginia.edu
; >>> Note also that since STANBOL-996 ReferencedSites are only registered >>> after that the SolrIndex with the data has been initialized. This >>> means that - especially for larger indexes - it might take some time >>> until the RESTful service becomes

Re: trying to find locally-indexed Entity stores

2013-04-10 Thread aj...@virginia.edu
ReferencedSites are only registered > after that the SolrIndex with the data has been initialized. This > means that - especially for larger indexes - it might take some time > until the RESTful service becomes available. > > best > Rupert > > On Tue, Apr 9, 2013 at 10:40 PM,

trying to find locally-indexed Entity stores

2013-04-09 Thread aj...@virginia.edu
I've indexed a pair of RDF accretions for use with the Stanbol EntityHub: 1) GeoNames, using the GeoNames indexer 2) The Library of Congress Subject Heading system, using the generic RDF indexer Everything went quite well. Now I've installed the data files in the appropriate directory in my Stan

Re: Fedora commons and Stanbol integration

2013-01-12 Thread aj...@virginia.edu
I'm a Fedora Commons committer and very interested in this question myself. Actually, it's perfectly possible to connect Fedora Commons to Stanbol in ways that don't involve JMS. I'm not familiar with the details of Acuity Unlimited's approach, but I'm not sure they used JMS and I know I didn't.

Re: Next releases

2012-10-12 Thread aj...@virginia.edu
ty of Virginia Library On Oct 12, 2012, at 11:27 AM, Suat Gonul wrote: > Hi, > > On 10/12/2012 5:57 PM, aj...@virginia.edu wrote: >> Do I understand rightly that one eventual consequence of this architecture >> will be that content items might be stored in some external servic

Re: Next releases

2012-10-12 Thread aj...@virginia.edu
Do I understand rightly that one eventual consequence of this architecture will be that content items might be stored in some external service with a standardized interface (say, a JCR repository) and semantic-indexed into another external service? The diagram attached to the main issue shows S

Re: Help creating a custom vocabulary

2012-10-09 Thread aj...@virginia.edu
This may or may not be immediately useful to you, but the Apache Any23 tool: https://any23.apache.org/ will parse N-quads and output N-triples. I haven't used it for that purpose (haven't had to) but I've used it for other purposes and it works well. --- A. Soroka Software & Systems Engineering