-
Notifications
You must be signed in to change notification settings - Fork 0
[FR] Add total mentions per chapter #6
Copy link
Copy link
Open
Labels
issue:enhancementsuggest a new featuresuggest a new featurescope:bracketsthings related to bracket contentsthings related to bracket contentstype:dataupdates to the data filesupdates to the data files
Description
Description
For each [Bracket Content], add how many times it was mentioned in a chapter, and how many times in total it was mentioned in the selected range.
Motivation
It will be better for statistical purposes.
Suggested Implementation
Update the chapter parser to tally the contents, then add it to the yaml file.
Currently, we can add the total to the text itself. Just add an unused token as a separator. For example <text>|<count>:
- id: "twiwnch0002011"
mentions:
- "[Innkeeper Class Obtained!]|1"
- id: "twiwnch0003026"
mentions:
- "[Gambler]|10"On our neo4j updater, parse the count and put it as a property in the MENTIONED_IN relationship.
Alternate Implementations
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue:enhancementsuggest a new featuresuggest a new featurescope:bracketsthings related to bracket contentsthings related to bracket contentstype:dataupdates to the data filesupdates to the data files
