Closed arademaker closed 2 years ago
https://github.com/own-pt/glosstag/blob/72bdd8b6037017b6c95feb50d76ef1891bc95dce/src/issue-9.lisp#L90
This line should have executed for all synset objects, but the ones that were with pos='a' and changed to type='s' didn't have the field 'pos' removed.
pos='a'
type='s'
'pos'
https://github.com/own-pt/glosstag/blob/72bdd8b6037017b6c95feb50d76ef1891bc95dce/src/issue-9.lisp#L90
This line should have executed for all synset objects, but the ones that were with
pos='a'
and changed totype='s'
didn't have the field'pos'
removed.