Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple of strange dates #58

Open
kwalcock opened this issue Jan 7, 2020 · 1 comment
Open

A couple of strange dates #58

kwalcock opened this issue Jan 7, 2020 · 1 comment

Comments

@kwalcock
Copy link
Member

kwalcock commented Jan 7, 2020

For some reason, for this sentence the time expression gets broken into "3 ho" and "urs". I'm attaching the original file in case there are special characters or something.

      "text" : "It is estimated that the rural population living less than 3 hours away from a city increased from 15 percent to 47 percent of the population over the 13-year period between 1998 and 2011 ( Schmidt et al. 2015 ) ."
	
      "timexes" : [ {
        "@type" : "TimeExpression",
        "@id" : "_:TimeExpression_3",
        "startOffset" : 13390,
        "endOffset" : 13394,
        "text" : "3 ho"
      }, {
        "@type" : "TimeExpression",
        "@id" : "_:TimeExpression_4",
        "startOffset" : 13394,
        "endOffset" : 13397,
        "text" : "urs"
      } ]

f39058976649140f9449663178f7df03.txt

@kwalcock
Copy link
Member Author

kwalcock commented Jan 7, 2020

In this sentence, "the" is a time expression. I wonder if it is indicative of a problem.

      "text" : "IMPACT Multimarket Model The IMPACT model was developed at IFPRI at the beginning of the 1990s to address a lack of long-term vision and consensus among policymakers and researchers about the actions that are necessary to feed the world in the future",
	
      "@type" : "State",
      "type" : "TIMEX",
      "text" : "the",
      "value" : {
        "@id" : "_:TimeExpression_5"
      }
    }, {
      "@type" : "State",
      "type" : "TIMEX",
      "text" : "1990s",
      "value" : {
        "@id" : "_:TimeExpression_6"
      }
    }, {
      "@type" : "State",
      "type" : "TIMEX",
      "text" : "future",
      "value" : {
        "@id" : "_:TimeExpression_7"
      }
    } ]

267268bccfd5a91d9b64692a527fd150.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant