ToxicCoward
Jedi
I decided to return to this topic but this time with a different approach.
What and why
While doing analysis manually may lead to more accurate results from my point of view that way of work would be struggling and i don't think i would finish it before giving up.
Even through i do programming for a living my programming skills are average-at-best. Still I decided that it is only way to go.
How
@KS - member of this forum, person that is a way better programmer than me did great job of making transcripts into single .html, so i got transcripts from https://liberty239.github.io. (Session transcripts)
Then i checked characters that are most probable to appear in those transcripts, so those sound like a good candidates:
So i modified what i already had and instead of looking for certain keywords it checks for at least one quoted character in each of answers and writes answer on my browser console (with few tweaks such as excluding some english contractions for example).
Results
Script wasn't able to find quotes in following sessions:
Since there are 2000+ paragraphs i decided to put those into .txt file.
What and why
While doing analysis manually may lead to more accurate results from my point of view that way of work would be struggling and i don't think i would finish it before giving up.
Even through i do programming for a living my programming skills are average-at-best. Still I decided that it is only way to go.
How
@KS - member of this forum, person that is a way better programmer than me did great job of making transcripts into single .html, so i got transcripts from https://liberty239.github.io. (Session transcripts)
Then i checked characters that are most probable to appear in those transcripts, so those sound like a good candidates:
I already had script to loop through all paragraph answers (i made it few months ago, but its not comfortable to use for non tech-savvy guys, and its usage would lead to people not reading transcripts without context, so i do not think i should release it).",',`,´,‘,’,“,”,",,´,’,‛, "x27", "x22"
So i modified what i already had and instead of looking for certain keywords it checks for at least one quoted character in each of answers and writes answer on my browser console (with few tweaks such as excluding some english contractions for example).
Results
Script wasn't able to find quotes in following sessions:
Paragraphs with found quotes are printed into console with session date before it.I couldn't find quotes in session: Session 16 July 1994
I couldn't find quotes in session: Session 22 July 1994
I couldn't find quotes in session: Session 27 July 1994
I couldn't find quotes in session: Session 30 July 1994
I couldn't find quotes in session: Session 5 October 1994
I couldn't find quotes in session: Session 7 October 1994
I couldn't find quotes in session: Session 19 October 1994
I couldn't find quotes in session: Session 20 October 1994
I couldn't find quotes in session: Session 25 October 1994
I couldn't find quotes in session: Session 4 November 1994
I couldn't find quotes in session: Session 9 February 1995
I couldn't find quotes in session: Session 12 August 1995
I couldn't find quotes in session: Session 8 February 1996
I couldn't find quotes in session: Session 21 May 1997
I couldn't find quotes in session: Session 14 May 1998
I couldn't find quotes in session: Session 3 February 2001
I couldn't find quotes in session: Session 17 March 2001
I couldn't find quotes in session: Session 28 July 2001
I couldn't find quotes in session: Session 7 August 2001
I couldn't find quotes in session: Session 10 August 2001
I couldn't find quotes in session: Session 20 August 2001
I couldn't find quotes in session: Session 14 September 2001
I couldn't find quotes in session: Session 24 September 2001
I couldn't find quotes in session: Session 9 October 2001
I couldn't find quotes in session: Session 13 October 2001
I couldn't find quotes in session: Session 25 April 2002
I couldn't find quotes in session: Session 24 October 2009
I couldn't find quotes in session: Session 8 August 2015
I couldn't find quotes in session: Session 10 October 2015
I couldn't find quotes in session: Session 16 September 2017
I couldn't find quotes in session: Session 22 February 2020
I couldn't find quotes in session: Session 9 May 2020
I couldn't find quotes in session: Session 23 May 2020
I couldn't find quotes in session: Session 10 October 2020
I couldn't find quotes in session: Session 29 May 2021
I couldn't find quotes in session: Session 17 July 2021
I couldn't find quotes in session: Session 18 September 2021
I couldn't find quotes in session: Session 30 October 2021
I couldn't find quotes in session: Session 18 December 2021
Since there are 2000+ paragraphs i decided to put those into .txt file.