-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add entries from wordnet #7
Comments
Hi, I added an extra sheet with information from Wordnet. No new words, but I think the definitions are pretty good and could be used as the final description (for now).
My spreadsheet-foo is weak, so I didn't merge, but the entries should be on the same lines as the lexicon. There are exactly 100 matches. We also have 36 matches that are polysemous, I have not tried to match them. |
@siewyeng or @changukshin would you be able to merge them? |
I'll add the definitions you listed on the sheet into the existing descriptions in column B now but I don't know how to add the polysemous information |
Polysemy has to be done by hand. Let's leave it for later :-)
I think you should be able to add POS, description and exe if not blank,
and sysnet for everything.
…On Tue, 14 May 2024 at 16:59, Chow Siew Yeng ***@***.***> wrote:
I'll add the definitions you listed on the sheet into the existing
descriptions in column B now but I don't know how to add the polysemous
information
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIPZRVKQSP7PPWDNB5BAH3ZCIREJAVCNFSM6AAAAABHT2MYOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJQGQ3DONJYGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Francis Bond <https://fcbond.github.io/>
|
Sorry, that was a mis-paste. I am referring to the data on the sheet called 'WN Data'. This should be aligned. For example, the last entry: You tiao is on line 1767 in the WN Data sheet, and in the lexicon. |
Okay done :D @changukshin I renamed the original Lexicon --> Lexicon-original and the new sheet that takes from both |
Awesome
…On Tue, May 14, 2024, 17:59 Chow Siew Yeng ***@***.***> wrote:
Okay done :D @changukshin <https://github.com/changukshin> I renamed the
original Lexicon --> Lexicon-original and the new sheet that takes from
both Lexicon-original and WN data is named Lexicon. I hope this means the
python script does not have to be changed at all!
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIPZRSS2RP57ZBY3KELQ43ZCIYGZAVCNFSM6AAAAABHT2MYOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJQGU4TMNRVGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@siewyeng Actually, I am wondering if we have any reason to maintain two sheets for that. I think we could get rid of the 'Lexicon-original' sheet without any harm. |
@changukshin True! yes we can. but right now the cells are filled formulas taking the value from either the lexicon-original sheet/WN data. If the content is copied over then I think it'll all be okay. |
Format into tsv, add to end of spreadsheet, add wordnet field.
The text was updated successfully, but these errors were encountered: