-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reformatting the lexicon files from usas to tsv #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apmoore1
commented
Nov 5, 2021
I think this is ready to be merged @perayson . Here is an updated list of the major changes that have been made in this pull request: Major changesMWE = Multi Word Expression
|
The last two commits should fix #7 |
All merged, huge thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The following comment is the contents of the Changelog.md file.
Major changes
MWE = Multi Word Expression
.usas
to.tsv
and added the relevant header names e.g.lemma
andsemantic_tags
for single word lexicons andmwe_template
andsemantic_tags
for MWE lexicons in accordance with the Lexicon File Format section within the README.mdView License
which will direct users to this License file.平顶_noun 女帽_noun
and一_num 法郎_msr N3.1/I1
respectively.alstublieft E4.2+ E2+ X7+ Z4
toalstublieft E4.2+ E2+ X7+ Z4
token
, and the second column,lemma
, both represented thelemma
field. In addition the Malay single lexicon also contained aPOS
column that only contained the wordPOS
therefore this column was also removed.без_* {всякой/лишней/излишней/особой/особенной} суеты_* N3.8-
which contains an extra tab betweenбез_* {всякой/лишней/излишней/особой/особенной}
andсуеты_*
when it should have been a single whitespace like:без_* {всякой/лишней/излишней/особой/особенной} суеты_* N3.8-
. All of these tab separation errors have been corrected.lemma
andtoken
columns are identical, tested using test_token_is_equal_to_lemma.py python script.