Parse interlinear to csv: Difference between revisions

From 2nd Book
Jump to navigationJump to search
m
Text replacement - " " to ":"
m (Text replacement - "GPT" to "GPT {{ct| chatGPT }}")
Tags: Mobile edit Mobile web edit
m (Text replacement - " " to ":")
 
Line 1: Line 1:
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_by_word.csv"
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_by_word.csv"
ChatGPT {{ct| chatGPT }} said:
ChatGPT {{ct| chatGPT }} said:
ChatGPT {{ct| chatGPT }}
ChatGPT {{ct| chatGPT }}

Navigation menu