Skip to content

Commit

Permalink
Merge pull request #57 from navigating-stories/thijs
Browse files Browse the repository at this point in the history
Thijs
  • Loading branch information
kodymoodley committed Apr 9, 2024
2 parents 301bfdc + 890ee71 commit 32c6150
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ MANIFEST
# virtual environment
nv
venv
navigating/
flenv/
.venv/

data/
workflows/

navigator.code-workspace


# Cython generated files
__pycache__
Expand Down
2 changes: 1 addition & 1 deletion doc/widgets/actionanalysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An Orange3 widget to highlight present and past tense actions, calculate their f

- Frequency: A data table with exactly two columns. The first column is a list of actions mentioned in the input story. The second column is the number of times that action is mentioned in the story.
- Tense frequency: A data table with exactly two columns and two rows. The first column consists of two cells with string values "Past tense" and "Present tense". The second column contains the frequency (raw counts of actions belonging to each category in the first column).
- Custom token frequency (**optional**): A data table with exactly two columns. The first column is a list of words or tokens specified by the user. The second column is the number of times that word or token is mentioned in the story.
- Custom tag stats (**optional**): A data table with exactly two columns. The first column is a list of words or tokens specified by the user. The second column is the number of times that word or token is mentioned in the story.
- Actor action table: A data table with exactly two columns. The first column is a list of actors mentioned in the input story. The second column is a comma-separated string where each token in between the commas represents an action which that corresponding was involved in in the context of the story.

Example usage:
Expand Down

0 comments on commit 32c6150

Please sign in to comment.