Final Project
MIT License
Please report any bugs or requests that you have using the GitHub issue tracker!
If you wish to contribute, first make your changes. Then submit a pull request
GetSuccessors:
- Given a word and the rest of the paragraph, how can we get a set of potentially accurat links describing that noun?
- Simply go to disambiguation page for that noun
Which words in an input should we choose to link? Given two links, how related are they? Given a word and a link, how related is the word to that link? (how many times does word appear in linked page?) Given a list of possible states (return value of GetSuccessors) how can we filter the results to relate to the original input?
- States: List of keywords with their assigned links
- Actions: Assign one link