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

Parse dictionaries as structured text #11

Open
waldoj opened this issue Oct 9, 2015 · 0 comments
Open

Parse dictionaries as structured text #11

waldoj opened this issue Oct 9, 2015 · 0 comments

Comments

@waldoj
Copy link
Member

waldoj commented Oct 9, 2015

We have a term → definition, with a known relationship between the two, but we're ignoring that. This system is set up for parsing unstructured text, but our text is structured. We know that a given phrase has a given definition. Instead, we're munging together every term and every definition—eliminating the structure.

The solution is to retool how this works. Instead of using a system meant to work with unstructured text, we need to use one meant to deal with structured text—something that can break down definitions and relate them to terms.

I know just enough to describe the problem and envision the solution, but not enough to execute it.

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