Daniel Krech a écrit :

> Hi Olivier,

Hi Daniel,

> Sorry for the delay... I was off serving on jury duty last week and  
> have been playing catch up this week.

No problem :)

> I've been using that version of wordnet to get parts of speech for  
> words to aid in ingredient parsing. Hopefully can turn it into an  
> example in the not too distant future ;)

Yes, that is a good idea. In your test did you import the whole set of WN 
triples? In my experiments, it's to big to fit in memory and the SQLite is very 
slow at importing it. After several hours the sqlite file was larger than 2Gb 
and as I found it too slow I interrupted the import process.

The MySQL store is faster but it had a problem with a tmp file being to big to 
fit on my /tmp partition ... I haven't tried to setup any redland store so far.

Which store is the best for such use? Do you have bench data somewhere?

>> I would like to help contribute to rdflib starting by simple tasks  
>> to get to
>> better know the API:
> 
> These would all be great additions. I can set you up with svn access  
> if you send me the username you'd like to use and a base64 digest of  
> the password you'd like to use (instructions on how you can generate  
> the base64 digest are at the end of http://rdflib.net/doc/ 
> user_management/ ). 

Sent privately

[snip]
> These all look like great goals. I think they probably could be done  
> on trunk (where all the dev work is currently being done).

Ok then. I think I'll be able to start this WE.

-- 
Olivier

_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev

Reply via email to