The Public Domain Rashi commentary “Sefaria Community Edition” has now been added; from this point forward it will be known as the “NSV” edition. This is because we may make changes to the commentary based on other (Public Domain) versions of Rashi, or to modify the language to comport with our translation (since many passages […]
Month: April 2021
Automatic Rashi Formatting
First; Format the Verse line: sed ‘s/^Verse /==== Verse /g’ a > b Second, encase verse text within HTML tags: a: add opening tag sed ‘/==== Verse/a \<html\>’ b > c b: add closing tag sed -e ‘:a’ -e ‘N’ -e ‘$!ba’ -e ‘s/\n\n==== Verse/\<\/html\>\n\n==== Verse/g’ c > d c: fix spacing between tag and […]
NSV Phase 3 (Part 2)
I’m going to take a bit of a break from discord, per-se, and resume work on the site. In particular I will resume work on the NSV bible, phase 3. In general phase 3 needs to be wrapped up so I can start on Phase 4 which will be new testament commentary. In general this […]