Parse interlinear to csv: Revision history

From 2nd Book
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 December 2024

  • curprev 23:3123:31, 20 December 2024Pig talk contribs 19,178 bytes 0 No edit summary
  • curprev 20:4520:45, 20 December 2024Pig talk contribs 19,178 bytes +19,178 Created page with "Write a python script to read this file: "C:\Python research\virtual_bible_interlinear.csv" having columns "id book chapter verse text" and transform it into "id book chapter verse text word" by parsing the text column into words. Create a row for each word which includes "id book chapter verse word text" where word is the word count within the verse. Output to "C:\Python research\virtual_bible_interlinear_by_word.csv" "C:\Python research\virtual_bible_interlinear_b..."