Filtrage Web/ Web Filter

Storage

Wednesday 26 April 2006 by ClarK

When retrieving tokens, on each wab page, we need to store them:

  • temporarily during learning step as well as during scoring step, in order to deal with them,
  • permanently when storing tokens and their number of occurences (when building the learning database).

The better way is to store them into a database. This is not necessary to use a traditional relational database (SQL), since the only requests we will need will be limited to read or write the number of occurences of a token in the allowed and forbidden categories. Moreover we need fast access to that database.

So we need a storage databse working like a hash or a tree which will enable us to store a couple (key) / (value) corresponding to (token) / (number of occurrences).


-->

Forum

Home page | Contact | Site Map | Private area | visits: 4468

RSS RSSen

Site created with SPIP 1.8.3 + ALTERNATIVES