Skip to content
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

Apertium RDF - repeated information in dump files #6

Open
jogracia opened this issue Jul 24, 2020 · 1 comment
Open

Apertium RDF - repeated information in dump files #6

jogracia opened this issue Jul 24, 2020 · 1 comment

Comments

@jogracia
Copy link

I see repeated information in the dump files. For instance the following set of statements appear repeated seven times in the Apertium-en-es_TranslationSetEN-ES.ttl file:

<http://linguistic.linkeddata.es/id/apertium/tranSetEN-ES> vartrans:trans :thousand_mil-num-en-sense-mil_thousand-num-es-sense-trans .
:thousand_mil-num-en-sense-mil_thousand-num-es-sense-trans a vartrans:Translation;
  vartrans:source :thousand_mil-num-en-sense;
  vartrans:target :mil_thousand-num-es-sense .
:thousand_mil-num-en-sense a ontolex:LexicalSense;
  ontolex:isSenseOf src:thousand-num-en .
:mil_thousand-num-es-sense a ontolex:LexicalSense;
  ontolex:isSenseOf tgt:mil-num-es .

But there are many other examples

@jogracia
Copy link
Author

jogracia commented Feb 9, 2022

I couldn't reproduce this issue in the last version of the data, at least not with the same example, which now is the translation http://linguistic.linkeddata.es/id/apertium/tranSetEN-ES/thousand_mil-n-en-sense-mil_thousand-n-es-sense-trans (apparently the PoS changed from 'num' to 'n' with respect to the previous version)

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

No branches or pull requests

1 participant