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

Add normalized term list input form #73

Open
M-C-McGrath opened this issue May 7, 2019 · 0 comments
Open

Add normalized term list input form #73

M-C-McGrath opened this issue May 7, 2019 · 0 comments
Assignees
Milestone

Comments

@M-C-McGrath
Copy link
Member

Users need a way to input a normalized term list input form. This form should output a hash/dictionary of the following format:

{
  "Canonical Name" : [
      "Name Variant 1",
      "Variant 2",
      "var 3"]
}

This is useful for normalizing multiple name variants or grouping documents with topically-related but different keywords. Users should be able to enter the keys they want to show up as the categories, and then for each key enter an unlimited # of terms documents should be checked for. Each of these lists of terms acts as a normal term list that Catalyst can extract, except instead of being tagged with the terms themselves it is tagged with the overall key associated with the terms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants