-
Notifications
You must be signed in to change notification settings - Fork 3
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
wndb2lmf.py script does not handle pre-3.0 versions #38
Comments
A third and fourth issue for PWN 1.5:
|
The 3rd column of the older cili mappings is a confidence score. We should probably parse that and use it for thresholding out low-quality mappings. |
@jmccrae and @fcbond, a question for you at the end. For WNDB to WN-LMF conversion, I use the But since WordNet-1.5 does not include The (hopefully) last remaining issue relates to the presence of the adjposition markers
It never seems to happen in the primary lemma of a sense key, only the head word for satellite adjectives. They can appear in the
... or the
These differences seem to be the source of incorrect counts in the original
WN-1.7 does not have the adjposition markers in the
WN-3.0 has the markers in
Since I assume we are faithfully converting the PWN versions to WN-LMF and not fixing bugs, I'm wondering what I should be including in the WN-LMF files. I'm thinking of taking |
@jmccrae and @fcbond, I didn't get any response to my question above, so here is my plan:
The following table illustrates what that looks like:
The flexible search for counts means that the counts in my rebuilt Footnotes |
I agree we should stick with In SemCor the sense is annotated as
<wf cmd="ignore" pos="DT">the</wf>
<wf cmd="done" pos="JJ" lemma="only" wnsn="0" lexsn="5:00:00:single(a):00">only</wf>
<wf cmd="done" pos="JJ" lemma="effective" wnsn="1" lexsn="3:00:00::">effective</wf>
<wf cmd="done" pos="NN" lemma="method" wnsn="1" lexsn="1:09:00::">method</wf> |
@jmccrae thank you, that's the kind of confirmation I needed. |
For context: goodmami/wn#199
There are two main issues:
older-wn-mappings/
has 3 columns instead of 2verb.Framestext
, so we'd need to hard-code the frames into the scriptThe text was updated successfully, but these errors were encountered: