percyliang / sempre

Semantic Parser with Execution
Other
831 stars 299 forks source link

Files does not exists which extracted types and properties for Geo #9

Closed torotoki closed 10 years ago

torotoki commented 10 years ago

Hi,

I'm interested in how to extract Freebase's entities for GeoQuery dataset, and I found following codes in sempre/sempre

      sel(:keep, {
        'all' => o('keepAllProperties'),
        'geo' => l(
          o('keepTypesPaths', 'data/geo.types'),
          o('keepPropertiesPath', 'data/geo.properties'),
          o('keepGeneralPropertiesOnlyForSeenEntities', true),
        nil),
      }),

However, there is not files data/geo.types and data/geo.properties. Is it missing?

Thanks!

yonatansito commented 10 years ago

We do not provide such code currently. What we do provide is a subset of freebase that focuses on geography and that can be downloaded as explained in the tutorial. Best, Jonathan.

On Thu, Dec 26, 2013 at 6:50 AM, Hiroyoshi Komatsu <notifications@github.com

wrote:

Hi,

I'm interested in how to extract Freebase's entities for GeoQuery dataset, and I found following codes in sempre/sempre

  sel(:keep, {
    'all' => o('keepAllProperties'),
    'geo' => l(
      o('keepTypesPaths', 'data/geo.types'),
      o('keepPropertiesPath', 'data/geo.properties'),
      o('keepGeneralPropertiesOnlyForSeenEntities', true),
    nil),
  }),

However, there is not files data/geo.types and data/geo.properties. Is it missing?

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/percyliang/sempre/issues/9 .