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

Words in Phrase Recognized Again #18

Open
karen-lo opened this issue Oct 23, 2016 · 3 comments
Open

Words in Phrase Recognized Again #18

karen-lo opened this issue Oct 23, 2016 · 3 comments

Comments

@karen-lo
Copy link

Doc ID: gov.noaa.nodc:0000030

"Coral Reef" is recognized as a Marine Feature, which is correct. But then "Reef" is recognized again as a Marine Feature and "CORAL" is recognized as an Organization.

http://132.249.238.151:8080/cinergi-annotator/annotation/index?docId=gov.noaa.nodc%3A0000030&enhancedOnly=false

@karen-lo
Copy link
Author

Doc ID: gov.noaa.nodc:0000040

"Dissolved oxygen, nutrients, pH, salinity, and temperature collected by several instruments..."

"Dissolved oxygen" recognized as Chemical and "oxygen" is recognized again as Chemical.

http://132.249.238.151:8080/cinergi-annotator/annotation/index?docId=gov.noaa.nodc%3A0000040&enhancedOnly=false

@karen-lo
Copy link
Author

karen-lo commented Nov 8, 2016

Keep the parts of the phrase and the phrase itself.

Keyword is capitalized in document and capitalized in existing list of keywords, match led to CORAL being recognized. Need to check cases before being passed in again.

Fix: at existingKeyword

@karen-lo
Copy link
Author

karen-lo commented Jan 4, 2017

After Reprocess:

  • Doc ID: gov.noaa.nodc:0000030
    "Coral Reef" is correctly recognized as a Marine Feature. "Reef" is no longer recognized again. "CORAL" is still recognized as an Organization, but this relates to the All Caps issue.

Resolved:

  • Doc ID: gov.noaa.nodc:0000040
    "Dissolved oxygen" recognized as Chemical and "oxygen" is not annotated.

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