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

Weird characters and extra quotes in graph.json #8

Open
BrandonY opened this issue Jun 11, 2015 · 1 comment
Open

Weird characters and extra quotes in graph.json #8

BrandonY opened this issue Jun 11, 2015 · 1 comment

Comments

@BrandonY
Copy link

Several entries in graph.json contain odd entries at the end like "[OBS" or "[R"

For example, near the beginning of the file:

"DEFIGURE":[
"TO",
"DELINEATE",
"[OBS",
"]THESE",
"TWO",
"STONES",
"AS",
"THEY",
"ARE",
"HERE",
"DEFIGURED",
"WEEVER"
]

Only "To delineate" makes up the definition of "Defigure", "[OBS" and "]THESE" contain weird characters, and "These two stones as they are here defigured --Weever" is a quotation, not a definition.

@abhijit-c
Copy link

I am running into similar issues as well. It might be useful to compile a dictionary.txt with format:

WORD
    defn: Definition of word.
    misc1: ~
    misc1: ~

with everything new line deliniated. It would make parsing alot easier for all parties. Of course, this is a lot of work.

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

2 participants