google-code-export / dkpro-tc

Automatically exported from code.google.com/p/dkpro-tc
Other
1 stars 0 forks source link

Meta File Format #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello All,

For those who used "DependencyDFE" or such FEs that uses external file to read 
collected meta data. Can someone point me to a sample file so I can see its 
format? 

I'm using a version of "DependencyMetaCollector" which do seem to require that 
file (created during reading process). Note: I'm using 
ClassificationUnitFeatureExtractor, if that's any important.

Thanks!

Original issue reported on code.google.com by alot...@gmail.com on 21 Jul 2014 at 12:53

GoogleCodeExporter commented 9 years ago
Is there a specific reasons you want to see the file format?

If this is a non-lucene Version of a FE it is probably a Java serialized 
version of a FrequencyDistribution.

Original comment by torsten....@gmail.com on 21 Jul 2014 at 1:00

GoogleCodeExporter commented 9 years ago
Questions like this one should be answered on the developers mailing list 
rather than via issue.
The format of these files is FeatureExtractor-specific. Have a look at 
LuceneBasedMetaCollector (write) and LuceneFeatureExtractorBase (read) to get 
an idea how this works for Lucene-based NGram FeatureExtractors.

Original comment by daxenber...@gmail.com on 21 Jul 2014 at 2:02