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

mup2argmap output often mangled #14

Open
s6mike opened this issue Jun 25, 2022 · 1 comment
Open

mup2argmap output often mangled #14

s6mike opened this issue Jun 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@s6mike
Copy link
Owner

s6mike commented Jun 25, 2022

e.g.

lua mup2argmap examples/example.mup > Output/example.yml

creates:

---
? |
  Brunellus is irrational
: o1:
    ? |
      Brunellus studied in Paris.
    : []
    ? |
      -Most who study in Paris are rational.
    : []
  r2:
    ? |
      Brunellus is a donkey.
    : []
    ? |
      All donkeys are irrational.
    : []
...

When pre-existing example is:

"Brunellus is irrational":
  r1:
    "Brunellus is a donkey.":
    "All donkeys are irrational.":
  o1:
    "Brunellus studied in Paris.":
    "-Most who study in Paris are rational.":
@s6mike s6mike added the bug Something isn't working label Jun 25, 2022
@s6mike
Copy link
Owner Author

s6mike commented Jun 25, 2022

lua mup2argmap Output/Example1_ClearlyFalse_WhiteSwan_simplified.mup > Output/Example1_ClearlyFalse_WhiteSwan_simplified_roundtrip.yml works fine:

---
All swans are white.:
  r1:
    These swans are representative of all swans.: []
    Every swan I’ve ever seen is white.: []
  o2:
    Not all swans are white.: []
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant