Database model for storing expressions and their occurrence in text

Posted by lisak on Stack Overflow See other posts from Stack Overflow or by lisak
Published on 2010-06-06T00:01:21Z Indexed on 2010/06/06 0:12 UTC
Read the original article Hit count: 155

Hey,

I'm doing a statistical research application. I need to store words according to 2 initial letters which is 676 combinations and each word has its number of occurrences (minimal, maximal, average) in text. I'm not sure how the model/schema should look like. There will be a lot of checking whether the keyword was already persisted. I appreciate your suggestions.


Edit: I'll be using either mysql or postgresql + spring templates

© Stack Overflow or respective owner

Related posts about mysql

Related posts about postgresql