Skip to content

Word process and result table generation#150

Open
haohangyan wants to merge 13 commits intogyorilab:masterfrom
haohangyan:word_process
Open

Word process and result table generation#150
haohangyan wants to merge 13 commits intogyorilab:masterfrom
haohangyan:word_process

Conversation

@haohangyan
Copy link
Copy Markdown

@haohangyan haohangyan commented Aug 22, 2024

Word process branch for entity process(commits after 8/23)

  1. Dash Handling: In annotate(), replaced dashes with spaces so that words like A-B are split into A and B, allowing correct recognition of all forms (A, B, and A-B).

Add functions to generate NER output result table (First 6 commits before 8/23)
The output result table contains columns ['text', 'obj', 'obj_synonyms', 'don_article', 'groundings' , 'match']
There are three types of output:

  1. Reference('obj', 'obj_synonyms') is None but goundings has values
  2. Grounding is None but reference('obj', 'obj_synonyms') has values
  3. Both grounding and reference have values
    The 'match' column specifies if there is a match between references and groundings

Old commits are used to be in master branch. Now every commit is in word process branch

@haohangyan haohangyan changed the title Word process Word process and result table generation Aug 26, 2024
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

Successfully merging this pull request may close these issues.

1 participant