sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Need to configure the pattern for bad/illegal museum numbers #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We current hard code some of the logic on filtering illegal museum numbers
from a metadata dump. Some of this is migrating to the dbSource
configuration, but we need to configure these rules for CSV dump files as
well, and get this out of the code.

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 19 Feb 2009 at 9:53

GoogleCodeExporter commented 9 years ago
Assigned to 1.2

Original comment by LudicrousResearcher@gmail.com on 19 Feb 2009 at 9:54

GoogleCodeExporter commented 9 years ago
This should be moot for the case in which we fetch data from the DB and save it 
into
a local file, in that the filter is specified in the config file as a where 
clause. 

Nevertheless, there is some discrepancy between the two definitions, and more 
to the
point, there is PAHMA-specific details in the code. This must be removed.

We can put in some config that specific filters to recognize, or just have a 
single
regexp.

Dropping prio/sev, as this is now just a clean-up issue.

Original comment by LudicrousResearcher@gmail.com on 24 Jun 2009 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:41