From 761012d2d023f5a5e34b48992a180ad54e5a3b40 Mon Sep 17 00:00:00 2001 From: ThijsVroegh Date: Tue, 19 Mar 2024 11:17:46 +0100 Subject: [PATCH 1/2] adapted gitignore to not track workflow and data folders --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0bfdafb..77fa5eb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,9 +16,15 @@ MANIFEST # virtual environment nv venv +navigating/ flenv/ .venv/ +data/ +workflows/ + +navigator.code-workspace + # Cython generated files __pycache__ From 890ee716195c3b569138ff22601496301f10c331 Mon Sep 17 00:00:00 2001 From: ThijsVroegh Date: Tue, 9 Apr 2024 14:14:26 +0200 Subject: [PATCH 2/2] Updated docs actions - frequency to stats --- doc/widgets/actionanalysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/widgets/actionanalysis.md b/doc/widgets/actionanalysis.md index 1c21378..fb958e4 100644 --- a/doc/widgets/actionanalysis.md +++ b/doc/widgets/actionanalysis.md @@ -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: