neuralworm commited on
Commit
2f7895b
·
1 Parent(s): b4e1e0c

update Tanach to 2.2, new repo

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +4 -4
  3. __pycache__/gematria.cpython-310.pyc +0 -0
  4. __pycache__/util.cpython-310.pyc +0 -0
  5. app.py +462 -0
  6. database-structure.txt +7 -0
  7. gematria.db +3 -0
  8. gematria.py +95 -0
  9. repo.txt +656 -0
  10. requirements.txt +3 -0
  11. texts/tanach/00_Alphabet.xml +32 -0
  12. texts/tanach/01_Genesis.xml +0 -0
  13. texts/tanach/02_Exodus.xml +0 -0
  14. texts/tanach/03_Leviticus.xml +0 -0
  15. texts/tanach/04_Numbers.xml +0 -0
  16. texts/tanach/05_Deuteronomy.xml +0 -0
  17. texts/tanach/06_Joshua.xml +0 -0
  18. texts/tanach/07_Judges.xml +0 -0
  19. texts/tanach/08_Samuel_1.xml +0 -0
  20. texts/tanach/09_Samuel_2.xml +0 -0
  21. texts/tanach/10_Kings_1.xml +0 -0
  22. texts/tanach/11_Kings_2.xml +0 -0
  23. texts/tanach/12_Isaiah.xml +0 -0
  24. texts/tanach/13_Jeremiah.xml +0 -0
  25. texts/tanach/14_Ezekiel.xml +0 -0
  26. texts/tanach/15_Hosea.xml +3053 -0
  27. texts/tanach/16_Joel.xml +1317 -0
  28. texts/tanach/17_Amos.xml +2589 -0
  29. texts/tanach/18_Obadiah.xml +564 -0
  30. texts/tanach/19_Jonah.xml +994 -0
  31. texts/tanach/20_Micah.xml +1882 -0
  32. texts/tanach/21_Nahum.xml +855 -0
  33. texts/tanach/22_Habakkuk.xml +989 -0
  34. texts/tanach/23_Zephaniah.xml +1092 -0
  35. texts/tanach/24_Haggai.xml +885 -0
  36. texts/tanach/25_Zechariah.xml +0 -0
  37. texts/tanach/26_Malachi.xml +1213 -0
  38. texts/tanach/27_Chronicles_1.xml +0 -0
  39. texts/tanach/28_Chronicles_2.xml +0 -0
  40. texts/tanach/29_Psalms.xml +0 -0
  41. texts/tanach/30_Job.xml +0 -0
  42. texts/tanach/31_Proverbs.xml +0 -0
  43. texts/tanach/32_Ruth.xml +1684 -0
  44. texts/tanach/33_Song_of_Songs.xml +1767 -0
  45. texts/tanach/34_Ecclesiastes.xml +0 -0
  46. texts/tanach/35_Lamentations.xml +2259 -0
  47. texts/tanach/36_Esther.xml +0 -0
  48. texts/tanach/37_Daniel.xml +0 -0
  49. texts/tanach/38_Ezra.xml +0 -0
  50. texts/tanach/39_Nehemiah.xml +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ gematria.db filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  title: Tanach Network
3
- emoji: 🦀
4
  colorFrom: green
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.9.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Tanach Network
3
+ emoji: 📊
4
  colorFrom: green
5
+ colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 4.39.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
__pycache__/gematria.cpython-310.pyc ADDED
Binary file (4.48 kB). View file
 
__pycache__/util.cpython-310.pyc ADDED
Binary file (1.52 kB). View file
 
app.py ADDED
@@ -0,0 +1,462 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import json
3
+ import re
4
+ import sqlite3
5
+ import logging
6
+ from collections import defaultdict
7
+ from typing import Tuple, Dict, List
8
+
9
+ # Assuming you have these files in your project
10
+ from util import process_json_files
11
+ from gematria import calculate_gematria
12
+ from deep_translator import GoogleTranslator, exceptions
13
+ from urllib.parse import quote_plus
14
+ from tqdm import tqdm
15
+
16
+ # Constants
17
+ DATABASE_FILE = 'gematria.db'
18
+ MAX_PHRASE_LENGTH_LIMIT = 20
19
+ BATCH_SIZE = 10000
20
+
21
+ # Set up logging
22
+ logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
23
+
24
+ # Global variables
25
+ conn: sqlite3.Connection = None
26
+ translator: GoogleTranslator = None
27
+ book_names: Dict[int, str] = {}
28
+ gematria_cache: Dict[Tuple[int, int], List[Tuple[str, str, int, int, int, str]]] = {}
29
+ translation_cache: Dict[str, str] = {}
30
+ total_word_count: int = 0 # Global counter for word position
31
+
32
+
33
+ def initialize_database() -> None:
34
+ """Initializes the SQLite database."""
35
+ global conn
36
+ conn = sqlite3.connect(DATABASE_FILE)
37
+ cursor = conn.cursor()
38
+
39
+ cursor.execute('''
40
+ CREATE TABLE IF NOT EXISTS results (
41
+ gematria_sum INTEGER,
42
+ words TEXT,
43
+ translation TEXT,
44
+ book TEXT,
45
+ chapter INTEGER,
46
+ verse INTEGER,
47
+ phrase_length INTEGER,
48
+ word_position TEXT,
49
+ PRIMARY KEY (gematria_sum, words, book, chapter, verse, word_position)
50
+ )
51
+ ''')
52
+
53
+ cursor.execute('''
54
+ CREATE INDEX IF NOT EXISTS idx_results_gematria
55
+ ON results (gematria_sum)
56
+ ''')
57
+
58
+ cursor.execute('''
59
+ CREATE TABLE IF NOT EXISTS processed_books (
60
+ book TEXT PRIMARY KEY,
61
+ max_phrase_length INTEGER
62
+ )
63
+ ''')
64
+
65
+ conn.commit()
66
+
67
+
68
+ def initialize_translator() -> None:
69
+ """Initializes the Google Translator."""
70
+ global translator
71
+ translator = GoogleTranslator(source='iw', target='en')
72
+ logging.info("Translator initialized.")
73
+
74
+
75
+ def process_book(book_id: int, max_phrase_length: int, cursor):
76
+ """Processes a single book and returns phrases to insert."""
77
+ global book_names, total_word_count
78
+ book_data = process_json_files(book_id, book_id)
79
+ phrases_to_insert = []
80
+
81
+ if book_id in book_data:
82
+ book_data = book_data[book_id]
83
+ if 'title' not in book_data or not isinstance(book_data['title'], str):
84
+ logging.warning(f"Skipping book {book_id} due to missing 'title' field.")
85
+ return phrases_to_insert
86
+
87
+ title = book_data['title']
88
+ book_names[book_id] = title
89
+
90
+ # Check if this book has already been processed for this phrase length
91
+ cursor.execute('''SELECT max_phrase_length FROM processed_books WHERE book = ?''', (title,))
92
+ result = cursor.fetchone()
93
+ if result and result[0] >= max_phrase_length:
94
+ logging.info(f"Skipping book {title}: Already processed with max_phrase_length {result[0]}")
95
+ return phrases_to_insert
96
+
97
+ if 'text' not in book_data or not isinstance(book_data['text'], list):
98
+ logging.warning(f"Skipping book {book_id} due to missing 'text' field.")
99
+ return phrases_to_insert
100
+
101
+ chapters = book_data['text']
102
+ for chapter_id, chapter in enumerate(chapters):
103
+ for verse_id, verse in enumerate(chapter):
104
+ verse_text = flatten_text(verse)
105
+ verse_text = re.sub(r'\[.*?\]', '', verse_text)
106
+ verse_text = re.sub(r"[^\u05D0-\u05EA ]+", "", verse_text)
107
+ verse_text = re.sub(r" +", " ", verse_text)
108
+ words = verse_text.split()
109
+
110
+ for length in range(1, max_phrase_length + 1):
111
+ for start in range(len(words) - length + 1):
112
+ phrase_candidate = " ".join(words[start:start + length])
113
+ gematria_sum = calculate_gematria(phrase_candidate.replace(" ", ""))
114
+
115
+ word_position_range = f"{total_word_count + start + 1}-{total_word_count + start + length}"
116
+
117
+ phrases_to_insert.append(
118
+ (gematria_sum, phrase_candidate, None, title, chapter_id + 1, verse_id + 1, length,
119
+ word_position_range))
120
+
121
+ total_word_count += len(words)
122
+
123
+ return phrases_to_insert
124
+
125
+
126
+ def populate_database(start_book: int, end_book: int, max_phrase_length: int = 1) -> None:
127
+ """Populates the database with phrases from the Tanach."""
128
+ global conn, book_names, total_word_count
129
+ logging.info(f"Populating database with books from {start_book} to {end_book}...")
130
+
131
+ with sqlite3.connect(DATABASE_FILE) as conn:
132
+ cursor = conn.cursor()
133
+
134
+ for book_id in tqdm(range(start_book, end_book + 1), desc="Processing Books"):
135
+ phrases_to_insert = process_book(book_id, max_phrase_length, cursor)
136
+
137
+ if phrases_to_insert:
138
+ cursor.executemany('''
139
+ INSERT OR IGNORE INTO results (gematria_sum, words, translation, book, chapter, verse, phrase_length, word_position)
140
+ VALUES (?, ?, ?, ?, ?, ?, ?, ?)
141
+ ''', phrases_to_insert)
142
+
143
+ # Update processed_books after processing each book
144
+ cursor.execute('''
145
+ INSERT OR REPLACE INTO processed_books (book, max_phrase_length)
146
+ VALUES (?, ?)
147
+ ''', (book_names[book_id], max_phrase_length))
148
+
149
+ conn.commit()
150
+
151
+ total_word_count = 0 # Reset for the next set of phrase lengths
152
+
153
+
154
+ def get_translation(phrase: str) -> str:
155
+ """Retrieves or generates the English translation of a Hebrew phrase
156
+ and caches it in the database.
157
+ """
158
+ global conn, translator, translation_cache
159
+
160
+ # Check if the translation exists in the database
161
+ with sqlite3.connect(DATABASE_FILE) as conn:
162
+ cursor = conn.cursor()
163
+ cursor.execute("SELECT translation FROM results WHERE words = ? LIMIT 1", (phrase,))
164
+ result = cursor.fetchone()
165
+ if result and result[0]: # If a translation exists, use it
166
+ return result[0]
167
+
168
+ # If no translation in the database, translate and store it
169
+ translation = translate_and_store(phrase)
170
+ translation_cache[phrase] = translation
171
+
172
+ # Update the database with the new translation
173
+ with sqlite3.connect(DATABASE_FILE) as conn:
174
+ cursor = conn.cursor()
175
+ cursor.execute("UPDATE results SET translation = ? WHERE words = ?", (translation, phrase))
176
+ conn.commit()
177
+
178
+ return translation
179
+
180
+
181
+ def translate_and_store(phrase: str) -> str:
182
+ """Translates a Hebrew phrase to English using Google Translate."""
183
+ global translator
184
+ max_retries = 3
185
+ retries = 0
186
+ while retries < max_retries:
187
+ try:
188
+ translation = translator.translate(phrase)
189
+ return translation
190
+ except (exceptions.TranslationNotFound, exceptions.NotValidPayload,
191
+ exceptions.ServerException, exceptions.RequestError) as e:
192
+ retries += 1
193
+ logging.warning(f"Error translating phrase '{phrase}': {e}. Retrying... ({retries}/{max_retries})")
194
+ logging.error(f"Failed to translate phrase '{phrase}' after {max_retries} retries.")
195
+ return "[Translation Error]"
196
+
197
+
198
+ def search_gematria_in_db(gematria_sum: int, max_words: int) -> List[Tuple[str, str, int, int, int, str]]:
199
+ """Searches the database for phrases with a given Gematria value."""
200
+ global conn
201
+ with sqlite3.connect(DATABASE_FILE) as conn:
202
+ cursor = conn.cursor()
203
+ cursor.execute('''
204
+ SELECT words, book, chapter, verse, phrase_length, word_position
205
+ FROM results
206
+ WHERE gematria_sum = ? AND phrase_length <= ?
207
+ ''', (gematria_sum, max_words))
208
+ results = cursor.fetchall()
209
+ return results
210
+
211
+
212
+ def gematria_search_interface(phrases: str, max_words: int, show_translation: bool, auto_adjust_length: bool) -> str:
213
+ """The main function for the Gradio interface, handling multiple phrases."""
214
+ global conn, book_names, gematria_cache
215
+
216
+ results = []
217
+ all_results = [] # Store results for each phrase
218
+ middle_words_results = [] # Store middle word results for all books
219
+ all_names_average_position = 0 # Initialize variable for average position across all names and books
220
+ total_name_count = 0 # Initialize counter for the total number of names processed
221
+
222
+ phrases = phrases.strip().splitlines()
223
+ if not phrases:
224
+ return "Please enter at least one phrase."
225
+
226
+ for phrase in phrases:
227
+ if not phrase.strip():
228
+ continue # Skip empty lines
229
+
230
+ numbers = re.findall(r'\d+', phrase)
231
+ text_without_numbers = re.sub(r'\d+', '', phrase)
232
+ phrase_gematria = calculate_gematria(text_without_numbers.replace(" ", ""))
233
+ phrase_gematria += sum(int(number) for number in numbers)
234
+
235
+ # Dynamically adjust max_words if auto_adjust_length is enabled
236
+ if auto_adjust_length:
237
+ max_words = len(text_without_numbers.split())
238
+ max_words = min(max_words, MAX_PHRASE_LENGTH_LIMIT)
239
+
240
+ if (phrase_gematria, max_words) in gematria_cache:
241
+ matching_phrases = gematria_cache[(phrase_gematria, max_words)]
242
+ else:
243
+ matching_phrases = search_gematria_in_db(phrase_gematria, max_words)
244
+ gematria_cache[(phrase_gematria, max_words)] = matching_phrases
245
+
246
+ if not matching_phrases:
247
+ results.append(f"No matching phrases found for: {phrase}")
248
+ continue
249
+
250
+ sorted_phrases = sorted(matching_phrases,
251
+ key=lambda x: (int(list(book_names.keys())[list(book_names.values()).index(x[1])]), x[2],
252
+ x[3]))
253
+ results_by_book = defaultdict(list)
254
+ for words, book, chapter, verse, phrase_length, word_position in sorted_phrases:
255
+ results_by_book[book].append((words, chapter, verse, phrase_length, word_position))
256
+
257
+ results.append(f"<h2>Results for: {phrase} (Gematria: {phrase_gematria})</h2>")
258
+ results.append("<div class='results-container'>")
259
+ for book, phrases in results_by_book.items():
260
+ for words, chapter, verse, phrase_length, word_position in phrases:
261
+ translation = get_translation(words) if show_translation else ""
262
+ link = f"https://www.biblegateway.com/passage/?search={quote_plus(book)}+{chapter}%3A{verse}&version=CJB"
263
+ results.append(f"""
264
+ <div class='result-item'>
265
+ <p><b>Book:</b> {book}</p>
266
+ <p><b>Chapter:</b> {chapter}, <b>Verse:</b> {verse}</p>
267
+ <p class='hebrew-phrase'><b>Hebrew Phrase:</b> {words}</p>
268
+ <p><b>Translation:</b> {translation}</p>
269
+ <p><b>Phrase Length:</b> {phrase_length} words</p>
270
+ <p><b>Phrase Gematria:</b> {phrase_gematria}</p>
271
+ <p><b>Word Position in the Tanach:</b> {word_position}</p>
272
+ <a href='{link}' target='_blank' class='bible-link'>[See on Bible Gateway]</a>
273
+ </div>
274
+ """)
275
+
276
+ # Calculate average position for the current name across all books
277
+ name_average_position = calculate_average_position_for_name(results_by_book)
278
+ if name_average_position is not None:
279
+ results.append(f"<p><b>Average Word Position for '{phrase}' across all books:</b> {name_average_position:.2f}</p>")
280
+ all_names_average_position += name_average_position
281
+ total_name_count += 1
282
+
283
+ results.append("</div>")
284
+ all_results.append(results_by_book) # Store results by book without the phrase
285
+
286
+ # Calculate the average word position across all names and all their books
287
+ if total_name_count > 0:
288
+ all_names_average_position /= total_name_count
289
+ results.append(f"<h2>Average Word Position Across All Names and Books: {all_names_average_position:.2f}</h2>")
290
+
291
+ # Calculate middle words for all input lines (common books)
292
+ if len(all_results) >= 2:
293
+ results.append("<h2>Middle Words (Common Books):</h2>")
294
+ results.append("<div class='results-container'>")
295
+
296
+ common_books = set.intersection(*[set(results.keys()) for results in all_results])
297
+ logging.debug(f"Common books: {common_books}")
298
+
299
+ for book in common_books:
300
+ logging.debug(f"Processing book: {book}")
301
+
302
+ # Find nearest positions for all phrases in the current book
303
+ nearest_positions = find_nearest_positions([results[book] for results in all_results])
304
+ logging.debug(f"Nearest positions in {book}: {nearest_positions}")
305
+
306
+ if nearest_positions:
307
+ middle_word_position = sum(nearest_positions) / len(nearest_positions)
308
+ logging.debug(f"Calculated middle word position in {book}: {middle_word_position}")
309
+
310
+ start_position = int(middle_word_position)
311
+ end_position = start_position + 1 if middle_word_position % 1 != 0 else start_position
312
+ logging.debug(f"Middle word position range in {book}: {start_position}-{end_position}")
313
+
314
+ middle_words_data = get_words_from_db(book, start_position, end_position)
315
+ logging.debug(f"Middle words data fetched from database: {middle_words_data}")
316
+
317
+ if middle_words_data:
318
+ # Store middle word data along with book name for sorting
319
+ middle_words_results.extend([(book, data) for data in middle_words_data])
320
+ else:
321
+ # Handle edge case: fetch words independently for start and end positions
322
+ logging.debug(f"No middle words found for range {start_position}-{end_position}. "
323
+ f"Fetching words independently.")
324
+ middle_words_data_start = get_words_from_db(book, start_position, start_position)
325
+ middle_words_data_end = get_words_from_db(book, end_position, end_position)
326
+
327
+ if middle_words_data_start or middle_words_data_end:
328
+ middle_words_results.extend([(book, data) for data in middle_words_data_start + middle_words_data_end])
329
+
330
+ # Sort middle words results by book order before displaying
331
+ middle_words_results.sort(key=lambda x: int(list(book_names.keys())[list(book_names.values()).index(x[0])]))
332
+
333
+ for book, (words, chapter, verse, phrase_length, word_position) in middle_words_results:
334
+ translation = get_translation(words) if show_translation else ""
335
+ link = f"https://www.biblegateway.com/passage/?search={quote_plus(book)}+{chapter}%3A{verse}&version=CJB"
336
+ results.append(f"""
337
+ <div class='result-item'>
338
+ <p><b>Book:</b> {book}</p>
339
+ <p><b>Chapter:</b> {chapter}, <b>Verse:</b> {verse}</p>
340
+ <p class='hebrew-phrase'><b>Hebrew Phrase:</b> {words}</p>
341
+ <p><b>Translation:</b> {translation}</p>
342
+ <p><b>Phrase Length:</b> {phrase_length} words</p>
343
+ <p><b>Word Position in the Tanach:</b> {word_position}</p>
344
+ <a href='{link}' target='_blank' class='bible-link'>[See on Bible Gateway]</a>
345
+ </div>
346
+ """)
347
+ results.append("</div>")
348
+
349
+ # Style modified to position search on top and results below
350
+ style = """
351
+ <style>
352
+ .results-container {
353
+ display: grid;
354
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
355
+ gap: 20px;
356
+ width: 100%; /* Make results container take full width */
357
+ }
358
+ .result-item {
359
+ border: 1px solid #ccc;
360
+ padding: 15px;
361
+ border-radius: 5px;
362
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
363
+ }
364
+ .hebrew-phrase {
365
+ font-family: 'SBL Hebrew', 'Ezra SIL', serif;
366
+ direction: rtl;
367
+ }
368
+ .bible-link {
369
+ display: block;
370
+ margin-top: 10px;
371
+ color: #007bff;
372
+ text-decoration: none;
373
+ }
374
+ </style>
375
+ """
376
+ return style + "\n".join(results)
377
+
378
+ def calculate_average_position_for_name(results_by_book: Dict[str, List[Tuple]]) -> float:
379
+ """Calculates the average word position for a single name across all books."""
380
+ positions = []
381
+ for book, phrases in results_by_book.items():
382
+ for _, _, _, _, word_position in phrases:
383
+ start, end = map(int, word_position.split('-'))
384
+ positions.append((start + end) / 2)
385
+ return sum(positions) / len(positions) if positions else None
386
+
387
+ def find_nearest_positions(results_lists: List[List]) -> List[int]:
388
+ """Finds the nearest word positions among multiple lists of results."""
389
+ nearest_positions = []
390
+ for i in range(len(results_lists)):
391
+ positions_i = [(int(pos.split('-')[0]) + int(pos.split('-')[1])) / 2
392
+ for _, _, _, _, pos in results_lists[i]] # Get average of start and end positions
393
+ logging.debug(f"Positions for phrase {i+1}: {positions_i}")
394
+
395
+ # Calculate the average position for the current phrase
396
+ average_position = sum(positions_i) / len(positions_i) if positions_i else None
397
+ logging.debug(f"Average position for phrase {i+1}: {average_position}")
398
+
399
+ if average_position is not None:
400
+ nearest_positions.append(average_position)
401
+
402
+ return nearest_positions
403
+
404
+
405
+ def get_words_from_db(book: str, start_position: int, end_position: int) -> List[Tuple]:
406
+ """Fetches words from the database based on the book and exact word position range."""
407
+ global conn
408
+ logging.debug(f"Fetching words from database for {book} at positions {start_position}-{end_position}")
409
+ with sqlite3.connect(DATABASE_FILE) as conn:
410
+ cursor = conn.cursor()
411
+ cursor.execute("""
412
+ SELECT words, chapter, verse, phrase_length, word_position
413
+ FROM results
414
+ WHERE book = ? AND word_position = ?
415
+ """, (book, f"{start_position}-{end_position}")) # Directly compare word_position
416
+ results = cursor.fetchall()
417
+ logging.debug(f"Words fetched from database: {results}")
418
+ return results
419
+
420
+
421
+ def flatten_text(text: List) -> str:
422
+ """Flattens nested lists into a single list."""
423
+ if isinstance(text, list):
424
+ return " ".join(flatten_text(item) if isinstance(item, list) else item for item in text)
425
+ return text
426
+
427
+
428
+ def run_app() -> None:
429
+ """Initializes and launches the Gradio app."""
430
+ global conn
431
+ initialize_database()
432
+ initialize_translator()
433
+
434
+ logging.info("Starting database population...")
435
+ for max_phrase_length in range(1, MAX_PHRASE_LENGTH_LIMIT + 1):
436
+ populate_database(1, 39, max_phrase_length=max_phrase_length)
437
+ logging.info("Database population complete.")
438
+
439
+ with gr.Blocks() as iface: # Use gr.Blocks() for layout control
440
+ with gr.Row(): # Place inputs in a row
441
+ textbox = gr.Textbox(label="Enter word(s) or numbers (one phrase per line)", lines=5)
442
+ slider = gr.Slider(label="Max Word Count in Result Phrases", minimum=1,
443
+ maximum=MAX_PHRASE_LENGTH_LIMIT, step=1,
444
+ value=1)
445
+ checkbox = gr.Checkbox(label="Show Translation", value=True)
446
+ auto_adjust_checkbox = gr.Checkbox(label="Auto-Adjust Phrase Length", value=False)
447
+ with gr.Row(): # Place buttons in a row
448
+ clear_button = gr.Button("Clear")
449
+ submit_button = gr.Button("Submit", variant="primary")
450
+
451
+ html_output = gr.HTML(label="Results") # Output for the results
452
+
453
+ submit_button.click(fn=gematria_search_interface,
454
+ inputs=[textbox, slider, checkbox, auto_adjust_checkbox],
455
+ outputs=html_output)
456
+ clear_button.click(fn=lambda: "", inputs=None, outputs=html_output) # Clear the output
457
+
458
+ iface.launch()
459
+
460
+
461
+ if __name__ == "__main__":
462
+ run_app()
database-structure.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Gematria Sum, Words, Translation, Book, Chapter, Verse, Phrase Length, Phrase Position
2
+ 913 בראשית Genesis 1 1 1 1-1
3
+ 1116 בראשית ברא Genesis 1 1 2 1-2
4
+ 1762 בראשית ברא אלהים Genesis 1 1 3 1-3
5
+ 2163 בראשית ברא אלהים את Genesis 1 1 4 1-4
6
+ 3118 בראשית ברא אלהים את השמים Genesis 1 1 5 1-5
7
+ 3525 בראשית ברא אלהים את השמים ואת Genesis 1 1 6 1-6
gematria.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec37be5cf3e4c1aee1bfb9bf3eac96e4f1f73c1eee48dd383ec2a629acc6bbf1
3
+ size 544038912
gematria.py ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import unicodedata
2
+
3
+ def strip_diacritics(text):
4
+ """
5
+ Entfernt Diakritika von Unicode-Zeichen, um den Basisbuchstaben zu erhalten, und gibt Warnungen
6
+ für tatsächlich unbekannte Zeichen aus.
7
+ """
8
+ stripped_text = ''
9
+ for char in unicodedata.normalize('NFD', text):
10
+ if unicodedata.category(char) not in ['Mn', 'Cf']:
11
+ stripped_text += char
12
+ else:
13
+ print(f"Info: Diakritisches Zeichen '{char}' wird ignoriert.")
14
+ return stripped_text
15
+
16
+ def letter_to_value(letter):
17
+ """
18
+ Konvertiert einen einzelnen Buchstaben in seinen Gematria-Wert, ignoriert Leerzeichen
19
+ und Nicht-Buchstaben-Zeichen.
20
+ """
21
+ # Dein vorhandenes Wörterbuch bleibt unverändert
22
+ values = {
23
+ # Lateinische Buchstaben
24
+ 'a': 1, 'b': 2, 'c': 3, 'd': 4, 'e': 5, 'f': 6, 'g': 7, 'h': 8, 'i': 9, 'j': 600,
25
+ 'k': 10, 'l': 20, 'm': 30, 'n': 40, 'o': 50, 'p': 60, 'q': 70, 'r': 80, 's': 90,
26
+ 't': 100, 'u': 200, 'v': 700, 'w': 900, 'x': 300, 'y': 400, 'z': 500,
27
+
28
+ 'A': 1, 'B': 2, 'C': 3, 'D': 4, 'E': 5, 'F': 6, 'G': 7, 'H': 8, 'I': 9, 'J': 600,
29
+ 'K': 10, 'L': 20, 'M': 30, 'N': 40, 'O': 50, 'P': 60, 'Q': 70, 'R': 80, 'S': 90,
30
+ 'T': 100, 'U': 200, 'V': 700, 'W': 900, 'X': 300, 'Y': 400, 'Z': 500,
31
+
32
+ # Basisbuchstaben und einige bereits genannte Varianten
33
+ 'ا': 1, 'أ': 1, 'إ': 1, 'آ': 1, 'ب': 2, 'ج': 3, 'د': 4, 'ه': 5, 'و': 6, 'ز': 7, 'ح': 8, 'ط': 9,
34
+ 'ي': 10, 'ى': 10, 'ك': 20, 'ک': 20, 'ل': 30, 'م': 40, 'ن': 50, 'س': 60, 'ع': 70, 'ف': 80,
35
+ 'ص': 90, 'ق': 100, 'ر': 200, 'ش': 300, 'ت': 400, 'ث': 500, 'خ': 600, 'ذ': 700, 'ض': 800, 'ظ': 900, 'غ': 1000,
36
+ 'ٱ': 1, # Alif Wasla
37
+ 'ـ': 0, # Tatweel
38
+
39
+ # Zusätzliche Varianten und Sonderzeichen
40
+ 'ة': 400, # Taa Marbuta
41
+ 'ؤ': 6, # Waw mit Hamza darüber
42
+ 'ئ': 10, # Ya mit Hamza darüber
43
+ 'ء': 1, # Hamza
44
+ 'ى': 10, # Alif Maqsurah
45
+ 'ٹ': 400, # Taa' marbuta goal
46
+ 'پ': 2, # Pe (Persisch/Urdu)
47
+ 'چ': 3, # Che (Persisch/Urdu)
48
+ 'ژ': 7, # Zhe (Persisch/Urdu)
49
+ 'گ': 20, # Gaf (Persisch/Urdu)
50
+ 'ڭ': 20, # Ngaf (Kazakh, Uyghur, Uzbek, and in some Arabic dialects)
51
+ 'ں': 50, # Noon Ghunna (Persisch/Urdu)
52
+ 'ۀ': 5, # Heh with Yeh above (Persisch/Urdu)
53
+ 'ے': 10, # Barree Yeh (Persisch/Urdu)
54
+ '؋': 0, # Afghani Sign (wird als Währungssymbol verwendet, nicht für Gematria relevant, aber hier zur Vollständigkeit aufgeführt)
55
+
56
+ # Anmerkung: Das Währungssymbol und ähnliche Zeichen sind in einem Gematria-Kontext normalerweise nicht relevant,
57
+ # werden aber der Vollständigkeit halber aufgeführt. Es gibt noch viele weitere spezifische Zeichen in erweiterten
58
+ # arabischen Schriftsystemen (z.B. für andere Sprachen wie Persisch, Urdu, Pashto usw.), die hier nicht vollständig
59
+ # abgedeckt sind.
60
+
61
+ # Grund- und Schlussformen hebräischer Buchstaben
62
+
63
+ 'א': 1, 'ב': 2, 'ג': 3, 'ד': 4, 'ה': 5, 'ו': 6, 'ז': 7, 'ח': 8, 'ט': 9, 'י': 10,
64
+ 'כ': 20, 'ך': 500, 'ל': 30, 'מ': 40, 'ם': 600, 'נ': 50, 'ן': 700, 'ס': 60, 'ע': 70, 'פ': 80, 'ף': 800,
65
+ 'צ': 90, 'ץ': 900, 'ק': 100, 'ר': 200, 'ש': 300, 'ת': 400,
66
+
67
+ # Griechische Buchstaben
68
+ 'α': 1, 'β': 2, 'γ': 3, 'δ': 4, 'ε': 5, 'ϝ': 6, 'ζ': 7, 'η': 8, 'θ': 9, 'ι': 10,
69
+ 'κ': 20, 'λ': 30, 'μ': 40, 'ν': 50, 'ξ': 60, 'ο': 70, 'π': 80, 'ϟ': 90, 'ρ': 100,
70
+ 'σ': 200, 'τ': 300, 'υ': 400, 'φ': 500, 'χ': 600, 'ψ': 700, 'ω': 800, 'ϡ': 900,
71
+
72
+ # Griechische Großbuchstaben
73
+ 'Α': 1, 'Β': 2, 'Γ': 3, 'Δ': 4, 'Ε': 5, 'Ϝ': 6, 'Ζ': 7, 'Η': 8, 'Θ': 9, 'Ι': 10,
74
+ 'Κ': 20, 'Λ': 30, 'Μ': 40, 'Ν': 50, 'Ξ': 60, 'Ο': 70, 'Π': 80, 'Ϟ': 90, 'Ρ': 100,
75
+ 'Σ': 200, 'Τ': 300, 'Υ': 400, 'Φ': 500, 'Χ': 600, 'Ψ': 700, 'Ω': 800, 'Ϡ': 900,
76
+ 'σ': 200, # Sigma
77
+ 'ς': 200, # Final Sigma
78
+ }
79
+
80
+ # Stelle sicher, dass Diakritika entfernt werden, bevor auf das Wörterbuch zugegriffen wird
81
+ letter_no_diacritics = strip_diacritics(letter)
82
+
83
+ if letter_no_diacritics in values:
84
+ return values[letter_no_diacritics.lower()]
85
+ elif letter.strip() == "": # Ignoriere Leerzeichen und leere Zeilen
86
+ return 0
87
+ else:
88
+ # Gib eine spezifische Warnung aus, wenn das Zeichen unbekannt ist
89
+ print(f"Warnung: Unbekanntes Zeichen '{letter}' ignoriert.")
90
+ return 0
91
+
92
+
93
+ def calculate_gematria(text):
94
+ """Calculate the Gematria value of a given Hebrew text, ignoring spaces and non-Hebrew characters."""
95
+ return sum(letter_to_value(letter) for letter in text if letter.strip() != "")
repo.txt ADDED
@@ -0,0 +1,656 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Repository Documentation
2
+ This document provides a comprehensive overview of the repository's structure and contents.
3
+ The first section, titled 'Directory/File Tree', displays the repository's hierarchy in a tree format.
4
+ In this section, directories and files are listed using tree branches to indicate their structure and relationships.
5
+ Following the tree representation, the 'File Content' section details the contents of each file in the repository.
6
+ Each file's content is introduced with a '[File Begins]' marker followed by the file's relative path,
7
+ and the content is displayed verbatim. The end of each file's content is marked with a '[File Ends]' marker.
8
+ This format ensures a clear and orderly presentation of both the structure and the detailed contents of the repository.
9
+
10
+ Directory/File Tree Begins -->
11
+
12
+ /
13
+ ├── README.md
14
+ ├── __pycache__
15
+ ├── app.py
16
+ ├── database-structure.txt
17
+ ├── gematria.py
18
+ ├── requirements.txt
19
+ ├── texts
20
+ └── util.py
21
+
22
+ <-- Directory/File Tree Ends
23
+
24
+ File Content Begin -->
25
+ [File Begins] README.md
26
+ ---
27
+ title: Tanach Network
28
+ emoji: 📊
29
+ colorFrom: green
30
+ colorTo: pink
31
+ sdk: gradio
32
+ sdk_version: 4.39.0
33
+ app_file: app.py
34
+ pinned: false
35
+ ---
36
+
37
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
38
+ [File Ends] README.md
39
+
40
+ [File Begins] app.py
41
+ import gradio as gr
42
+ import json
43
+ import re
44
+ import sqlite3
45
+ import logging
46
+ from collections import defaultdict
47
+ from typing import Tuple, Dict, List
48
+
49
+ # Assuming you have these files in your project
50
+ from util import process_json_files
51
+ from gematria import calculate_gematria
52
+ from deep_translator import GoogleTranslator, exceptions
53
+ from urllib.parse import quote_plus
54
+ from tqdm import tqdm
55
+
56
+ # Constants
57
+ DATABASE_FILE = 'gematria.db'
58
+ MAX_PHRASE_LENGTH_LIMIT = 20
59
+ BATCH_SIZE = 10000
60
+
61
+ # Set up logging
62
+ logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
63
+
64
+ # Global variables
65
+ conn: sqlite3.Connection = None
66
+ translator: GoogleTranslator = None
67
+ book_names: Dict[int, str] = {}
68
+ gematria_cache: Dict[Tuple[int, int], List[Tuple[str, str, int, int, int, str]]] = {}
69
+ translation_cache: Dict[str, str] = {}
70
+ total_word_count: int = 0 # Global counter for word position
71
+
72
+
73
+ def initialize_database() -> None:
74
+ """Initializes the SQLite database."""
75
+ global conn
76
+ conn = sqlite3.connect(DATABASE_FILE)
77
+ cursor = conn.cursor()
78
+
79
+ cursor.execute('''
80
+ CREATE TABLE IF NOT EXISTS results (
81
+ gematria_sum INTEGER,
82
+ words TEXT,
83
+ translation TEXT,
84
+ book TEXT,
85
+ chapter INTEGER,
86
+ verse INTEGER,
87
+ phrase_length INTEGER,
88
+ word_position TEXT,
89
+ PRIMARY KEY (gematria_sum, words, book, chapter, verse, word_position)
90
+ )
91
+ ''')
92
+
93
+ cursor.execute('''
94
+ CREATE INDEX IF NOT EXISTS idx_results_gematria
95
+ ON results (gematria_sum)
96
+ ''')
97
+
98
+ cursor.execute('''
99
+ CREATE TABLE IF NOT EXISTS processed_books (
100
+ book TEXT PRIMARY KEY,
101
+ max_phrase_length INTEGER
102
+ )
103
+ ''')
104
+
105
+ conn.commit()
106
+
107
+
108
+ def initialize_translator() -> None:
109
+ """Initializes the Google Translator."""
110
+ global translator
111
+ translator = GoogleTranslator(source='iw', target='en')
112
+ logging.info("Translator initialized.")
113
+
114
+
115
+ def process_book(book_id: int, max_phrase_length: int, cursor):
116
+ """Processes a single book and returns phrases to insert."""
117
+ global book_names, total_word_count
118
+ book_data = process_json_files(book_id, book_id)
119
+ phrases_to_insert = []
120
+
121
+ if book_id in book_data:
122
+ book_data = book_data[book_id]
123
+ if 'title' not in book_data or not isinstance(book_data['title'], str):
124
+ logging.warning(f"Skipping book {book_id} due to missing 'title' field.")
125
+ return phrases_to_insert
126
+
127
+ title = book_data['title']
128
+ book_names[book_id] = title
129
+
130
+ # Check if this book has already been processed for this phrase length
131
+ cursor.execute('''SELECT max_phrase_length FROM processed_books WHERE book = ?''', (title,))
132
+ result = cursor.fetchone()
133
+ if result and result[0] >= max_phrase_length:
134
+ logging.info(f"Skipping book {title}: Already processed with max_phrase_length {result[0]}")
135
+ return phrases_to_insert
136
+
137
+ if 'text' not in book_data or not isinstance(book_data['text'], list):
138
+ logging.warning(f"Skipping book {book_id} due to missing 'text' field.")
139
+ return phrases_to_insert
140
+
141
+ chapters = book_data['text']
142
+ for chapter_id, chapter in enumerate(chapters):
143
+ for verse_id, verse in enumerate(chapter):
144
+ verse_text = flatten_text(verse)
145
+ verse_text = re.sub(r'\[.*?\]', '', verse_text)
146
+ verse_text = re.sub(r"[^\u05D0-\u05EA ]+", "", verse_text)
147
+ verse_text = re.sub(r" +", " ", verse_text)
148
+ words = verse_text.split()
149
+
150
+ for length in range(1, max_phrase_length + 1):
151
+ for start in range(len(words) - length + 1):
152
+ phrase_candidate = " ".join(words[start:start + length])
153
+ gematria_sum = calculate_gematria(phrase_candidate.replace(" ", ""))
154
+
155
+ word_position_range = f"{total_word_count + start + 1}-{total_word_count + start + length}"
156
+
157
+ phrases_to_insert.append(
158
+ (gematria_sum, phrase_candidate, None, title, chapter_id + 1, verse_id + 1, length,
159
+ word_position_range))
160
+
161
+ total_word_count += len(words)
162
+
163
+ return phrases_to_insert
164
+
165
+
166
+ def populate_database(start_book: int, end_book: int, max_phrase_length: int = 1) -> None:
167
+ """Populates the database with phrases from the Tanach."""
168
+ global conn, book_names, total_word_count
169
+ logging.info(f"Populating database with books from {start_book} to {end_book}...")
170
+
171
+ with sqlite3.connect(DATABASE_FILE) as conn:
172
+ cursor = conn.cursor()
173
+
174
+ for book_id in tqdm(range(start_book, end_book + 1), desc="Processing Books"):
175
+ phrases_to_insert = process_book(book_id, max_phrase_length, cursor)
176
+
177
+ if phrases_to_insert:
178
+ cursor.executemany('''
179
+ INSERT OR IGNORE INTO results (gematria_sum, words, translation, book, chapter, verse, phrase_length, word_position)
180
+ VALUES (?, ?, ?, ?, ?, ?, ?, ?)
181
+ ''', phrases_to_insert)
182
+
183
+ # Update processed_books after processing each book
184
+ cursor.execute('''
185
+ INSERT OR REPLACE INTO processed_books (book, max_phrase_length)
186
+ VALUES (?, ?)
187
+ ''', (book_names[book_id], max_phrase_length))
188
+
189
+ conn.commit()
190
+
191
+ total_word_count = 0 # Reset for the next set of phrase lengths
192
+
193
+
194
+ def get_translation(phrase: str) -> str:
195
+ """Retrieves or generates the English translation of a Hebrew phrase
196
+ and caches it in the database.
197
+ """
198
+ global conn, translator, translation_cache
199
+
200
+ # Check if the translation exists in the database
201
+ with sqlite3.connect(DATABASE_FILE) as conn:
202
+ cursor = conn.cursor()
203
+ cursor.execute("SELECT translation FROM results WHERE words = ? LIMIT 1", (phrase,))
204
+ result = cursor.fetchone()
205
+ if result and result[0]: # If a translation exists, use it
206
+ return result[0]
207
+
208
+ # If no translation in the database, translate and store it
209
+ translation = translate_and_store(phrase)
210
+ translation_cache[phrase] = translation
211
+
212
+ # Update the database with the new translation
213
+ with sqlite3.connect(DATABASE_FILE) as conn:
214
+ cursor = conn.cursor()
215
+ cursor.execute("UPDATE results SET translation = ? WHERE words = ?", (translation, phrase))
216
+ conn.commit()
217
+
218
+ return translation
219
+
220
+
221
+ def translate_and_store(phrase: str) -> str:
222
+ """Translates a Hebrew phrase to English using Google Translate."""
223
+ global translator
224
+ max_retries = 3
225
+ retries = 0
226
+ while retries < max_retries:
227
+ try:
228
+ translation = translator.translate(phrase)
229
+ return translation
230
+ except (exceptions.TranslationNotFound, exceptions.NotValidPayload,
231
+ exceptions.ServerException, exceptions.RequestError) as e:
232
+ retries += 1
233
+ logging.warning(f"Error translating phrase '{phrase}': {e}. Retrying... ({retries}/{max_retries})")
234
+ logging.error(f"Failed to translate phrase '{phrase}' after {max_retries} retries.")
235
+ return "[Translation Error]"
236
+
237
+
238
+ def search_gematria_in_db(gematria_sum: int, max_words: int) -> List[Tuple[str, str, int, int, int, str]]:
239
+ """Searches the database for phrases with a given Gematria value."""
240
+ global conn
241
+ with sqlite3.connect(DATABASE_FILE) as conn:
242
+ cursor = conn.cursor()
243
+ cursor.execute('''
244
+ SELECT words, book, chapter, verse, phrase_length, word_position
245
+ FROM results
246
+ WHERE gematria_sum = ? AND phrase_length <= ?
247
+ ''', (gematria_sum, max_words))
248
+ results = cursor.fetchall()
249
+ return results
250
+
251
+
252
+ def gematria_search_interface(phrases: str, max_words: int, show_translation: bool) -> str:
253
+ """The main function for the Gradio interface, handling multiple phrases."""
254
+ global conn, book_names, gematria_cache
255
+
256
+ results = []
257
+ all_results = [] # Store results for each phrase
258
+ middle_words_results = [] # Store middle word results for all books
259
+ all_names_average_position = 0 # Initialize variable for average position across all names and books
260
+ total_name_count = 0 # Initialize counter for the total number of names processed
261
+
262
+ phrases = phrases.strip().splitlines()
263
+ if not phrases:
264
+ return "Please enter at least one phrase."
265
+
266
+ for phrase in phrases:
267
+ if not phrase.strip():
268
+ continue # Skip empty lines
269
+
270
+ numbers = re.findall(r'\d+', phrase)
271
+ text_without_numbers = re.sub(r'\d+', '', phrase)
272
+ phrase_gematria = calculate_gematria(text_without_numbers.replace(" ", ""))
273
+ phrase_gematria += sum(int(number) for number in numbers)
274
+
275
+ if (phrase_gematria, max_words) in gematria_cache:
276
+ matching_phrases = gematria_cache[(phrase_gematria, max_words)]
277
+ else:
278
+ matching_phrases = search_gematria_in_db(phrase_gematria, max_words)
279
+ gematria_cache[(phrase_gematria, max_words)] = matching_phrases
280
+
281
+ if not matching_phrases:
282
+ results.append(f"No matching phrases found for: {phrase}")
283
+ continue
284
+
285
+ sorted_phrases = sorted(matching_phrases,
286
+ key=lambda x: (int(list(book_names.keys())[list(book_names.values()).index(x[1])]), x[2],
287
+ x[3]))
288
+ results_by_book = defaultdict(list)
289
+ for words, book, chapter, verse, phrase_length, word_position in sorted_phrases:
290
+ results_by_book[book].append((words, chapter, verse, phrase_length, word_position))
291
+
292
+ results.append(f"<h2>Results for: {phrase} (Gematria: {phrase_gematria})</h2>")
293
+ results.append("<div class='results-container'>")
294
+ for book, phrases in results_by_book.items():
295
+ for words, chapter, verse, phrase_length, word_position in phrases:
296
+ translation = get_translation(words) if show_translation else ""
297
+ link = f"https://www.biblegateway.com/passage/?search={quote_plus(book)}+{chapter}%3A{verse}&version=CJB"
298
+ results.append(f"""
299
+ <div class='result-item'>
300
+ <p><b>Book:</b> {book}</p>
301
+ <p><b>Chapter:</b> {chapter}, <b>Verse:</b> {verse}</p>
302
+ <p class='hebrew-phrase'><b>Hebrew Phrase:</b> {words}</p>
303
+ <p><b>Translation:</b> {translation}</p>
304
+ <p><b>Phrase Length:</b> {phrase_length} words</p>
305
+ <p><b>Phrase Gematria:</b> {phrase_gematria}</p>
306
+ <p><b>Word Position in the Tanach:</b> {word_position}</p>
307
+ <a href='{link}' target='_blank' class='bible-link'>[See on Bible Gateway]</a>
308
+ </div>
309
+ """)
310
+
311
+ # Calculate average position for the current name across all books
312
+ name_average_position = calculate_average_position_for_name(results_by_book)
313
+ if name_average_position is not None:
314
+ results.append(f"<p><b>Average Word Position for '{phrase}' across all books:</b> {name_average_position:.2f}</p>")
315
+ all_names_average_position += name_average_position
316
+ total_name_count += 1
317
+
318
+ results.append("</div>")
319
+ all_results.append(results_by_book) # Store results by book without the phrase
320
+
321
+ # Calculate the average word position across all names and all their books
322
+ if total_name_count > 0:
323
+ all_names_average_position /= total_name_count
324
+ results.append(f"<h2>Average Word Position Across All Names and Books: {all_names_average_position:.2f}</h2>")
325
+
326
+ # Calculate middle words for all input lines (common books)
327
+ if len(all_results) >= 2:
328
+ results.append("<h2>Middle Words (Common Books):</h2>")
329
+ results.append("<div class='results-container'>")
330
+
331
+ common_books = set.intersection(*[set(results.keys()) for results in all_results])
332
+ logging.debug(f"Common books: {common_books}")
333
+
334
+ for book in common_books:
335
+ logging.debug(f"Processing book: {book}")
336
+
337
+ # Find nearest positions for all phrases in the current book
338
+ nearest_positions = find_nearest_positions([results[book] for results in all_results])
339
+ logging.debug(f"Nearest positions in {book}: {nearest_positions}")
340
+
341
+ if nearest_positions:
342
+ middle_word_position = sum(nearest_positions) / len(nearest_positions)
343
+ logging.debug(f"Calculated middle word position in {book}: {middle_word_position}")
344
+
345
+ start_position = int(middle_word_position)
346
+ end_position = start_position + 1 if middle_word_position % 1 != 0 else start_position
347
+ logging.debug(f"Middle word position range in {book}: {start_position}-{end_position}")
348
+
349
+ middle_words_data = get_words_from_db(book, start_position, end_position)
350
+ logging.debug(f"Middle words data fetched from database: {middle_words_data}")
351
+
352
+ if middle_words_data:
353
+ # Store middle word data along with book name for sorting
354
+ middle_words_results.extend([(book, data) for data in middle_words_data])
355
+ else:
356
+ # Handle edge case: fetch words independently for start and end positions
357
+ logging.debug(f"No middle words found for range {start_position}-{end_position}. "
358
+ f"Fetching words independently.")
359
+ middle_words_data_start = get_words_from_db(book, start_position, start_position)
360
+ middle_words_data_end = get_words_from_db(book, end_position, end_position)
361
+
362
+ if middle_words_data_start or middle_words_data_end:
363
+ middle_words_results.extend([(book, data) for data in middle_words_data_start + middle_words_data_end])
364
+
365
+ # Sort middle words results by book order before displaying
366
+ middle_words_results.sort(key=lambda x: int(list(book_names.keys())[list(book_names.values()).index(x[0])]))
367
+
368
+ for book, (words, chapter, verse, phrase_length, word_position) in middle_words_results:
369
+ translation = get_translation(words) if show_translation else ""
370
+ link = f"https://www.biblegateway.com/passage/?search={quote_plus(book)}+{chapter}%3A{verse}&version=CJB"
371
+ results.append(f"""
372
+ <div class='result-item'>
373
+ <p><b>Book:</b> {book}</p>
374
+ <p><b>Chapter:</b> {chapter}, <b>Verse:</b> {verse}</p>
375
+ <p class='hebrew-phrase'><b>Hebrew Phrase:</b> {words}</p>
376
+ <p><b>Translation:</b> {translation}</p>
377
+ <p><b>Phrase Length:</b> {phrase_length} words</p>
378
+ <p><b>Word Position in the Tanach:</b> {word_position}</p>
379
+ <a href='{link}' target='_blank' class='bible-link'>[See on Bible Gateway]</a>
380
+ </div>
381
+ """)
382
+ results.append("</div>")
383
+
384
+ # Style modified to position search on top and results below
385
+ style = """
386
+ <style>
387
+ .results-container {
388
+ display: grid;
389
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
390
+ gap: 20px;
391
+ width: 100%; /* Make results container take full width */
392
+ }
393
+ .result-item {
394
+ border: 1px solid #ccc;
395
+ padding: 15px;
396
+ border-radius: 5px;
397
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
398
+ }
399
+ .hebrew-phrase {
400
+ font-family: 'SBL Hebrew', 'Ezra SIL', serif;
401
+ direction: rtl;
402
+ }
403
+ .bible-link {
404
+ display: block;
405
+ margin-top: 10px;
406
+ color: #007bff;
407
+ text-decoration: none;
408
+ }
409
+ </style>
410
+ """
411
+ return style + "\n".join(results)
412
+
413
+ def calculate_average_position_for_name(results_by_book: Dict[str, List[Tuple]]) -> float:
414
+ """Calculates the average word position for a single name across all books."""
415
+ positions = []
416
+ for book, phrases in results_by_book.items():
417
+ for _, _, _, _, word_position in phrases:
418
+ start, end = map(int, word_position.split('-'))
419
+ positions.append((start + end) / 2)
420
+ return sum(positions) / len(positions) if positions else None
421
+
422
+ def find_nearest_positions(results_lists: List[List]) -> List[int]:
423
+ """Finds the nearest word positions among multiple lists of results."""
424
+ nearest_positions = []
425
+ for i in range(len(results_lists)):
426
+ positions_i = [(int(pos.split('-')[0]) + int(pos.split('-')[1])) / 2
427
+ for _, _, _, _, pos in results_lists[i]] # Get average of start and end positions
428
+ logging.debug(f"Positions for phrase {i+1}: {positions_i}")
429
+
430
+ # Calculate the average position for the current phrase
431
+ average_position = sum(positions_i) / len(positions_i) if positions_i else None
432
+ logging.debug(f"Average position for phrase {i+1}: {average_position}")
433
+
434
+ if average_position is not None:
435
+ nearest_positions.append(average_position)
436
+
437
+ return nearest_positions
438
+
439
+
440
+ def get_words_from_db(book: str, start_position: int, end_position: int) -> List[Tuple]:
441
+ """Fetches words from the database based on the book and exact word position range."""
442
+ global conn
443
+ logging.debug(f"Fetching words from database for {book} at positions {start_position}-{end_position}")
444
+ with sqlite3.connect(DATABASE_FILE) as conn:
445
+ cursor = conn.cursor()
446
+ cursor.execute("""
447
+ SELECT words, chapter, verse, phrase_length, word_position
448
+ FROM results
449
+ WHERE book = ? AND word_position = ?
450
+ """, (book, f"{start_position}-{end_position}")) # Directly compare word_position
451
+ results = cursor.fetchall()
452
+ logging.debug(f"Words fetched from database: {results}")
453
+ return results
454
+
455
+
456
+ def flatten_text(text: List) -> str:
457
+ """Flattens nested lists into a single list."""
458
+ if isinstance(text, list):
459
+ return " ".join(flatten_text(item) if isinstance(item, list) else item for item in text)
460
+ return text
461
+
462
+
463
+ def run_app() -> None:
464
+ """Initializes and launches the Gradio app."""
465
+ global conn
466
+ initialize_database()
467
+ initialize_translator()
468
+
469
+ logging.info("Starting database population...")
470
+ for max_phrase_length in range(1, MAX_PHRASE_LENGTH_LIMIT + 1):
471
+ populate_database(1, 39, max_phrase_length=max_phrase_length)
472
+ logging.info("Database population complete.")
473
+
474
+ with gr.Blocks() as iface: # Use gr.Blocks() for layout control
475
+ with gr.Row(): # Place inputs in a row
476
+ textbox = gr.Textbox(label="Enter word(s) or numbers (one phrase per line)", lines=5)
477
+ slider = gr.Slider(label="Max Word Count in Result Phrases", minimum=1,
478
+ maximum=MAX_PHRASE_LENGTH_LIMIT, step=1,
479
+ value=1)
480
+ checkbox = gr.Checkbox(label="Show Translation", value=True)
481
+ with gr.Row(): # Place buttons in a row
482
+ clear_button = gr.Button("Clear")
483
+ submit_button = gr.Button("Submit", variant="primary")
484
+
485
+ html_output = gr.HTML(label="Results") # Output for the results
486
+
487
+ submit_button.click(fn=gematria_search_interface,
488
+ inputs=[textbox, slider, checkbox],
489
+ outputs=html_output)
490
+ clear_button.click(fn=lambda: "", inputs=None, outputs=html_output) # Clear the output
491
+
492
+ iface.launch()
493
+
494
+
495
+ if __name__ == "__main__":
496
+ run_app()
497
+ [File Ends] app.py
498
+
499
+ [File Begins] database-structure.txt
500
+ Gematria Sum, Words, Translation, Book, Chapter, Verse, Phrase Length, Phrase Position
501
+ 913 בראשית Genesis 1 1 1 1-1
502
+ 1116 בראשית ברא Genesis 1 1 2 1-2
503
+ 1762 בראשית ברא אלהים Genesis 1 1 3 1-3
504
+ 2163 בראשית ברא אלהים את Genesis 1 1 4 1-4
505
+ 3118 בראשית ברא אלהים את השמים Genesis 1 1 5 1-5
506
+ 3525 בראשית ברא אלהים את השמים ואת Genesis 1 1 6 1-6
507
+
508
+ [File Ends] database-structure.txt
509
+
510
+ [File Begins] gematria.py
511
+ import unicodedata
512
+
513
+ def strip_diacritics(text):
514
+ """
515
+ Entfernt Diakritika von Unicode-Zeichen, um den Basisbuchstaben zu erhalten, und gibt Warnungen
516
+ für tatsächlich unbekannte Zeichen aus.
517
+ """
518
+ stripped_text = ''
519
+ for char in unicodedata.normalize('NFD', text):
520
+ if unicodedata.category(char) not in ['Mn', 'Cf']:
521
+ stripped_text += char
522
+ else:
523
+ print(f"Info: Diakritisches Zeichen '{char}' wird ignoriert.")
524
+ return stripped_text
525
+
526
+ def letter_to_value(letter):
527
+ """
528
+ Konvertiert einen einzelnen Buchstaben in seinen Gematria-Wert, ignoriert Leerzeichen
529
+ und Nicht-Buchstaben-Zeichen.
530
+ """
531
+ # Dein vorhandenes Wörterbuch bleibt unverändert
532
+ values = {
533
+ # Lateinische Buchstaben
534
+ 'a': 1, 'b': 2, 'c': 3, 'd': 4, 'e': 5, 'f': 6, 'g': 7, 'h': 8, 'i': 9, 'j': 600,
535
+ 'k': 10, 'l': 20, 'm': 30, 'n': 40, 'o': 50, 'p': 60, 'q': 70, 'r': 80, 's': 90,
536
+ 't': 100, 'u': 200, 'v': 700, 'w': 900, 'x': 300, 'y': 400, 'z': 500,
537
+
538
+ 'A': 1, 'B': 2, 'C': 3, 'D': 4, 'E': 5, 'F': 6, 'G': 7, 'H': 8, 'I': 9, 'J': 600,
539
+ 'K': 10, 'L': 20, 'M': 30, 'N': 40, 'O': 50, 'P': 60, 'Q': 70, 'R': 80, 'S': 90,
540
+ 'T': 100, 'U': 200, 'V': 700, 'W': 900, 'X': 300, 'Y': 400, 'Z': 500,
541
+
542
+ # Basisbuchstaben und einige bereits genannte Varianten
543
+ 'ا': 1, 'أ': 1, 'إ': 1, 'آ': 1, 'ب': 2, 'ج': 3, 'د': 4, 'ه': 5, 'و': 6, 'ز': 7, 'ح': 8, 'ط': 9,
544
+ 'ي': 10, 'ى': 10, 'ك': 20, 'ک': 20, 'ل': 30, 'م': 40, 'ن': 50, 'س': 60, 'ع': 70, 'ف': 80,
545
+ 'ص': 90, 'ق': 100, 'ر': 200, 'ش': 300, 'ت': 400, 'ث': 500, 'خ': 600, 'ذ': 700, 'ض': 800, 'ظ': 900, 'غ': 1000,
546
+ 'ٱ': 1, # Alif Wasla
547
+ 'ـ': 0, # Tatweel
548
+
549
+ # Zusätzliche Varianten und Sonderzeichen
550
+ 'ة': 400, # Taa Marbuta
551
+ 'ؤ': 6, # Waw mit Hamza darüber
552
+ 'ئ': 10, # Ya mit Hamza darüber
553
+ 'ء': 1, # Hamza
554
+ 'ى': 10, # Alif Maqsurah
555
+ 'ٹ': 400, # Taa' marbuta goal
556
+ 'پ': 2, # Pe (Persisch/Urdu)
557
+ 'چ': 3, # Che (Persisch/Urdu)
558
+ 'ژ': 7, # Zhe (Persisch/Urdu)
559
+ 'گ': 20, # Gaf (Persisch/Urdu)
560
+ 'ڭ': 20, # Ngaf (Kazakh, Uyghur, Uzbek, and in some Arabic dialects)
561
+ 'ں': 50, # Noon Ghunna (Persisch/Urdu)
562
+ 'ۀ': 5, # Heh with Yeh above (Persisch/Urdu)
563
+ 'ے': 10, # Barree Yeh (Persisch/Urdu)
564
+ '؋': 0, # Afghani Sign (wird als Währungssymbol verwendet, nicht für Gematria relevant, aber hier zur Vollständigkeit aufgeführt)
565
+
566
+ # Anmerkung: Das Währungssymbol und ähnliche Zeichen sind in einem Gematria-Kontext normalerweise nicht relevant,
567
+ # werden aber der Vollständigkeit halber aufgeführt. Es gibt noch viele weitere spezifische Zeichen in erweiterten
568
+ # arabischen Schriftsystemen (z.B. für andere Sprachen wie Persisch, Urdu, Pashto usw.), die hier nicht vollständig
569
+ # abgedeckt sind.
570
+
571
+ # Grund- und Schlussformen hebräischer Buchstaben
572
+
573
+ 'א': 1, 'ב': 2, 'ג': 3, 'ד': 4, 'ה': 5, 'ו': 6, 'ז': 7, 'ח': 8, 'ט': 9, 'י': 10,
574
+ 'כ': 20, 'ך': 500, 'ל': 30, 'מ': 40, 'ם': 600, 'נ': 50, 'ן': 700, 'ס': 60, 'ע': 70, 'פ': 80, 'ף': 800,
575
+ 'צ': 90, 'ץ': 900, 'ק': 100, 'ר': 200, 'ש': 300, 'ת': 400,
576
+
577
+ # Griechische Buchstaben
578
+ 'α': 1, 'β': 2, 'γ': 3, 'δ': 4, 'ε': 5, 'ϝ': 6, 'ζ': 7, 'η': 8, 'θ': 9, 'ι': 10,
579
+ 'κ': 20, 'λ': 30, 'μ': 40, 'ν': 50, 'ξ': 60, 'ο': 70, 'π': 80, 'ϟ': 90, 'ρ': 100,
580
+ 'σ': 200, 'τ': 300, 'υ': 400, 'φ': 500, 'χ': 600, 'ψ': 700, 'ω': 800, 'ϡ': 900,
581
+
582
+ # Griechische Großbuchstaben
583
+ 'Α': 1, 'Β': 2, 'Γ': 3, 'Δ': 4, 'Ε': 5, 'Ϝ': 6, 'Ζ': 7, 'Η': 8, 'Θ': 9, 'Ι': 10,
584
+ 'Κ': 20, 'Λ': 30, 'Μ': 40, 'Ν': 50, 'Ξ': 60, 'Ο': 70, 'Π': 80, 'Ϟ': 90, 'Ρ': 100,
585
+ 'Σ': 200, 'Τ': 300, 'Υ': 400, 'Φ': 500, 'Χ': 600, 'Ψ': 700, 'Ω': 800, 'Ϡ': 900,
586
+ 'σ': 200, # Sigma
587
+ 'ς': 200, # Final Sigma
588
+ }
589
+
590
+ # Stelle sicher, dass Diakritika entfernt werden, bevor auf das Wörterbuch zugegriffen wird
591
+ letter_no_diacritics = strip_diacritics(letter)
592
+
593
+ if letter_no_diacritics in values:
594
+ return values[letter_no_diacritics.lower()]
595
+ elif letter.strip() == "": # Ignoriere Leerzeichen und leere Zeilen
596
+ return 0
597
+ else:
598
+ # Gib eine spezifische Warnung aus, wenn das Zeichen unbekannt ist
599
+ print(f"Warnung: Unbekanntes Zeichen '{letter}' ignoriert.")
600
+ return 0
601
+
602
+
603
+ def calculate_gematria(text):
604
+ """Calculate the Gematria value of a given Hebrew text, ignoring spaces and non-Hebrew characters."""
605
+ return sum(letter_to_value(letter) for letter in text if letter.strip() != "")
606
+
607
+ [File Ends] gematria.py
608
+
609
+ [File Begins] requirements.txt
610
+ fastapi==0.112.3
611
+ gradio==4.31.0
612
+ deep_translator==1.11.4
613
+ [File Ends] requirements.txt
614
+
615
+ [File Begins] util.py
616
+ import json
617
+ import re
618
+
619
+ def process_json_files(start, end):
620
+ """
621
+ Processes JSON files containing Tanach text and returns a dictionary
622
+ mapping book IDs to their data.
623
+
624
+ Args:
625
+ start: The starting book ID (inclusive).
626
+ end: The ending book ID (inclusive).
627
+
628
+ Returns:
629
+ A dictionary where keys are book IDs and values are dictionaries
630
+ containing 'title' and 'text' fields.
631
+ """
632
+ base_path = "texts"
633
+ results = {} # Use a dictionary to store results
634
+
635
+ for i in range(start, end + 1):
636
+ file_name = f"{base_path}/{i:02}.json"
637
+ try:
638
+ with open(file_name, 'r', encoding='utf-8') as file:
639
+ data = json.load(file)
640
+ if data:
641
+ # Store book ID as key and book data as value
642
+ results[i] = {"title": data.get("title", "No title"), "text": data.get("text", [])}
643
+
644
+ except FileNotFoundError:
645
+ logging.warning(f"File {file_name} not found.")
646
+ except json.JSONDecodeError as e:
647
+ logging.warning(f"File {file_name} could not be read as JSON: {e}")
648
+ except KeyError as e:
649
+ logging.warning(f"Expected key 'text' is missing in {file_name}: {e}")
650
+
651
+ return results
652
+ [File Ends] util.py
653
+
654
+
655
+ <-- File Content Ends
656
+
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ fastapi==0.112.3
2
+ gradio==4.31.0
3
+ deep_translator==1.11.4
texts/tanach/00_Alphabet.xml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <tanach>
5
+ <book>
6
+ <names>
7
+ <name>Alphabet</name>
8
+ <abbrev>A</abbrev>
9
+ <number>0</number>
10
+ <filename>00_Alphabet</filename>
11
+ <hebrewname></hebrewname>
12
+ </names>
13
+ <c n="1">
14
+ <v n="1">
15
+ <w>אבגד</w>
16
+ <w>הוזחט</w>
17
+ <w>יכלמנ</w>
18
+ </v>
19
+ <v n="2">
20
+ <w>סעפצק</w>
21
+ </v>
22
+ </c>
23
+ <c n="2">
24
+ <v n="1">
25
+ <w>רשת</w>
26
+ </v>
27
+ </c>
28
+ <vs>3</vs>
29
+ <cs>2</cs>
30
+ </book>
31
+ </tanach>
32
+ </Tanach>
texts/tanach/01_Genesis.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/02_Exodus.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/03_Leviticus.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/04_Numbers.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/05_Deuteronomy.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/06_Joshua.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/07_Judges.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/08_Samuel_1.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/09_Samuel_2.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/10_Kings_1.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/11_Kings_2.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/12_Isaiah.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/13_Jeremiah.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/14_Ezekiel.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/15_Hosea.xml ADDED
@@ -0,0 +1,3053 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Hosea</title>
11
+ <title level="a" type="mainhebrew">הושע</title>
12
+ <title level="a" type="filename">Hosea</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>92603</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>2:16.8</citation>
63
+ <description>Word lacks accent, add note 'c'; MAM ends the word with a Maqaf ( ס־ ).</description>
64
+ <author>Ben Denckla</author>
65
+ <filedate>2021.10.19</filedate>
66
+ <date>2021.08.07</date>
67
+ <n>26</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>12:5.1</citation>
71
+ <description>Change qamats under vav to patah.</description>
72
+ <author>Daniel Holman</author>
73
+ <filedate>2023.04.01</filedate>
74
+ <date>2022.12.12</date>
75
+ <n>1</n>
76
+ </correction>
77
+ <correction>
78
+ <citation>12:10.8</citation>
79
+ <description>Note possible meteg on bet. Add note 't'.</description>
80
+ <author>Daniel Holman</author>
81
+ <filedate>2023.04.01</filedate>
82
+ <date>2022.12.12</date>
83
+ <n>2</n>
84
+ </correction>
85
+ </notesStmt>
86
+ <sourceDesc>
87
+ <biblItem>
88
+ <title>Hebrew Bible</title>
89
+ <title>Leningrad Codex</title>
90
+ <editor>Shemu'el ben Ya'akov</editor>
91
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
92
+ <edition>Original document</edition>
93
+ <imprint>
94
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
95
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
96
+ <date>1008</date>
97
+ </imprint>
98
+ <idno type="Accession">Firkovich B 19 A</idno>
99
+ </biblItem>
100
+ <biblItem>
101
+ <title>The Leningrad Codex - A Facsimile Edition</title>
102
+ <editor>Freedman, David Noel</editor>
103
+ <editor>Beck, Astrid B.</editor>
104
+ <edition>First</edition>
105
+ <imprint>
106
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
107
+ <pubPlace>Grand Rapids, MI</pubPlace>
108
+ <date>1998</date>
109
+ </imprint>
110
+ <idno type="IBSN">0-8028-3786-7</idno>
111
+ </biblItem>
112
+ <biblItem>
113
+ <title>The Westminster Leningrad Codex</title>
114
+ <editor>Salisbury, Stephen K.</editor>
115
+ <edition>WLC 4.20</edition>
116
+ <imprint>
117
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
118
+ <pubPlace>2960 Church Rd.</pubPlace>
119
+ <pubPlace>Glenside, PA 19038</pubPlace>
120
+ <date>25 January 2016</date>
121
+ </imprint>
122
+ <idno type="Unknown"/>
123
+ </biblItem>
124
+ </sourceDesc>
125
+ </fileDesc>
126
+ <encodingDesc>
127
+ </encodingDesc>
128
+ <profileDesc>
129
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
130
+ <date>25 Jan 2016</date>
131
+ <langUsage>
132
+ <language ident="HE">Hebrew</language>
133
+ </langUsage>
134
+ </profileDesc>
135
+ </teiHeader>
136
+ <tanach>
137
+ <book>
138
+ <names>
139
+ <name>Hosea</name>
140
+ <abbrev>Hos</abbrev>
141
+ <number>15</number>
142
+ <filename>Hosea</filename>
143
+ <hebrewname>הושע</hebrewname>
144
+ </names>
145
+ <c n="1">
146
+ <v n="1">
147
+ <w>דְּבַר־</w>
148
+ <w>יְהוָ֣ה ׀</w>
149
+ <w>אֲשֶׁ֣ר</w>
150
+ <w>הָיָ֗ה</w>
151
+ <w>אֶל־</w>
152
+ <w>הוֹשֵׁ֙עַ֙</w>
153
+ <w>בֶּן־</w>
154
+ <w>בְּאֵרִ֔י</w>
155
+ <w>בִּימֵ֨י</w>
156
+ <w>עֻזִּיָּ֥ה</w>
157
+ <w>יוֹתָ֛ם</w>
158
+ <w>אָחָ֥ז</w>
159
+ <w>יְחִזְקִיָּ֖ה</w>
160
+ <w>מַלְכֵ֣י</w>
161
+ <w>יְהוּדָ֑ה</w>
162
+ <w>וּבִימֵ֛י</w>
163
+ <w>יָרָבְעָ֥ם</w>
164
+ <w>בֶּן־</w>
165
+ <w>יוֹאָ֖שׁ</w>
166
+ <w>מֶ֥לֶךְ</w>
167
+ <w>יִשְׂרָאֵֽל׃</w>
168
+ </v>
169
+ <v n="2">
170
+ <w>תְּחִלַּ֥ת</w>
171
+ <w>דִּבֶּר־</w>
172
+ <w>יְהוָ֖ה</w>
173
+ <w>בְּהוֹשֵׁ֑עַ</w>
174
+ <pe/>
175
+ <w>וַיֹּ֨אמֶר</w>
176
+ <w>יְהוָ֜ה</w>
177
+ <w>אֶל־</w>
178
+ <w>הוֹשֵׁ֗עַ</w>
179
+ <w>לֵ֣ךְ</w>
180
+ <w>קַח־</w>
181
+ <w>לְךָ֞</w>
182
+ <w>אֵ֤שֶׁת</w>
183
+ <w>זְנוּנִים֙</w>
184
+ <w>וְיַלְדֵ֣י</w>
185
+ <w>זְנוּנִ֔ים</w>
186
+ <w>כִּֽי־</w>
187
+ <w>זָנֹ֤ה</w>
188
+ <w>תִזְנֶה֙</w>
189
+ <w>הָאָ֔רֶץ</w>
190
+ <w>מֵֽאַחֲרֵ֖י</w>
191
+ <w>יְהוָֽה׃</w>
192
+ </v>
193
+ <v n="3">
194
+ <w>וַיֵּ֙לֶךְ֙</w>
195
+ <w>וַיִּקַּ֔ח</w>
196
+ <w>אֶת־</w>
197
+ <w>גֹּ֖מֶר</w>
198
+ <w>בַּת־</w>
199
+ <w>דִּבְלָ֑יִם</w>
200
+ <w>וַתַּ֥הַר</w>
201
+ <w>וַתֵּֽלֶד־</w>
202
+ <w>ל֖וֹ</w>
203
+ <w>בֵּֽן׃</w>
204
+ </v>
205
+ <v n="4">
206
+ <w>וַיֹּ֤אמֶר</w>
207
+ <w>יְהוָה֙</w>
208
+ <w>אֵלָ֔יו</w>
209
+ <w>קְרָ֥א</w>
210
+ <w>שְׁמ֖וֹ</w>
211
+ <w>יִזְרְעֶ֑אל</w>
212
+ <w>כִּי־</w>
213
+ <w>ע֣וֹד</w>
214
+ <w>מְעַ֗ט</w>
215
+ <w>וּפָ֨קַדְתִּ֜י</w>
216
+ <w>אֶת־</w>
217
+ <w>דְּמֵ֤י</w>
218
+ <w>יִזְרְעֶאל֙</w>
219
+ <w>עַל־</w>
220
+ <w>בֵּ֣ית</w>
221
+ <w>יֵה֔וּא</w>
222
+ <w>וְהִ֨שְׁבַּתִּ֔י</w>
223
+ <w>מַמְלְכ֖וּת</w>
224
+ <w>בֵּ֥ית</w>
225
+ <w>יִשְׂרָאֵֽל׃</w>
226
+ </v>
227
+ <v n="5">
228
+ <w>וְהָיָ֖ה</w>
229
+ <w>בַּיּ֣וֹם</w>
230
+ <w>הַה֑וּא</w>
231
+ <w>וְשָֽׁבַרְתִּי֙</w>
232
+ <w>אֶת־</w>
233
+ <w>קֶ֣שֶׁת</w>
234
+ <w>יִשְׂרָאֵ֔ל</w>
235
+ <w>בְּעֵ֖מֶק</w>
236
+ <w>יִזְרְעֶֽאל׃</w>
237
+ </v>
238
+ <v n="6">
239
+ <w>וַתַּ֤הַר</w>
240
+ <w>עוֹד֙</w>
241
+ <w>וַתֵּ֣לֶד</w>
242
+ <w>בַּ֔ת</w>
243
+ <w>וַיֹּ֣אמֶר</w>
244
+ <w>ל֔וֹ</w>
245
+ <w>קְרָ֥א</w>
246
+ <w>שְׁמָ֖הּ</w>
247
+ <w>לֹ֣א</w>
248
+ <w>רֻחָ֑מָה</w>
249
+ <w>כִּי֩</w>
250
+ <w>לֹ֨א</w>
251
+ <w>אוֹסִ֜יף</w>
252
+ <w>ע֗וֹד</w>
253
+ <w>אֲרַחֵם֙</w>
254
+ <w>אֶת־</w>
255
+ <w>בֵּ֣ית</w>
256
+ <w>יִשְׂרָאֵ֔ל</w>
257
+ <w>כִּֽי־</w>
258
+ <w>נָשֹׂ֥א</w>
259
+ <w>אֶשָּׂ֖א</w>
260
+ <w>לָהֶֽם׃</w>
261
+ </v>
262
+ <v n="7">
263
+ <w>וְאֶת־</w>
264
+ <w>בֵּ֤ית</w>
265
+ <w>יְהוּדָה֙</w>
266
+ <w>אֲרַחֵ֔ם</w>
267
+ <w>וְהֽוֹשַׁעְתִּ֖ים</w>
268
+ <w>בַּיהוָ֣ה</w>
269
+ <w>אֱלֹֽהֵיהֶ֑ם</w>
270
+ <w>וְלֹ֣א</w>
271
+ <w>אֽוֹשִׁיעֵ֗ם</w>
272
+ <w>בְּקֶ֤שֶׁת</w>
273
+ <w>וּבְחֶ֙רֶב֙</w>
274
+ <w>וּבְמִלְחָמָ֔ה</w>
275
+ <w>בְּסוּסִ֖ים</w>
276
+ <w>וּבְפָרָשִֽׁים׃</w>
277
+ </v>
278
+ <v n="8">
279
+ <w>וַתִּגְמֹ֖ל</w>
280
+ <w>אֶת־</w>
281
+ <w>לֹ֣א</w>
282
+ <w>רֻחָ֑מָה</w>
283
+ <w>וַתַּ֖הַר</w>
284
+ <w>וַתֵּ֥לֶד</w>
285
+ <w>בֵּֽן׃</w>
286
+ </v>
287
+ <v n="9">
288
+ <w>וַיֹּ֕אמֶר</w>
289
+ <w>קְרָ֥א</w>
290
+ <w>שְׁמ֖וֹ</w>
291
+ <w>לֹ֣א</w>
292
+ <w>עַמִּ֑י</w>
293
+ <w>כִּ֤י</w>
294
+ <w>אַתֶּם֙</w>
295
+ <w>לֹ֣א</w>
296
+ <w>עַמִּ֔י</w>
297
+ <w>וְאָנֹכִ֖י</w>
298
+ <w>לֹֽא־</w>
299
+ <w>אֶהְיֶ֥ה</w>
300
+ <w>לָכֶֽם׃</w>
301
+ <samekh/>
302
+ </v>
303
+ <vs>9</vs>
304
+ </c>
305
+ <c n="2">
306
+ <v n="1">
307
+ <w>וְֽ֠הָיָה</w>
308
+ <w>מִסְפַּ֤ר</w>
309
+ <w>בְּנֵֽי־</w>
310
+ <w>יִשְׂרָאֵל֙</w>
311
+ <w>כְּח֣וֹל</w>
312
+ <w>הַיָּ֔ם</w>
313
+ <w>אֲשֶׁ֥ר</w>
314
+ <w>לֹֽא־</w>
315
+ <w>יִמַּ֖ד</w>
316
+ <w>וְלֹ֣א</w>
317
+ <w>יִסָּפֵ֑ר</w>
318
+ <w>וְֽ֠הָיָה</w>
319
+ <w>בִּמְק֞וֹם</w>
320
+ <w>אֲשֶׁר־</w>
321
+ <w>יֵאָמֵ֤ר</w>
322
+ <w>לָהֶם֙</w>
323
+ <w>לֹֽא־</w>
324
+ <w>עַמִּ֣י</w>
325
+ <w>אַתֶּ֔ם</w>
326
+ <w>יֵאָמֵ֥ר</w>
327
+ <w>לָהֶ֖ם</w>
328
+ <w>בְּנֵ֥י</w>
329
+ <w>אֵֽל־</w>
330
+ <w>חָֽי׃</w>
331
+ </v>
332
+ <v n="2">
333
+ <w>וְ֠נִקְבְּצוּ</w>
334
+ <w>בְּנֵֽי־</w>
335
+ <w>יְהוּדָ֤ה</w>
336
+ <w>וּבְנֵֽי־</w>
337
+ <w>יִשְׂרָאֵל֙</w>
338
+ <w>יַחְדָּ֔ו</w>
339
+ <w>וְשָׂמ֥וּ</w>
340
+ <w>לָהֶ֛ם</w>
341
+ <w>רֹ֥אשׁ</w>
342
+ <w>אֶחָ֖ד</w>
343
+ <w>וְעָל֣וּ</w>
344
+ <w>מִן־</w>
345
+ <w>הָאָ֑רֶץ</w>
346
+ <w>כִּ֥י</w>
347
+ <w>גָד֖וֹל</w>
348
+ <w>י֥וֹם</w>
349
+ <w>יִזְרְעֶֽאל׃</w>
350
+ </v>
351
+ <v n="3">
352
+ <w>אִמְר֥וּ</w>
353
+ <w>לַאֲחֵיכֶ֖ם</w>
354
+ <w>עַמִּ֑י</w>
355
+ <w>וְלַאֲחֽוֹתֵיכֶ֖ם</w>
356
+ <w>רֻחָֽמָה׃</w>
357
+ </v>
358
+ <v n="4">
359
+ <w>רִ֤יבוּ</w>
360
+ <w>בְאִמְּכֶם֙</w>
361
+ <w>רִ֔יבוּ</w>
362
+ <w>כִּֽי־</w>
363
+ <w>הִיא֙</w>
364
+ <w>לֹ֣א</w>
365
+ <w>אִשְׁתִּ֔י</w>
366
+ <w>וְאָנֹכִ֖י</w>
367
+ <w>לֹ֣א</w>
368
+ <w>אִישָׁ֑הּ</w>
369
+ <w>וְתָסֵ֤ר</w>
370
+ <w>זְנוּנֶ֙יהָ֙</w>
371
+ <w>מִפָּנֶ֔יה</w>
372
+ <w>וְנַאֲפוּפֶ֖יהָ</w>
373
+ <w>מִבֵּ֥ין</w>
374
+ <w>שָׁדֶֽיהָ׃</w>
375
+ </v>
376
+ <v n="5">
377
+ <w>פֶּן־</w>
378
+ <w>אַפְשִׁיטֶ֣נָּה</w>
379
+ <w>עֲרֻמָּ֔ה</w>
380
+ <w>וְהִ֨צַּגְתִּ֔יהָ</w>
381
+ <w>כְּי֖וֹם</w>
382
+ <w>הִוָּֽלְדָ֑הּ</w>
383
+ <w>וְשַׂמְתִּ֣יהָ</w>
384
+ <w>כַמִּדְבָּ֗ר</w>
385
+ <w>וְשַׁתִּ֙הָ֙</w>
386
+ <w>כְּאֶ֣רֶץ</w>
387
+ <w>צִיָּ֔ה</w>
388
+ <w>וַהֲמִתִּ֖יהָ</w>
389
+ <w>בַּצָּמָֽא׃</w>
390
+ </v>
391
+ <v n="6">
392
+ <w>וְאֶת־</w>
393
+ <w>בָּנֶ֖יהָ</w>
394
+ <w>לֹ֣א</w>
395
+ <w>אֲרַחֵ֑ם</w>
396
+ <w>כִּֽי־</w>
397
+ <w>בְנֵ֥י</w>
398
+ <w>זְנוּנִ֖ים</w>
399
+ <w>הֵֽמָּה׃</w>
400
+ </v>
401
+ <v n="7">
402
+ <w>כִּ֤י</w>
403
+ <w>זָֽנְתָה֙</w>
404
+ <w>אִמָּ֔ם</w>
405
+ <w>הֹבִ֖ישָׁה</w>
406
+ <w>הֽוֹרָתָ֑ם</w>
407
+ <w>כִּ֣י</w>
408
+ <w>אָמְרָ֗ה</w>
409
+ <w>אֵלְכָ֞ה</w>
410
+ <w>אַחֲרֵ֤י</w>
411
+ <w>מְאַהֲבַי֙</w>
412
+ <w>נֹתְנֵ֤י</w>
413
+ <w>לַחְמִי֙</w>
414
+ <w>וּמֵימַ֔י</w>
415
+ <w>צַמְרִ֣י</w>
416
+ <w>וּפִשְׁתִּ֔י</w>
417
+ <w>שַׁמְנִ֖י</w>
418
+ <w>וְשִׁקּוּיָֽי׃</w>
419
+ </v>
420
+ <v n="8">
421
+ <w>לָכֵ֛ן</w>
422
+ <w>הִנְנִי־</w>
423
+ <w>שָׂ֥ךְ</w>
424
+ <w>אֶת־</w>
425
+ <w>דַּרְכֵּ֖ךְ</w>
426
+ <w>בַּסִּירִ֑ים</w>
427
+ <w>וְגָֽדַרְתִּי֙</w>
428
+ <w>אֶת־</w>
429
+ <w>גְּדֵרָ֔הּ</w>
430
+ <w>וּנְתִיבוֹתֶ֖יהָ</w>
431
+ <w>לֹ֥א</w>
432
+ <w>תִמְצָ��א׃</w>
433
+ </v>
434
+ <v n="9">
435
+ <w>וְרִדְּפָ֤ה</w>
436
+ <w>אֶת־</w>
437
+ <w>מְאַהֲבֶ֙יהָ֙</w>
438
+ <w>וְלֹֽא־</w>
439
+ <w>תַשִּׂ֣יג</w>
440
+ <w>אֹתָ֔ם</w>
441
+ <w>וּבִקְשָׁ֖תַם</w>
442
+ <w>וְלֹ֣א</w>
443
+ <w>תִמְצָ֑א</w>
444
+ <w>וְאָמְרָ֗ה</w>
445
+ <w>אֵלְכָ֤ה</w>
446
+ <w>וְאָשׁ֙וּבָה֙</w>
447
+ <w>אֶל־</w>
448
+ <w>אִישִׁ֣י</w>
449
+ <w>הָֽרִאשׁ֔וֹן</w>
450
+ <w>כִּ֣י</w>
451
+ <w>ט֥וֹב</w>
452
+ <w>לִ֛י</w>
453
+ <w>אָ֖ז</w>
454
+ <w>מֵעָֽתָּה׃</w>
455
+ </v>
456
+ <v n="10">
457
+ <w>וְהִיא֙</w>
458
+ <w>לֹ֣א</w>
459
+ <w>יָֽדְעָ֔ה</w>
460
+ <w>כִּ֤י</w>
461
+ <w>אָֽנֹכִי֙</w>
462
+ <w>נָתַ֣תִּי</w>
463
+ <w>לָ֔הּ</w>
464
+ <w>הַדָּגָ֖ן</w>
465
+ <w>וְהַתִּיר֣וֹשׁ</w>
466
+ <w>וְהַיִּצְהָ֑ר</w>
467
+ <w>וְכֶ֨סֶף</w>
468
+ <w>הִרְבֵּ֥יתִי</w>
469
+ <w>לָ֛הּ</w>
470
+ <w>וְזָהָ֖ב</w>
471
+ <w>עָשׂ֥וּ</w>
472
+ <w>לַבָּֽעַל׃</w>
473
+ </v>
474
+ <v n="11">
475
+ <w>לָכֵ֣ן</w>
476
+ <w>אָשׁ֔וּב</w>
477
+ <w>וְלָקַחְתִּ֤י</w>
478
+ <w>דְגָנִי֙</w>
479
+ <w>בְּעִתּ֔וֹ</w>
480
+ <w>וְתִירוֹשִׁ֖י</w>
481
+ <w>בְּמֽוֹעֲד֑וֹ</w>
482
+ <w>וְהִצַּלְתִּי֙</w>
483
+ <w>צַמְרִ֣י</w>
484
+ <w>וּפִשְׁתִּ֔י</w>
485
+ <w>לְכַסּ֖וֹת</w>
486
+ <w>אֶת־</w>
487
+ <w>עֶרְוָתָֽהּ׃</w>
488
+ </v>
489
+ <v n="12">
490
+ <w>וְעַתָּ֛ה</w>
491
+ <w>אֲגַלֶּ֥ה</w>
492
+ <w>אֶת־</w>
493
+ <w>נַבְלֻתָ֖הּ</w>
494
+ <w>לְעֵינֵ֣י</w>
495
+ <w>מְאַהֲבֶ֑יהָ</w>
496
+ <w>וְאִ֖ישׁ</w>
497
+ <w>לֹֽא־</w>
498
+ <w>יַצִּילֶ֥נָּה</w>
499
+ <w>מִיָּדִֽי׃</w>
500
+ </v>
501
+ <v n="13">
502
+ <w>וְהִשְׁבַּתִּי֙</w>
503
+ <w>כָּל־</w>
504
+ <w>מְשׂוֹשָׂ֔הּ</w>
505
+ <w>חַגָּ֖הּ</w>
506
+ <w>חָדְשָׁ֣הּ</w>
507
+ <w>וְשַׁבַּתָּ֑הּ</w>
508
+ <w>וְכֹ֖ל</w>
509
+ <w>מוֹעֲדָֽהּ׃</w>
510
+ </v>
511
+ <v n="14">
512
+ <w>וַהֲשִׁמֹּתִ֗י</w>
513
+ <w>גַּפְנָהּ֙</w>
514
+ <w>וּתְאֵ֣נָתָ֔הּ</w>
515
+ <w>אֲשֶׁ֣ר</w>
516
+ <w>אָמְרָ֗ה</w>
517
+ <w>אֶתְנָ֥ה</w>
518
+ <w>הֵ֙מָּה֙</w>
519
+ <w>לִ֔י</w>
520
+ <w>אֲשֶׁ֥ר</w>
521
+ <w>נָֽתְנוּ־</w>
522
+ <w>לִ֖י</w>
523
+ <w>מְאַֽהֲבָ֑י</w>
524
+ <w>וְשַׂמְתִּ֣ים</w>
525
+ <w>לְיַ֔עַר</w>
526
+ <w>וַאֲכָלָ֖תַם</w>
527
+ <w>חַיַּ֥ת</w>
528
+ <w>הַשָּׂדֶֽה׃</w>
529
+ </v>
530
+ <v n="15">
531
+ <w>וּפָקַדְתִּ֣י</w>
532
+ <w>עָלֶ֗יהָ</w>
533
+ <w>אֶת־</w>
534
+ <w>יְמֵ֤י</w>
535
+ <w>הַבְּעָלִים֙</w>
536
+ <w>אֲשֶׁ֣ר</w>
537
+ <w>תַּקְטִ֣יר</w>
538
+ <w>לָהֶ֔ם</w>
539
+ <w>וַתַּ֤עַד</w>
540
+ <w>נִזְמָהּ֙</w>
541
+ <w>וְחֶלְיָתָ֔הּ</w>
542
+ <w>וַתֵּ֖לֶךְ</w>
543
+ <w>אַחֲרֵ֣י</w>
544
+ <w>מְאַהֲבֶ֑יהָ</w>
545
+ <w>וְאֹתִ֥י</w>
546
+ <w>שָׁכְחָ֖ה</w>
547
+ <w>נְאֻם־</w>
548
+ <w>יְהוָֽה׃</w>
549
+ <pe/>
550
+ </v>
551
+ <v n="16">
552
+ <w>לָכֵ֗ן</w>
553
+ <w>הִנֵּ֤ה</w>
554
+ <w>אָֽנֹכִי֙</w>
555
+ <w>מְפַתֶּ֔יהָ</w>
556
+ <w>וְהֹֽלַכְתִּ֖יהָ</w>
557
+ <w>הַמִּדְבָּ֑ר</w>
558
+ <w>וְדִבַּרְתִּ֖י</w>
559
+ <w>עַל<x>c</x></w>
560
+ <w>לִבָּֽהּ׃</w>
561
+ </v>
562
+ <v n="17">
563
+ <w>וְנָתַ֨תִּי</w>
564
+ <w>לָ֤הּ</w>
565
+ <w>אֶת־</w>
566
+ <w>כְּרָמֶ֙יהָ֙</w>
567
+ <w>מִשָּׁ֔ם</w>
568
+ <w>וְאֶת־</w>
569
+ <w>עֵ֥מֶק</w>
570
+ <w>עָכ֖וֹר</w>
571
+ <w>לְפֶ֣תַח</w>
572
+ <w>תִּקְוָ֑ה</w>
573
+ <w>וְעָ֤נְתָה</w>
574
+ <w>שָּׁ֙מָּה֙</w>
575
+ <w>כִּימֵ֣י</w>
576
+ <w>נְעוּרֶ֔יהָ</w>
577
+ <w>וִּכְי֖וֹם</w>
578
+ <w>עֲלֹתָ֥הּ</w>
579
+ <w>מֵאֶֽרֶץ־</w>
580
+ <w>מִצְרָֽיִם׃</w>
581
+ <samekh/>
582
+ </v>
583
+ <v n="18">
584
+ <w>וְהָיָ֤ה</w>
585
+ <w>בַיּוֹם־</w>
586
+ <w>הַהוּא֙</w>
587
+ <w>נְאֻם־</w>
588
+ <w>יְהוָ֔ה</w>
589
+ <w>תִּקְרְאִ֖י</w>
590
+ <w>אִישִׁ֑י</w>
591
+ <w>וְלֹֽא־</w>
592
+ <w>תִקְרְאִי־</w>
593
+ <w>לִ֥י</w>
594
+ <w>ע֖וֹד</w>
595
+ <w>בַּעְלִֽי׃</w>
596
+ </v>
597
+ <v n="19">
598
+ <w>וַהֲסִרֹתִ֛י</w>
599
+ <w>אֶת־</w>
600
+ <w>שְׁמ֥וֹת</w>
601
+ <w>הַבְּעָלִ֖ים</w>
602
+ <w>מִפִּ֑יהָ</w>
603
+ <w>וְלֹֽא־</w>
604
+ <w>יִזָּכְר֥וּ</w>
605
+ <w>ע֖וֹד</w>
606
+ <w>בִּשְׁמָֽם׃</w>
607
+ </v>
608
+ <v n="20">
609
+ <w>וְכָרַתִּ֨י</w>
610
+ <w>לָהֶ֤ם</w>
611
+ <w>בְּרִית֙</w>
612
+ <w>בַּיּ֣וֹם</w>
613
+ <w>הַה֔וּא</w>
614
+ <w>עִם־</w>
615
+ <w>חַיַּ֤ת</w>
616
+ <w>הַשָּׂדֶה֙</w>
617
+ <w>וְעִם־</w>
618
+ <w>ע֣וֹף</w>
619
+ <w>הַשָּׁמַ֔יִם</w>
620
+ <w>וְרֶ֖מֶשׂ</w>
621
+ <w>הָֽאֲדָמָ֑ה</w>
622
+ <w>וְקֶ֨שֶׁת</w>
623
+ <w>וְחֶ֤רֶב</w>
624
+ <w>וּמִלְחָמָה֙</w>
625
+ <w>אֶשְׁבּ֣וֹר</w>
626
+ <w>מִן־</w>
627
+ <w>הָאָ֔רֶץ</w>
628
+ <w>וְהִשְׁכַּבְתִּ֖ים</w>
629
+ <w>לָבֶֽטַח׃</w>
630
+ </v>
631
+ <v n="21">
632
+ <w>וְאֵרַשְׂתִּ֥יךְ</w>
633
+ <w>לִ֖י</w>
634
+ <w>לְעוֹלָ֑ם</w>
635
+ <w>וְאֵרַשְׂתִּ֥יךְ</w>
636
+ <w>לִי֙</w>
637
+ <w>בְּצֶ֣דֶק</w>
638
+ <w>וּבְמִשְׁפָּ֔ט</w>
639
+ <w>וּבְחֶ֖סֶד</w>
640
+ <w>וּֽבְרַחֲמִֽים׃</w>
641
+ </v>
642
+ <v n="22">
643
+ <w>וְאֵרַשְׂתִּ֥יךְ</w>
644
+ <w>לִ֖י</w>
645
+ <w>בֶּאֱמוּנָ֑ה</w>
646
+ <w>וְיָדַ֖עַתְּ</w>
647
+ <w>אֶת־</w>
648
+ <w>יְהוָֽה׃</w>
649
+ <samekh/>
650
+ </v>
651
+ <v n="23">
652
+ <w>וְהָיָ֣ה ׀</w>
653
+ <w>בַּיּ֣וֹם</w>
654
+ <w>הַה֗וּא</w>
655
+ <w>אֶֽעֱנֶה֙</w>
656
+ <w>נְאֻם־</w>
657
+ <w>יְהוָ֔ה</w>
658
+ <w>אֶעֱנֶ֖ה</w>
659
+ <w>אֶת־</w>
660
+ <w>הַשָּׁמָ֑יִם</w>
661
+ <w>וְהֵ֖ם</w>
662
+ <w>יַעֲנ֥וּ</w>
663
+ <w>אֶת־</w>
664
+ <w>הָאָֽרֶץ׃</w>
665
+ </v>
666
+ <v n="24">
667
+ <w>וְהָאָ֣רֶץ</w>
668
+ <w>תַּעֲנֶ֔ה</w>
669
+ <w>אֶת־</w>
670
+ <w>הַדָּגָ֖ן</w>
671
+ <w>וְאֶת־</w>
672
+ <w>הַתִּיר֣וֹשׁ</w>
673
+ <w>וְאֶת־</w>
674
+ <w>הַיִּצְהָ֑ר</w>
675
+ <w>וְהֵ֖ם</w>
676
+ <w>יַעֲנ֥וּ</w>
677
+ <w>אֶֽת־</w>
678
+ <w>יִזְרְעֶֽאל׃</w>
679
+ </v>
680
+ <v n="25">
681
+ <w>וּזְרַעְתִּ֤יהָ</w>
682
+ <w>לִּי֙</w>
683
+ <w>בָּאָ֔רֶץ</w>
684
+ <w>וְרִֽחַמְתִּ֖י</w>
685
+ <w>אֶת־</w>
686
+ <w>לֹ֣א</w>
687
+ <w>רֻחָ֑מָה</w>
688
+ <w>וְאָמַרְתִּ֤י</w>
689
+ <w>לְלֹֽא־</w>
690
+ <w>עַמִּי֙</w>
691
+ <w>עַמִּי־</w>
692
+ <w>אַ֔תָּה</w>
693
+ <w>וְה֖וּא</w>
694
+ <w>יֹאמַ֥ר</w>
695
+ <w>אֱלֹהָֽי׃</w>
696
+ <pe/>
697
+ </v>
698
+ <vs>25</vs>
699
+ </c>
700
+ <c n="3">
701
+ <v n="1">
702
+ <w>וַיֹּ֨אמֶר</w>
703
+ <w>יְהוָ֜ה</w>
704
+ <w>אֵלַ֗י</w>
705
+ <w>ע֚וֹד</w>
706
+ <w>לֵ֣ךְ</w>
707
+ <w>אֱ‍ֽהַב־</w>
708
+ <w>אִשָּׁ֔ה</w>
709
+ <w>אֲהֻ֥בַת</w>
710
+ <w>רֵ֖עַ</w>
711
+ <w>וּמְנָאָ֑פֶת</w>
712
+ <w>כְּאַהֲבַ֤ת</w>
713
+ <w>יְהוָה֙</w>
714
+ <w>אֶת־</w>
715
+ <w>בְּנֵ֣י</w>
716
+ <w>יִשְׂרָאֵ֔ל</w>
717
+ <w>וְהֵ֗ם</w>
718
+ <w>פֹּנִים֙</w>
719
+ <w>אֶל־</w>
720
+ <w>אֱלֹהִ֣ים</w>
721
+ <w>אֲחֵרִ֔ים</w>
722
+ <w>וְאֹהֲבֵ֖י</w>
723
+ <w>אֲשִׁישֵׁ֥י</w>
724
+ <w>עֲנָבִֽים׃</w>
725
+ </v>
726
+ <v n="2">
727
+ <w>וָאֶכְּרֶ֣הָ</w>
728
+ <w>לִּ֔י</w>
729
+ <w>בַּחֲמִשָּׁ֥ה</w>
730
+ <w>עָשָׂ֖ר</w>
731
+ <w>כָּ֑סֶף</w>
732
+ <w>וְחֹ֥מֶר</w>
733
+ <w>שְׂעֹרִ֖ים</w>
734
+ <w>וְלֵ֥תֶךְ</w>
735
+ <w>שְׂעֹרִֽים׃</w>
736
+ </v>
737
+ <v n="3">
738
+ <w>וָאֹמַ֣ר</w>
739
+ <w>אֵלֶ֗יהָ</w>
740
+ <w>יָמִ֤ים</w>
741
+ <w>רַבִּים֙</w>
742
+ <w>תֵּ֣שְׁבִי</w>
743
+ <w>לִ֔י</w>
744
+ <w>לֹ֣א</w>
745
+ <w>תִזְנִ֔י</w>
746
+ <w>וְלֹ֥א</w>
747
+ <w>תִֽהְיִ֖י</w>
748
+ <w>לְאִ֑ישׁ</w>
749
+ <w>וְגַם־</w>
750
+ <w>אֲנִ֖י</w>
751
+ <w>אֵלָֽיִךְ׃</w>
752
+ </v>
753
+ <v n="4">
754
+ <w>כִּ֣י ׀</w>
755
+ <w>יָמִ֣ים</w>
756
+ <w>רַבִּ֗ים</w>
757
+ <w>יֵֽשְׁבוּ֙</w>
758
+ <w>בְּנֵ֣י</w>
759
+ <w>י��שְׂרָאֵ֔ל</w>
760
+ <w>אֵ֥ין</w>
761
+ <w>מֶ֙לֶךְ֙</w>
762
+ <w>וְאֵ֣ין</w>
763
+ <w>שָׂ֔ר</w>
764
+ <w>וְאֵ֥ין</w>
765
+ <w>זֶ֖בַח</w>
766
+ <w>וְאֵ֣ין</w>
767
+ <w>מַצֵּבָ֑ה</w>
768
+ <w>וְאֵ֥ין</w>
769
+ <w>אֵפ֖וֹד</w>
770
+ <w>וּתְרָפִֽים׃</w>
771
+ </v>
772
+ <v n="5">
773
+ <w>אַחַ֗ר</w>
774
+ <w>יָשֻׁ֙בוּ֙</w>
775
+ <w>בְּנֵ֣י</w>
776
+ <w>יִשְׂרָאֵ֔ל</w>
777
+ <w>וּבִקְשׁוּ֙</w>
778
+ <w>אֶת־</w>
779
+ <w>יְהוָ֣ה</w>
780
+ <w>אֱלֹהֵיהֶ֔ם</w>
781
+ <w>וְאֵ֖ת</w>
782
+ <w>דָּוִ֣ד</w>
783
+ <w>מַלְכָּ֑ם</w>
784
+ <w>וּפָחֲד֧וּ</w>
785
+ <w>אֶל־</w>
786
+ <w>יְהוָ֛ה</w>
787
+ <w>וְאֶל־</w>
788
+ <w>טוּב֖וֹ</w>
789
+ <w>בְּאַחֲרִ֥ית</w>
790
+ <w>הַיָּמִֽים׃</w>
791
+ <pe/>
792
+ </v>
793
+ <vs>5</vs>
794
+ </c>
795
+ <c n="4">
796
+ <v n="1">
797
+ <w>שִׁמְע֥וּ</w>
798
+ <w>דְבַר־</w>
799
+ <w>יְהוָ֖ה</w>
800
+ <w>בְּנֵ֣י</w>
801
+ <w>יִשְׂרָאֵ֑ל</w>
802
+ <w>כִּ֣י</w>
803
+ <w>רִ֤יב</w>
804
+ <w>לַֽיהוָה֙</w>
805
+ <w>עִם־</w>
806
+ <w>יוֹשְׁבֵ֣י</w>
807
+ <w>הָאָ֔רֶץ</w>
808
+ <w>כִּ֠י</w>
809
+ <w>אֵין־</w>
810
+ <w>אֱמֶ֧ת</w>
811
+ <w>וְֽאֵין־</w>
812
+ <w>חֶ֛סֶד</w>
813
+ <w>וְאֵֽין־</w>
814
+ <w>דַּ֥עַת</w>
815
+ <w>אֱלֹהִ֖ים</w>
816
+ <w>בָּאָֽרֶץ׃</w>
817
+ </v>
818
+ <v n="2">
819
+ <w>אָלֹ֣ה</w>
820
+ <w>וְכַחֵ֔שׁ</w>
821
+ <w>וְרָצֹ֥חַ</w>
822
+ <w>וְגָנֹ֖ב</w>
823
+ <w>וְנָאֹ֑ף</w>
824
+ <w>פָּרָ֕צוּ</w>
825
+ <w>וְדָמִ֥ים</w>
826
+ <w>בְּדָמִ֖ים</w>
827
+ <w>נָגָֽעוּ׃</w>
828
+ </v>
829
+ <v n="3">
830
+ <w>עַל־</w>
831
+ <w>כֵּ֣ן ׀</w>
832
+ <w>תֶּאֱבַ֣ל</w>
833
+ <w>הָאָ֗רֶץ</w>
834
+ <w>וְאֻמְלַל֙</w>
835
+ <w>כָּל־</w>
836
+ <w>יוֹשֵׁ֣ב</w>
837
+ <w>בָּ֔הּ</w>
838
+ <w>בְּחַיַּ֥ת</w>
839
+ <w>הַשָּׂדֶ֖ה</w>
840
+ <w>וּבְע֣וֹף</w>
841
+ <w>הַשָּׁמָ֑יִם</w>
842
+ <w>וְגַם־</w>
843
+ <w>דְּגֵ֥י</w>
844
+ <w>הַיָּ֖ם</w>
845
+ <w>יֵאָסֵֽפוּ׃</w>
846
+ </v>
847
+ <v n="4">
848
+ <w>אַ֥ךְ</w>
849
+ <w>אִ֛ישׁ</w>
850
+ <w>אַל־</w>
851
+ <w>יָרֵ֖ב</w>
852
+ <w>וְאַל־</w>
853
+ <w>יוֹכַ֣ח</w>
854
+ <w>אִ֑ישׁ</w>
855
+ <w>וְעַמְּךָ֖</w>
856
+ <w>כִּמְרִיבֵ֥י</w>
857
+ <w>כֹהֵֽן׃</w>
858
+ </v>
859
+ <v n="5">
860
+ <w>וְכָשַׁלְתָּ֣</w>
861
+ <w>הַיּ֔וֹם</w>
862
+ <w>וְכָשַׁ֧ל</w>
863
+ <w>גַּם־</w>
864
+ <w>נָבִ֛יא</w>
865
+ <w>עִמְּךָ֖</w>
866
+ <w>לָ֑יְלָה</w>
867
+ <w>וְדָמִ֖יתִי</w>
868
+ <w>אִמֶּֽךָ׃</w>
869
+ </v>
870
+ <v n="6">
871
+ <w>נִדְמ֥וּ</w>
872
+ <w>עַמִּ֖י</w>
873
+ <w>מִבְּלִ֣י</w>
874
+ <w>הַדָּ֑עַת</w>
875
+ <w>כִּֽי־</w>
876
+ <w>אַתָּ֞ה</w>
877
+ <w>הַדַּ֣עַת</w>
878
+ <w>מָאַ֗סְתָּ</w>
879
+ <w>וְאֶמְאָֽסְאךָ֙</w>
880
+ <w>מִכַּהֵ֣ן</w>
881
+ <w>לִ֔י</w>
882
+ <w>וַתִּשְׁכַּח֙</w>
883
+ <w>תּוֹרַ֣ת</w>
884
+ <w>אֱלֹהֶ֔יךָ</w>
885
+ <w>אֶשְׁכַּ֥ח</w>
886
+ <w>בָּנֶ֖יךָ</w>
887
+ <w>גַּם־</w>
888
+ <w>אָֽנִי׃</w>
889
+ </v>
890
+ <v n="7">
891
+ <w>כְּרֻבָּ֖ם</w>
892
+ <w>כֵּ֣ן</w>
893
+ <w>חָֽטְאוּ־</w>
894
+ <w>לִ֑י</w>
895
+ <w>כְּבוֹדָ֖ם</w>
896
+ <w>בְּקָל֥וֹן</w>
897
+ <w>אָמִֽיר׃</w>
898
+ </v>
899
+ <v n="8">
900
+ <w>חַטַּ֥את</w>
901
+ <w>עַמִּ֖י</w>
902
+ <w>יֹאכֵ֑לוּ</w>
903
+ <w>וְאֶל־</w>
904
+ <w>עֲוֺנָ֖ם</w>
905
+ <w>יִשְׂא֥וּ</w>
906
+ <w>נַפְשֽׁוֹ׃</w>
907
+ </v>
908
+ <v n="9">
909
+ <w>וְהָיָ֥ה</w>
910
+ <w>כָעָ֖ם</w>
911
+ <w>כַּכֹּהֵ֑ן</w>
912
+ <w>וּפָקַדְתִּ֤י</w>
913
+ <w>עָלָיו֙</w>
914
+ <w>דְּרָכָ֔יו</w>
915
+ <w>וּמַעֲלָלָ֖יו</w>
916
+ <w>אָשִׁ֥יב</w>
917
+ <w>לֽוֹ׃</w>
918
+ </v>
919
+ <v n="10">
920
+ <w>וְאָֽכְלוּ֙</w>
921
+ <w>וְלֹ֣א</w>
922
+ <w>יִשְׂבָּ֔עוּ</w>
923
+ <w>הִזְנ֖וּ</w>
924
+ <w>וְלֹ֣א</w>
925
+ <w>יִפְרֹ֑צוּ</w>
926
+ <w>כִּֽי־</w>
927
+ <w>אֶת־</w>
928
+ <w>יְהוָ֥ה</w>
929
+ <w>עָזְב֖וּ</w>
930
+ <w>לִשְׁמֹֽר׃</w>
931
+ </v>
932
+ <v n="11">
933
+ <w>זְנ֛וּת</w>
934
+ <w>וְיַ֥יִן</w>
935
+ <w>וְתִיר֖וֹשׁ</w>
936
+ <w>יִֽקַּֽח־</w>
937
+ <w>לֵֽב׃</w>
938
+ </v>
939
+ <v n="12">
940
+ <w>עַמִּי֙</w>
941
+ <w>בְּעֵצ֣וֹ</w>
942
+ <w>יִשְׁאָ֔ל</w>
943
+ <w>וּמַקְל֖וֹ</w>
944
+ <w>יַגִּ֣יד</w>
945
+ <w>ל֑וֹ</w>
946
+ <w>כִּ֣י</w>
947
+ <w>ר֤וּחַ</w>
948
+ <w>זְנוּנִים֙</w>
949
+ <w>הִתְעָ֔ה</w>
950
+ <w>וַיִּזְנ֖וּ</w>
951
+ <w>מִתַּ֥חַת</w>
952
+ <w>אֱלֹהֵיהֶֽם׃</w>
953
+ </v>
954
+ <v n="13">
955
+ <w>עַל־</w>
956
+ <w>רָאשֵׁ֨י</w>
957
+ <w>הֶהָרִ֜ים</w>
958
+ <w>יְזַבֵּ֗חוּ</w>
959
+ <w>וְעַל־</w>
960
+ <w>הַגְּבָעוֹת֙</w>
961
+ <w>יְקַטֵּ֔רוּ</w>
962
+ <w>תַּ֣חַת</w>
963
+ <w>אַלּ֧וֹן</w>
964
+ <w>וְלִבְנֶ֛ה</w>
965
+ <w>וְאֵלָ֖ה</w>
966
+ <w>כִּ֣י</w>
967
+ <w>ט֣וֹב</w>
968
+ <w>צִלָּ֑הּ</w>
969
+ <w>עַל־</w>
970
+ <w>כֵּ֗ן</w>
971
+ <w>תִּזְנֶ֙ינָה֙</w>
972
+ <w>בְּנ֣וֹתֵיכֶ֔ם</w>
973
+ <w>וְכַלּוֹתֵיכֶ֖ם</w>
974
+ <w>תְּנָאַֽפְנָה׃</w>
975
+ </v>
976
+ <v n="14">
977
+ <w>לֹֽא־</w>
978
+ <w>אֶפְק֨וֹד</w>
979
+ <w>עַל־</w>
980
+ <w>בְּנוֹתֵיכֶ֜ם</w>
981
+ <w>כִּ֣י</w>
982
+ <w>תִזְנֶ֗ינָה</w>
983
+ <w>וְעַל־</w>
984
+ <w>כַּלּֽוֹתֵיכֶם֙</w>
985
+ <w>כִּ֣י</w>
986
+ <w>תְנָאַ֔פְנָה</w>
987
+ <w>כִּי־</w>
988
+ <w>הֵם֙</w>
989
+ <w>עִם־</w>
990
+ <w>הַזֹּנ֣וֹת</w>
991
+ <w>יְפָרֵ֔דוּ</w>
992
+ <w>וְעִם־</w>
993
+ <w>הַקְּדֵשׁ֖וֹת</w>
994
+ <w>יְזַבֵּ֑חוּ</w>
995
+ <w>וְעָ֥ם</w>
996
+ <w>לֹֽא־</w>
997
+ <w>יָבִ֖ין</w>
998
+ <w>יִלָּבֵֽט׃</w>
999
+ </v>
1000
+ <v n="15">
1001
+ <w>אִם־</w>
1002
+ <w>זֹנֶ֤ה</w>
1003
+ <w>אַתָּה֙</w>
1004
+ <w>יִשְׂרָאֵ֔ל</w>
1005
+ <w>אַל־</w>
1006
+ <w>יֶאְשַׁ֖ם</w>
1007
+ <w>יְהוּדָ֑ה</w>
1008
+ <w>וְאַל־</w>
1009
+ <w>תָּבֹ֣אוּ</w>
1010
+ <w>הַגִּלְגָּ֗ל</w>
1011
+ <w>וְאַֽל־</w>
1012
+ <w>תַּעֲלוּ֙</w>
1013
+ <w>בֵּ֣ית</w>
1014
+ <w>אָ֔וֶן</w>
1015
+ <w>וְאַל־</w>
1016
+ <w>תִּשָּׁבְע֖וּ</w>
1017
+ <w>חַי־</w>
1018
+ <w>יְהוָֽה׃</w>
1019
+ </v>
1020
+ <v n="16">
1021
+ <w>כִּ֚י</w>
1022
+ <w>כְּפָרָ֣ה</w>
1023
+ <w>סֹֽרֵרָ֔ה</w>
1024
+ <w>סָרַ֖ר</w>
1025
+ <w>יִשְׂרָאֵ֑ל</w>
1026
+ <w>עַתָּה֙</w>
1027
+ <w>יִרְעֵ֣ם</w>
1028
+ <w>יְהוָ֔ה</w>
1029
+ <w>כְּכֶ֖בֶשׂ</w>
1030
+ <w>בַּמֶּרְחָֽב׃</w>
1031
+ </v>
1032
+ <v n="17">
1033
+ <w>חֲב֧וּר</w>
1034
+ <w>עֲצַבִּ֛ים</w>
1035
+ <w>אֶפְרָ֖יִם</w>
1036
+ <w>הַֽנַּֽח־</w>
1037
+ <w>לֽוֹ׃</w>
1038
+ </v>
1039
+ <v n="18">
1040
+ <w>סָ֖ר</w>
1041
+ <w>סָבְאָ֑ם</w>
1042
+ <w>הַזְנֵ֣ה</w>
1043
+ <w>הִזְנ֔וּ</w>
1044
+ <w>אָהֲב֥וּ</w>
1045
+ <w>הֵב֛וּ</w>
1046
+ <w>קָל֖וֹן</w>
1047
+ <w>מָגִנֶּֽיהָ׃</w>
1048
+ </v>
1049
+ <v n="19">
1050
+ <w>צָרַ֥ר</w>
1051
+ <w>ר֛וּחַ</w>
1052
+ <w>אוֹתָ֖הּ</w>
1053
+ <w>בִּכְנָפֶ֑יהָ</w>
1054
+ <w>וְיֵבֹ֖שׁוּ</w>
1055
+ <w>מִזִּבְחוֹתָֽם</w>
1056
+ <samekh/>
1057
+ </v>
1058
+ <vs>19</vs>
1059
+ </c>
1060
+ <c n="5">
1061
+ <v n="1">
1062
+ <w>שִׁמְעוּ־</w>
1063
+ <w>זֹ֨את</w>
1064
+ <w>הַכֹּהֲנִ֜ים</w>
1065
+ <w>וְהַקְשִׁ֣יבוּ ׀</w>
1066
+ <w>בֵּ֣ית</w>
1067
+ <w>יִשְׂרָאֵ֗ל</w>
1068
+ <w>וּבֵ֤ית</w>
1069
+ <w>הַמֶּ֙לֶךְ֙</w>
1070
+ <w>הַאֲזִ֔ינוּ</w>
1071
+ <w>כִּ֥י</w>
1072
+ <w>לָכֶ֖ם</w>
1073
+ <w>הַמִּשְׁפָּ֑ט</w>
1074
+ <w>כִּֽי־</w>
1075
+ <w>פַח֙</w>
1076
+ <w>הֱיִיתֶ֣ם</w>
1077
+ <w>לְמִצְפָּ֔ה</w>
1078
+ <w>וְרֶ֖שֶׁת</w>
1079
+ <w>פְּרוּשָׂ֥ה</w>
1080
+ <w>עַל־</w>
1081
+ <w>תָּבֽוֹר׃</w>
1082
+ </v>
1083
+ <v n="2">
1084
+ <w>וְשַׁחֲטָ֥ה</w>
1085
+ <w>שֵׂטִ֖ים</w>
1086
+ <w>הֶעְמִ֑יקוּ</w>
1087
+ <w>וַאֲנִ֖י</w>
1088
+ <w>מוּסָ֥ר</w>
1089
+ <w>לְכֻלָּֽם׃</w>
1090
+ </v>
1091
+ <v n="3">
1092
+ <w>אֲנִי֙</w>
1093
+ <w>יָדַ֣עְתִּי</w>
1094
+ <w>אֶפְרַ֔יִם</w>
1095
+ <w>וְיִשְׂרָאֵ֖ל</w>
1096
+ <w>לֹֽא־</w>
1097
+ <w>נִכְחַ֣ד</w>
1098
+ <w>מִמֶּ֑נִּי</w>
1099
+ <w>כִּ֤י</w>
1100
+ <w>עַתָּה֙</w>
1101
+ <w>הִזְנֵ֣יתָ</w>
1102
+ <w>אֶפְרַ֔יִם</w>
1103
+ <w>נִטְמָ֖א</w>
1104
+ <w>יִשְׂרָאֵֽל׃</w>
1105
+ </v>
1106
+ <v n="4">
1107
+ <w>לֹ֤א</w>
1108
+ <w>יִתְּנוּ֙</w>
1109
+ <w>מַ֣עַלְלֵיהֶ֔ם</w>
1110
+ <w>לָשׁ֖וּב</w>
1111
+ <w>אֶל־</w>
1112
+ <w>אֱלֹֽהֵיהֶ֑ם</w>
1113
+ <w>כִּ֣י</w>
1114
+ <w>ר֤וּחַ</w>
1115
+ <w>זְנוּנִים֙</w>
1116
+ <w>בְּקִרְבָּ֔ם</w>
1117
+ <w>וְאֶת־</w>
1118
+ <w>יְהוָ֖ה</w>
1119
+ <w>לֹ֥א</w>
1120
+ <w>יָדָֽעוּ׃</w>
1121
+ </v>
1122
+ <v n="5">
1123
+ <w>וְעָנָ֥ה</w>
1124
+ <w>גְאֽוֹן־</w>
1125
+ <w>יִשְׂרָאֵ֖ל</w>
1126
+ <w>בְּפָנָ֑יו</w>
1127
+ <w>וְיִשְׂרָאֵ֣ל</w>
1128
+ <w>וְאֶפְרַ֗יִם</w>
1129
+ <w>יִכָּֽשְׁלוּ֙</w>
1130
+ <w>בַּעֲוֺנָ֔ם</w>
1131
+ <w>כָּשַׁ֥ל</w>
1132
+ <w>גַּם־</w>
1133
+ <w>יְהוּדָ֖ה</w>
1134
+ <w>עִמָּֽם׃</w>
1135
+ </v>
1136
+ <v n="6">
1137
+ <w>בְּצֹאנָ֣ם</w>
1138
+ <w>וּבִבְקָרָ֗ם</w>
1139
+ <w>יֵֽלְכ֛וּ</w>
1140
+ <w>לְבַקֵּ֥שׁ</w>
1141
+ <w>אֶת־</w>
1142
+ <w>יְהוָ֖ה</w>
1143
+ <w>וְלֹ֣א</w>
1144
+ <w>יִמְצָ֑אוּ</w>
1145
+ <w>חָלַ֖ץ</w>
1146
+ <w>מֵהֶֽם׃</w>
1147
+ </v>
1148
+ <v n="7">
1149
+ <w>בַּיהוָ֣ה</w>
1150
+ <w>בָּגָ֔דוּ</w>
1151
+ <w>כִּֽי־</w>
1152
+ <w>בָנִ֥ים</w>
1153
+ <w>זָרִ֖ים</w>
1154
+ <w>יָלָ֑דוּ</w>
1155
+ <w>עַתָּ֛ה</w>
1156
+ <w>יֹאכְלֵ֥ם</w>
1157
+ <w>חֹ֖דֶשׁ</w>
1158
+ <w>אֶת־</w>
1159
+ <w>חֶלְקֵיהֶֽם׃</w>
1160
+ <samekh/>
1161
+ </v>
1162
+ <v n="8">
1163
+ <w>תִּקְע֤וּ</w>
1164
+ <w>שׁוֹפָר֙</w>
1165
+ <w>בַּגִּבְעָ֔ה</w>
1166
+ <w>חֲצֹצְרָ֖ה</w>
1167
+ <w>בָּרָמָ֑ה</w>
1168
+ <w>הָרִ֙יעוּ֙</w>
1169
+ <w>בֵּ֣ית</w>
1170
+ <w>אָ֔וֶן</w>
1171
+ <w>אַחֲרֶ֖יךָ</w>
1172
+ <w>בִּנְיָמִֽין׃</w>
1173
+ </v>
1174
+ <v n="9">
1175
+ <w>אֶפְרַ֙יִם֙</w>
1176
+ <w>לְשַׁמָּ֣ה</w>
1177
+ <w>תִֽהְיֶ֔ה</w>
1178
+ <w>בְּי֖וֹם</w>
1179
+ <w>תּֽוֹכֵחָ֑ה</w>
1180
+ <w>בְּשִׁבְטֵי֙</w>
1181
+ <w>יִשְׂרָאֵ֔ל</w>
1182
+ <w>הוֹדַ֖עְתִּי</w>
1183
+ <w>נֶאֱמָנָֽה׃</w>
1184
+ </v>
1185
+ <v n="10">
1186
+ <w>הָיוּ֙</w>
1187
+ <w>שָׂרֵ֣י</w>
1188
+ <w>יְהוּדָ֔ה</w>
1189
+ <w>כְּמַסִּיגֵ֖י</w>
1190
+ <w>גְּב֑וּל</w>
1191
+ <w>עֲלֵיהֶ֕ם</w>
1192
+ <w>אֶשְׁפּ֥וֹךְ</w>
1193
+ <w>כַּמַּ֖יִם</w>
1194
+ <w>עֶבְרָתִֽי׃</w>
1195
+ </v>
1196
+ <v n="11">
1197
+ <w>עָשׁ֥וּק</w>
1198
+ <w>אֶפְרַ֖יִם</w>
1199
+ <w>רְצ֣וּץ</w>
1200
+ <w>מִשְׁפָּ֑ט</w>
1201
+ <w>כִּ֣י</w>
1202
+ <w>הוֹאִ֔יל</w>
1203
+ <w>הָלַ֖ךְ</w>
1204
+ <w>אַחֲרֵי־</w>
1205
+ <w>צָֽו׃</w>
1206
+ </v>
1207
+ <v n="12">
1208
+ <w>וַאֲנִ֥י</w>
1209
+ <w>כָעָ֖שׁ</w>
1210
+ <w>לְאֶפְרָ֑יִם</w>
1211
+ <w>וְכָרָקָ֖ב</w>
1212
+ <w>לְבֵ֥ית</w>
1213
+ <w>יְהוּדָֽה׃</w>
1214
+ </v>
1215
+ <v n="13">
1216
+ <w>וַיַּ֨רְא</w>
1217
+ <w>אֶפְרַ֜יִם</w>
1218
+ <w>אֶת־</w>
1219
+ <w>חָלְי֗וֹ</w>
1220
+ <w>וִֽיהוּדָה֙</w>
1221
+ <w>אֶת־</w>
1222
+ <w>מְזֹר֔וֹ</w>
1223
+ <w>וַיֵּ֤לֶךְ</w>
1224
+ <w>אֶפְרַ֙יִם֙</w>
1225
+ <w>אֶל־</w>
1226
+ <w>אַשּׁ֔וּר</w>
1227
+ <w>וַיִּשְׁלַ֖ח</w>
1228
+ <w>אֶל־</w>
1229
+ <w>מֶ֣לֶךְ</w>
1230
+ <w>יָרֵ֑ב</w>
1231
+ <w>וְה֗וּא</w>
1232
+ <w>לֹ֤א</w>
1233
+ <w>יוּכַל֙</w>
1234
+ <w>לִרְפֹּ֣א</w>
1235
+ <w>לָכֶ֔ם</w>
1236
+ <w>וְלֹֽא־</w>
1237
+ <w>יִגְהֶ֥ה</w>
1238
+ <w>מִכֶּ֖ם</w>
1239
+ <w>מָזֽוֹר׃</w>
1240
+ </v>
1241
+ <v n="14">
1242
+ <w>כִּ֣י</w>
1243
+ <w>אָנֹכִ֤י</w>
1244
+ <w>כַשַּׁ֙חַל֙</w>
1245
+ <w>לְאֶפְרַ֔יִם</w>
1246
+ <w>וְכַכְּפִ֖יר</w>
1247
+ <w>לְבֵ֣ית</w>
1248
+ <w>יְהוּדָ֑ה</w>
1249
+ <w>אֲנִ֨י</w>
1250
+ <w>אֲנִ֤י</w>
1251
+ <w>אֶטְרֹף֙</w>
1252
+ <w>וְאֵלֵ֔ךְ</w>
1253
+ <w>אֶשָּׂ֖א</w>
1254
+ <w>וְאֵ֥ין</w>
1255
+ <w>מַצִּֽיל׃</w>
1256
+ </v>
1257
+ <v n="15">
1258
+ <w>אֵלֵ֤ךְ</w>
1259
+ <w>אָשׁ֙וּבָה֙</w>
1260
+ <w>אֶל־</w>
1261
+ <w>מְקוֹמִ֔י</w>
1262
+ <w>עַ֥ד</w>
1263
+ <w>אֲשֶֽׁר־</w>
1264
+ <w>יֶאְשְׁמ֖וּ</w>
1265
+ <w>וּבִקְשׁ֣וּ</w>
1266
+ <w>פָנָ֑י</w>
1267
+ <w>בַּצַּ֥ר</w>
1268
+ <w>לָהֶ֖ם</w>
1269
+ <w>יְשַׁחֲרֻֽנְנִי׃</w>
1270
+ </v>
1271
+ <vs>15</vs>
1272
+ </c>
1273
+ <c n="6">
1274
+ <v n="1">
1275
+ <w>לְכוּ֙</w>
1276
+ <w>וְנָשׁ֣וּבָה</w>
1277
+ <w>אֶל־</w>
1278
+ <w>יְהוָ֔ה</w>
1279
+ <w>כִּ֛י</w>
1280
+ <w>ה֥וּא</w>
1281
+ <w>טָרָ֖ף</w>
1282
+ <w>וְיִרְפָּאֵ֑נוּ</w>
1283
+ <w>יַ֖ךְ</w>
1284
+ <w>וְיַחְבְּשֵֽׁנוּ׃</w>
1285
+ </v>
1286
+ <v n="2">
1287
+ <w>יְחַיֵּ֖נוּ</w>
1288
+ <w>מִיֹּמָ֑יִם</w>
1289
+ <w>בַּיּוֹם֙</w>
1290
+ <w>הַשְּׁלִישִׁ֔י</w>
1291
+ <w>יְקִמֵ֖נוּ</w>
1292
+ <w>וְנִחְיֶ֥ה</w>
1293
+ <w>לְפָנָֽיו׃</w>
1294
+ </v>
1295
+ <v n="3">
1296
+ <w>וְנֵדְעָ֣ה</w>
1297
+ <w>נִרְדְּפָ֗ה</w>
1298
+ <w>לָדַ֙עַת֙</w>
1299
+ <w>אֶת־</w>
1300
+ <w>יְהוָ֔ה</w>
1301
+ <w>כְּשַׁ֖חַר</w>
1302
+ <w>נָכ֣וֹן</w>
1303
+ <w>מֽוֹצָא֑וֹ</w>
1304
+ <w>וְיָב֤וֹא</w>
1305
+ <w>כַגֶּ֙שֶׁם֙</w>
1306
+ <w>לָ֔נוּ</w>
1307
+ <w>כְּמַלְק֖וֹשׁ</w>
1308
+ <w>י֥וֹרֶה</w>
1309
+ <w>אָֽרֶץ׃</w>
1310
+ </v>
1311
+ <v n="4">
1312
+ <w>מָ֤ה</w>
1313
+ <w>אֶֽעֱשֶׂה־</w>
1314
+ <w>לְּךָ֙</w>
1315
+ <w>אֶפְרַ֔יִם</w>
1316
+ <w>מָ֥ה</w>
1317
+ <w>אֶעֱשֶׂה־</w>
1318
+ <w>לְּךָ֖</w>
1319
+ <w>יְהוּדָ֑ה</w>
1320
+ <w>וְחַסְדְּכֶם֙</w>
1321
+ <w>כַּֽעֲנַן־</w>
1322
+ <w>בֹּ֔קֶר</w>
1323
+ <w>וְכַטַּ֖ל</w>
1324
+ <w>מַשְׁכִּ֥ים</w>
1325
+ <w>הֹלֵֽךְ׃</w>
1326
+ </v>
1327
+ <v n="5">
1328
+ <w>עַל־</w>
1329
+ <w>כֵּ֗ן</w>
1330
+ <w>חָצַ֙בְתִּי֙</w>
1331
+ <w>בַּנְּבִיאִ֔ים</w>
1332
+ <w>הֲרַגְתִּ֖ים</w>
1333
+ <w>בְּאִמְרֵי־</w>
1334
+ <w>פִ֑י</w>
1335
+ <w>וּמִשְׁפָּטֶ֖יךָ</w>
1336
+ <w>א֥וֹר</w>
1337
+ <w>יֵצֵֽא׃</w>
1338
+ </v>
1339
+ <v n="6">
1340
+ <w>כִּ֛י</w>
1341
+ <w>חֶ֥סֶד</w>
1342
+ <w>חָפַ֖צְתִּי</w>
1343
+ <w>וְלֹא־</w>
1344
+ <w>זָ֑בַח</w>
1345
+ <w>וְדַ֥עַת</w>
1346
+ <w>אֱלֹהִ֖ים</w>
1347
+ <w>מֵעֹלֽוֹת׃</w>
1348
+ </v>
1349
+ <v n="7">
1350
+ <w>וְהֵ֕מָּה</w>
1351
+ <w>כְּאָדָ֖ם</w>
1352
+ <w>עָבְר֣וּ</w>
1353
+ <w>בְרִ֑ית</w>
1354
+ <w>שָׁ֖ם</w>
1355
+ <w>בָּ֥גְדוּ</w>
1356
+ <w>בִֽי׃</w>
1357
+ </v>
1358
+ <v n="8">
1359
+ <w>גִּלְעָ֕ד</w>
1360
+ <w>קִרְיַ֖ת</w>
1361
+ <w>פֹּ֣עֲלֵי</w>
1362
+ <w>אָ֑וֶן</w>
1363
+ <w>עֲקֻבָּ֖ה</w>
1364
+ <w>מִדָּֽם׃</w>
1365
+ </v>
1366
+ <v n="9">
1367
+ <w>וּכְחַכֵּ֨י</w>
1368
+ <w>אִ֜ישׁ</w>
1369
+ <w>גְּדוּדִ֗ים</w>
1370
+ <w>חֶ֚בֶר</w>
1371
+ <w>כֹּֽהֲנִ֔ים</w>
1372
+ <w>דֶּ֖רֶךְ</w>
1373
+ <w>יְרַצְּחוּ־</w>
1374
+ <w>שֶׁ֑כְמָה</w>
1375
+ <w>כִּ֥י</w>
1376
+ <w>זִמָּ֖ה</w>
1377
+ <w>עָשֽׂוּ׃</w>
1378
+ </v>
1379
+ <v n="10">
1380
+ <w>בְּבֵית֙</w>
1381
+ <w>יִשְׂרָאֵ֔ל</w>
1382
+ <w>רָאִ֖יתִי</w>
1383
+ <k>שעריריה</k>
1384
+ <q>שַׁעֲרֽוּרִיָּ֑ה</q>
1385
+ <w>שָׁ֚ם</w>
1386
+ <w>זְנ֣וּת</w>
1387
+ <w>לְאֶפְרַ֔יִם</w>
1388
+ <w>נִטְמָ֖א</w>
1389
+ <w>יִשְׂרָאֵֽל׃</w>
1390
+ </v>
1391
+ <v n="11">
1392
+ <w>גַּם־</w>
1393
+ <w>יְהוּדָ֕ה</w>
1394
+ <w>שָׁ֥ת</w>
1395
+ <w>קָצִ֖יר</w>
1396
+ <w>לָ֑ךְ</w>
1397
+ <w>בְּשׁוּבִ֖י</w>
1398
+ <w>שְׁב֥וּת</w>
1399
+ <w>עַמִּֽי׃</w>
1400
+ <pe/>
1401
+ </v>
1402
+ <vs>11</vs>
1403
+ </c>
1404
+ <c n="7">
1405
+ <v n="1">
1406
+ <w>כְּרָפְאִ֣י</w>
1407
+ <w>לְיִשְׂרָאֵ֗ל</w>
1408
+ <w>וְנִגְלָ֞ה</w>
1409
+ <w>עֲוֺ֤ן</w>
1410
+ <w>אֶפְרַ֙יִם֙</w>
1411
+ <w>וְרָע֣וֹת</w>
1412
+ <w>שֹֽׁמְר֔וֹן</w>
1413
+ <w>כִּ֥י</w>
1414
+ <w>פָעֲל֖וּ</w>
1415
+ <w>שָׁ֑קֶר</w>
1416
+ <w>וְגַנָּ֣ב</w>
1417
+ <w>יָב֔וֹא</w>
1418
+ <w>פָּשַׁ֥ט</w>
1419
+ <w>גְּד֖וּד</w>
1420
+ <w>בַּחֽוּץ׃</w>
1421
+ </v>
1422
+ <v n="2">
1423
+ <w>וּבַל־</w>
1424
+ <w>יֹֽאמְרוּ֙</w>
1425
+ <w>לִלְבָבָ֔ם</w>
1426
+ <w>כָּל־</w>
1427
+ <w>רָעָתָ֖ם</w>
1428
+ <w>זָכָ֑רְתִּי</w>
1429
+ <w>עַתָּה֙</w>
1430
+ <w>��ְבָב֣וּם</w>
1431
+ <w>מַֽעַלְלֵיהֶ֔ם</w>
1432
+ <w>נֶ֥גֶד</w>
1433
+ <w>פָּנַ֖י</w>
1434
+ <w>הָיֽוּ׃</w>
1435
+ </v>
1436
+ <v n="3">
1437
+ <w>בְּרָעָתָ֖ם</w>
1438
+ <w>יְשַׂמְּחוּ־</w>
1439
+ <w>מֶ֑לֶךְ</w>
1440
+ <w>וּבְכַחֲשֵׁיהֶ֖ם</w>
1441
+ <w>שָׂרִֽים׃</w>
1442
+ </v>
1443
+ <v n="4">
1444
+ <w>כֻּלָּם֙</w>
1445
+ <w>מְנָ֣אֲפִ֔ים</w>
1446
+ <w>כְּמ֣וֹ</w>
1447
+ <w>תַנּ֔וּר</w>
1448
+ <w>בֹּעֵ֖רָה</w>
1449
+ <w>מֵֽאֹפֶ֑ה</w>
1450
+ <w>יִשְׁבּ֣וֹת</w>
1451
+ <w>מֵעִ֔יר</w>
1452
+ <w>מִלּ֥וּשׁ</w>
1453
+ <w>בָּצֵ֖ק</w>
1454
+ <w>עַד־</w>
1455
+ <w>חֻמְצָתֽוֹ׃</w>
1456
+ </v>
1457
+ <v n="5">
1458
+ <w>י֣וֹם</w>
1459
+ <w>מַלְכֵּ֔נוּ</w>
1460
+ <w>הֶחֱל֥וּ</w>
1461
+ <w>שָׂרִ֖ים</w>
1462
+ <w>חֲמַ֣ת</w>
1463
+ <w>מִיָּ֑יִן</w>
1464
+ <w>מָשַׁ֥ךְ</w>
1465
+ <w>יָד֖וֹ</w>
1466
+ <w>אֶת־</w>
1467
+ <w>לֹצְצִֽים׃</w>
1468
+ </v>
1469
+ <v n="6">
1470
+ <w>כִּֽי־</w>
1471
+ <w>קֵרְב֧וּ</w>
1472
+ <w>כַתַּנּ֛וּר</w>
1473
+ <w>לִבָּ֖ם</w>
1474
+ <w>בְּאָרְבָּ֑ם</w>
1475
+ <w>כָּל־</w>
1476
+ <w>הַלַּ֙יְלָה֙</w>
1477
+ <w>יָשֵׁ֣ן</w>
1478
+ <w>אֹֽפֵהֶ֔ם</w>
1479
+ <w>בֹּ֕קֶר</w>
1480
+ <w>ה֥וּא</w>
1481
+ <w>בֹעֵ֖ר</w>
1482
+ <w>כְּאֵ֥שׁ</w>
1483
+ <w>לֶהָבָֽה׃</w>
1484
+ </v>
1485
+ <v n="7">
1486
+ <w>כֻּלָּ֤ם</w>
1487
+ <w>יֵחַ֙מּוּ֙</w>
1488
+ <w>כַּתַּנּ֔וּר</w>
1489
+ <w>וְאָכְל֖וּ</w>
1490
+ <w>אֶת־</w>
1491
+ <w>שֹֽׁפְטֵיהֶ֑ם</w>
1492
+ <w>כָּל־</w>
1493
+ <w>מַלְכֵיהֶ֣ם</w>
1494
+ <w>נָפָ֔לוּ</w>
1495
+ <w>אֵין־</w>
1496
+ <w>קֹרֵ֥א</w>
1497
+ <w>בָהֶ֖ם</w>
1498
+ <w>אֵלָֽי׃</w>
1499
+ </v>
1500
+ <v n="8">
1501
+ <w>אֶפְרַ֕יִם</w>
1502
+ <w>בָּעַמִּ֖ים</w>
1503
+ <w>ה֣וּא</w>
1504
+ <w>יִתְבּוֹלָ֑ל</w>
1505
+ <w>אֶפְרַ֛יִם</w>
1506
+ <w>הָיָ֥ה</w>
1507
+ <w>עֻגָ֖ה</w>
1508
+ <w>בְּלִ֥י</w>
1509
+ <w>הֲפוּכָֽה׃</w>
1510
+ </v>
1511
+ <v n="9">
1512
+ <w>אָכְל֤וּ</w>
1513
+ <w>זָרִים֙</w>
1514
+ <w>כֹּח֔וֹ</w>
1515
+ <w>וְה֖וּא</w>
1516
+ <w>לֹ֣א</w>
1517
+ <w>יָדָ֑ע</w>
1518
+ <w>גַּם־</w>
1519
+ <w>שֵׂיבָה֙</w>
1520
+ <w>זָ֣רְקָה</w>
1521
+ <w>בּ֔וֹ</w>
1522
+ <w>וְה֖וּא</w>
1523
+ <w>לֹ֥א</w>
1524
+ <w>יָדָֽע׃</w>
1525
+ </v>
1526
+ <v n="10">
1527
+ <w>וְעָנָ֥ה</w>
1528
+ <w>גְאֽוֹן־</w>
1529
+ <w>יִשְׂרָאֵ֖ל</w>
1530
+ <w>בְּפָנָ֑יו</w>
1531
+ <w>וְלֹֽא־</w>
1532
+ <w>שָׁ֙בוּ֙</w>
1533
+ <w>אֶל־</w>
1534
+ <w>יְהוָ֣ה</w>
1535
+ <w>אֱלֹֽהֵיהֶ֔ם</w>
1536
+ <w>וְלֹ֥א</w>
1537
+ <w>בִקְשֻׁ֖הוּ</w>
1538
+ <w>בְּכָל־</w>
1539
+ <w>זֹֽאת׃</w>
1540
+ </v>
1541
+ <v n="11">
1542
+ <w>וַיְהִ֣י</w>
1543
+ <w>אֶפְרַ֔יִם</w>
1544
+ <w>כְּיוֹנָ֥ה</w>
1545
+ <w>פוֹתָ֖ה</w>
1546
+ <w>אֵ֣ין</w>
1547
+ <w>לֵ֑ב</w>
1548
+ <w>מִצְרַ֥יִם</w>
1549
+ <w>קָרָ֖אוּ</w>
1550
+ <w>אַשּׁ֥וּר</w>
1551
+ <w>הָלָֽכוּ׃</w>
1552
+ </v>
1553
+ <v n="12">
1554
+ <w>כַּאֲשֶׁ֣ר</w>
1555
+ <w>יֵלֵ֗כוּ</w>
1556
+ <w>אֶפְר֤וֹשׂ</w>
1557
+ <w>עֲלֵיהֶם֙</w>
1558
+ <w>רִשְׁתִּ֔י</w>
1559
+ <w>כְּע֥וֹף</w>
1560
+ <w>הַשָּׁמַ֖יִם</w>
1561
+ <w>אֽוֹרִידֵ֑ם</w>
1562
+ <w>אַיְסִרֵ֕ם</w>
1563
+ <w>כְּשֵׁ֖מַע</w>
1564
+ <w>לַעֲדָתָֽם׃</w>
1565
+ <samekh/>
1566
+ </v>
1567
+ <v n="13">
1568
+ <w>א֤וֹי</w>
1569
+ <w>לָהֶם֙</w>
1570
+ <w>כִּֽי־</w>
1571
+ <w>נָדְד֣וּ</w>
1572
+ <w>מִמֶּ֔נִּי</w>
1573
+ <w>שֹׁ֥ד</w>
1574
+ <w>לָהֶ֖ם</w>
1575
+ <w>כִּֽי־</w>
1576
+ <w>פָ֣שְׁעוּ</w>
1577
+ <w>בִ֑י</w>
1578
+ <w>וְאָנֹכִ֣י</w>
1579
+ <w>אֶפְדֵּ֔ם</w>
1580
+ <w>וְהֵ֕מָּה</w>
1581
+ <w>דִּבְּר֥וּ</w>
1582
+ <w>עָלַ֖י</w>
1583
+ <w>כְּזָבִֽים׃</w>
1584
+ </v>
1585
+ <v n="14">
1586
+ <w>וְלֹֽא־</w>
1587
+ <w>זָעֲק֤וּ</w>
1588
+ <w>אֵלַי֙</w>
1589
+ <w>בְּלִבָּ֔ם</w>
1590
+ <w>כִּ֥י</w>
1591
+ <w>יְיֵלִ֖ילוּ</w>
1592
+ <w>עַל־</w>
1593
+ <w>מִשְׁכְּבוֹתָ֑ם</w>
1594
+ <w>עַל־</w>
1595
+ <w>דָּגָ֧ן</w>
1596
+ <w>וְתִיר֛וֹשׁ</w>
1597
+ <w>יִתְגּוֹרָ֖רו��</w>
1598
+ <w>יָס֥וּרוּ</w>
1599
+ <w>בִֽי׃</w>
1600
+ </v>
1601
+ <v n="15">
1602
+ <w>וַאֲנִ֣י</w>
1603
+ <w>יִסַּ֔רְתִּי</w>
1604
+ <w>חִזַּ֖קְתִּי</w>
1605
+ <w>זְרֽוֹעֹתָ֑ם</w>
1606
+ <w>וְאֵלַ֖י</w>
1607
+ <w>יְחַשְּׁבוּ־</w>
1608
+ <w>רָֽע׃</w>
1609
+ </v>
1610
+ <v n="16">
1611
+ <w>יָשׁ֣וּבוּ ׀</w>
1612
+ <w>לֹ֣א</w>
1613
+ <w>עָ֗ל</w>
1614
+ <w>הָיוּ֙</w>
1615
+ <w>כְּקֶ֣שֶׁת</w>
1616
+ <w>רְמִיָּ֔ה</w>
1617
+ <w>יִפְּל֥וּ</w>
1618
+ <w>בַחֶ֛רֶב</w>
1619
+ <w>שָׂרֵיהֶ֖ם</w>
1620
+ <w>מִזַּ֣עַם</w>
1621
+ <w>לְשׁוֹנָ֑ם</w>
1622
+ <w>ז֥וֹ</w>
1623
+ <w>לַעְגָּ֖ם</w>
1624
+ <w>בְּאֶ֥רֶץ</w>
1625
+ <w>מִצְרָֽיִם׃</w>
1626
+ </v>
1627
+ <vs>16</vs>
1628
+ </c>
1629
+ <c n="8">
1630
+ <v n="1">
1631
+ <w>אֶל־</w>
1632
+ <w>חִכְּךָ֣</w>
1633
+ <w>שֹׁפָ֔ר</w>
1634
+ <w>כַּנֶּ֖שֶׁר</w>
1635
+ <w>עַל־</w>
1636
+ <w>בֵּ֣ית</w>
1637
+ <w>יְהוָ֑ה</w>
1638
+ <w>יַ֚עַן</w>
1639
+ <w>עָבְר֣וּ</w>
1640
+ <w>בְרִיתִ֔י</w>
1641
+ <w>וְעַל־</w>
1642
+ <w>תּוֹרָתִ֖י</w>
1643
+ <w>פָּשָֽׁעוּ׃</w>
1644
+ </v>
1645
+ <v n="2">
1646
+ <w>לִ֖י</w>
1647
+ <w>יִזְעָ֑קוּ</w>
1648
+ <w>אֱלֹהַ֥י</w>
1649
+ <w>יְֽדַעֲנ֖וּךָ</w>
1650
+ <w>יִשְׂרָאֵֽל׃</w>
1651
+ </v>
1652
+ <v n="3">
1653
+ <w>זָנַ֥ח</w>
1654
+ <w>יִשְׂרָאֵ֖ל</w>
1655
+ <w>ט֑וֹב</w>
1656
+ <w>אוֹיֵ֖ב</w>
1657
+ <w>יִרְדְּֽפוֹ׃</w>
1658
+ </v>
1659
+ <v n="4">
1660
+ <w>הֵ֤ם</w>
1661
+ <w>הִמְלִיכוּ֙</w>
1662
+ <w>וְלֹ֣א</w>
1663
+ <w>מִמֶּ֔נִּי</w>
1664
+ <w>הֵשִׂ֖ירוּ</w>
1665
+ <w>וְלֹ֣א</w>
1666
+ <w>יָדָ֑עְתִּי</w>
1667
+ <w>כַּסְפָּ֣ם</w>
1668
+ <w>וּזְהָבָ֗ם</w>
1669
+ <w>עָשׂ֤וּ</w>
1670
+ <w>לָהֶם֙</w>
1671
+ <w>עֲצַבִּ֔ים</w>
1672
+ <w>לְמַ֖עַן</w>
1673
+ <w>יִכָּרֵֽת׃</w>
1674
+ </v>
1675
+ <v n="5">
1676
+ <w>זָנַח֙</w>
1677
+ <w>עֶגְלֵ֣ךְ</w>
1678
+ <w>שֹֽׁמְר֔וֹן</w>
1679
+ <w>חָרָ֥ה</w>
1680
+ <w>אַפִּ֖י</w>
1681
+ <w>בָּ֑ם</w>
1682
+ <w>עַד־</w>
1683
+ <w>מָתַ֕י</w>
1684
+ <w>לֹ֥א</w>
1685
+ <w>יוּכְל֖וּ</w>
1686
+ <w>נִקָּיֹֽן׃</w>
1687
+ </v>
1688
+ <v n="6">
1689
+ <w>כִּ֤י</w>
1690
+ <w>מִיִּשְׂרָאֵל֙</w>
1691
+ <w>וְה֔וּא</w>
1692
+ <w>חָרָ֣שׁ</w>
1693
+ <w>עָשָׂ֔הוּ</w>
1694
+ <w>וְלֹ֥א</w>
1695
+ <w>אֱלֹהִ֖ים</w>
1696
+ <w>ה֑וּא</w>
1697
+ <w>כִּֽי־</w>
1698
+ <w>שְׁבָבִ֣ים</w>
1699
+ <w>יִֽהְיֶ֔ה</w>
1700
+ <w>עֵ֖גֶל</w>
1701
+ <w>שֹׁמְרֽוֹן׃</w>
1702
+ </v>
1703
+ <v n="7">
1704
+ <w>כִּ֛י</w>
1705
+ <w>ר֥וּחַ</w>
1706
+ <w>יִזְרָ֖עוּ</w>
1707
+ <w>וְסוּפָ֣תָה</w>
1708
+ <w>יִקְצֹ֑רוּ</w>
1709
+ <w>קָמָ֣ה</w>
1710
+ <w>אֵֽין־</w>
1711
+ <w>ל֗וֹ</w>
1712
+ <w>צֶ֚מַח</w>
1713
+ <w>בְּלִ֣י</w>
1714
+ <w>יַֽעֲשֶׂה־</w>
1715
+ <w>קֶּ֔מַח</w>
1716
+ <w>אוּלַ֣י</w>
1717
+ <w>יַֽעֲשֶׂ֔ה</w>
1718
+ <w>זָרִ֖ים</w>
1719
+ <w>יִבְלָעֻֽהוּ׃</w>
1720
+ </v>
1721
+ <v n="8">
1722
+ <w>נִבְלַ֖ע</w>
1723
+ <w>יִשְׂרָאֵ֑ל</w>
1724
+ <w>עַתָּה֙</w>
1725
+ <w>הָי֣וּ</w>
1726
+ <w>בַגּוֹיִ֔ם</w>
1727
+ <w>כִּכְלִ֖י</w>
1728
+ <w>אֵֽין־</w>
1729
+ <w>חֵ֥פֶץ</w>
1730
+ <w>בּֽוֹ׃</w>
1731
+ </v>
1732
+ <v n="9">
1733
+ <w>כִּֽי־</w>
1734
+ <w>הֵ֙מָּה֙</w>
1735
+ <w>עָל֣וּ</w>
1736
+ <w>אַשּׁ֔וּר</w>
1737
+ <w>פֶּ֖רֶא</w>
1738
+ <w>בּוֹדֵ֣ד</w>
1739
+ <w>ל֑וֹ</w>
1740
+ <w>אֶפְרַ֖יִם</w>
1741
+ <w>הִתְנ֥וּ</w>
1742
+ <w>אֲהָבִֽים</w>
1743
+ </v>
1744
+ <v n="10">
1745
+ <w>גַּ֛ם</w>
1746
+ <w>כִּֽי־</w>
1747
+ <w>יִתְנ֥וּ</w>
1748
+ <w>בַגּוֹיִ֖ם</w>
1749
+ <w>עַתָּ֣ה</w>
1750
+ <w>אֲקַבְּצֵ֑ם</w>
1751
+ <w>וַיָּחֵ֣לּוּ</w>
1752
+ <w>מְּעָ֔ט</w>
1753
+ <w>מִמַּשָּׂ֖א</w>
1754
+ <w>מֶ֥לֶךְ</w>
1755
+ <w>שָׂרִֽים׃</w>
1756
+ </v>
1757
+ <v n="11">
1758
+ <w>כִּֽי־</w>
1759
+ <w>הִרְבָּ֥ה</w>
1760
+ <w>אֶפְרַ֛יִם</w>
1761
+ <w>מִזְבְּחֹ֖ת</w>
1762
+ <w>לַחֲטֹ֑א</w>
1763
+ <w>הָיוּ־</w>
1764
+ <w>ל֥וֹ</w>
1765
+ <w>מִזְבְּח֖וֹת</w>
1766
+ <w>לַחֲטֹֽא׃</w>
1767
+ </v>
1768
+ <v n="12">
1769
+ <k>אכתוב־</k>
1770
+ <q>אֶ֨כְתָּב־</q>
1771
+ <w>ל֔וֹ</w>
1772
+ <k>רבו</k>
1773
+ <q>רֻבֵּ֖י</q>
1774
+ <w>תּֽוֹרָתִ֑י</w>
1775
+ <w>כְּמוֹ־</w>
1776
+ <w>זָ֖ר</w>
1777
+ <w>נֶחְשָֽׁבוּ׃</w>
1778
+ </v>
1779
+ <v n="13">
1780
+ <w>זִבְחֵ֣י</w>
1781
+ <w>הַבְהָבַ֗י</w>
1782
+ <w>יִזְבְּח֤וּ</w>
1783
+ <w>בָשָׂר֙</w>
1784
+ <w>וַיֹּאכֵ֔לוּ</w>
1785
+ <w>יְהוָ֖ה</w>
1786
+ <w>לֹ֣א</w>
1787
+ <w>רָצָ֑ם</w>
1788
+ <w>עַתָּ֞ה</w>
1789
+ <w>יִזְכֹּ֤ר</w>
1790
+ <w>עֲוֺנָם֙</w>
1791
+ <w>וְיִפְקֹ֣ד</w>
1792
+ <w>חַטֹּאותָ֔ם</w>
1793
+ <w>הֵ֖מָּה</w>
1794
+ <w>מִצְרַ֥יִם</w>
1795
+ <w>יָשֽׁוּבוּ׃</w>
1796
+ </v>
1797
+ <v n="14">
1798
+ <w>וַיִּשְׁכַּ֨ח</w>
1799
+ <w>יִשְׂרָאֵ֜ל</w>
1800
+ <w>אֶת־</w>
1801
+ <w>עֹשֵׂ֗הוּ</w>
1802
+ <w>וַיִּ֙בֶן֙</w>
1803
+ <w>הֵֽיכָל֔וֹת</w>
1804
+ <w>וִֽיהוּדָ֕ה</w>
1805
+ <w>הִרְבָּ֖ה</w>
1806
+ <w>עָרִ֣ים</w>
1807
+ <w>בְּצֻר֑וֹת</w>
1808
+ <w>וְשִׁלַּחְתִּי־</w>
1809
+ <w>אֵ֣שׁ</w>
1810
+ <w>בְּעָרָ֔יו</w>
1811
+ <w>וְאָכְלָ֖ה</w>
1812
+ <w>אַרְמְנֹתֶֽיהָ׃</w>
1813
+ <samekh/>
1814
+ </v>
1815
+ <vs>14</vs>
1816
+ </c>
1817
+ <c n="9">
1818
+ <v n="1">
1819
+ <w>אַל־</w>
1820
+ <w>תִּשְׂמַ֨ח</w>
1821
+ <w>יִשְׂרָאֵ֤ל ׀</w>
1822
+ <w>אֶל־</w>
1823
+ <w>גִּיל֙</w>
1824
+ <w>כָּֽעַמִּ֔ים</w>
1825
+ <w>כִּ֥י</w>
1826
+ <w>זָנִ֖יתָ</w>
1827
+ <w>מֵעַ֣ל</w>
1828
+ <w>אֱלֹהֶ֑יךָ</w>
1829
+ <w>אָהַ֣בְתָּ</w>
1830
+ <w>אֶתְנָ֔ן</w>
1831
+ <w>עַ֖ל</w>
1832
+ <w>כָּל־</w>
1833
+ <w>גָּרְנ֥וֹת</w>
1834
+ <w>דָּגָֽן׃</w>
1835
+ </v>
1836
+ <v n="2">
1837
+ <w>גֹּ֥רֶן</w>
1838
+ <w>וָיֶ֖קֶב</w>
1839
+ <w>לֹ֣א</w>
1840
+ <w>יִרְעֵ֑ם</w>
1841
+ <w>וְתִיר֖וֹשׁ</w>
1842
+ <w>יְכַ֥חֶשׁ</w>
1843
+ <w>בָּֽהּ׃</w>
1844
+ </v>
1845
+ <v n="3">
1846
+ <w>לֹ֥א</w>
1847
+ <w>יֵשְׁב֖וּ</w>
1848
+ <w>בְּאֶ֣רֶץ</w>
1849
+ <w>יְהוָ֑ה</w>
1850
+ <w>וְשָׁ֤ב</w>
1851
+ <w>אֶפְרַ֙יִם֙</w>
1852
+ <w>מִצְרַ֔יִם</w>
1853
+ <w>וּבְאַשּׁ֖וּר</w>
1854
+ <w>טָמֵ֥א</w>
1855
+ <w>יֹאכֵֽלוּ׃</w>
1856
+ </v>
1857
+ <v n="4">
1858
+ <w>לֹא־</w>
1859
+ <w>יִסְּכ֨וּ</w>
1860
+ <w>לַיהוָ֥ה ׀</w>
1861
+ <w>יַיִן֮</w>
1862
+ <w>וְלֹ֣א</w>
1863
+ <w>יֶֽעֶרְבוּ־</w>
1864
+ <w>לוֹ֒</w>
1865
+ <w>זִבְחֵיהֶ֗ם</w>
1866
+ <w>כְּלֶ֤חֶם</w>
1867
+ <w>אוֹנִים֙</w>
1868
+ <w>לָהֶ֔ם</w>
1869
+ <w>כָּל־</w>
1870
+ <w>אֹכְלָ֖יו</w>
1871
+ <w>יִטַמָּ֑אוּ</w>
1872
+ <w>כִּֽי־</w>
1873
+ <w>לַחְמָ֣ם</w>
1874
+ <w>לְנַפְשָׁ֔ם</w>
1875
+ <w>לֹ֥א</w>
1876
+ <w>יָב֖וֹא</w>
1877
+ <w>בֵּ֥ית</w>
1878
+ <w>יְהוָֽה׃</w>
1879
+ </v>
1880
+ <v n="5">
1881
+ <w>מַֽה־</w>
1882
+ <w>תַּעֲשׂ֖וּ</w>
1883
+ <w>לְי֣וֹם</w>
1884
+ <w>מוֹעֵ֑ד</w>
1885
+ <w>וּלְי֖וֹם</w>
1886
+ <w>חַג־</w>
1887
+ <w>יְהוָֽה׃</w>
1888
+ </v>
1889
+ <v n="6">
1890
+ <w>כִּֽי־</w>
1891
+ <w>הִנֵּ֤ה</w>
1892
+ <w>הָֽלְכוּ֙</w>
1893
+ <w>מִשֹּׁ֔ד</w>
1894
+ <w>מִצְרַ֥יִם</w>
1895
+ <w>תְּקַבְּצֵ֖ם</w>
1896
+ <w>מֹ֣ף</w>
1897
+ <w>תְּקַבְּרֵ֑ם</w>
1898
+ <w>מַחְמַ֣ד</w>
1899
+ <w>לְכַסְפָּ֗ם</w>
1900
+ <w>קִמּוֹשׂ֙</w>
1901
+ <w>יִֽירָשֵׁ֔ם</w>
1902
+ <w>ח֖וֹחַ</w>
1903
+ <w>בְּאָהֳלֵיהֶֽם׃</w>
1904
+ </v>
1905
+ <v n="7">
1906
+ <w>בָּ֣אוּ ׀</w>
1907
+ <w>יְמֵ֣י</w>
1908
+ <w>הַפְּקֻדָּ֗ה</w>
1909
+ <w>בָּ֚אוּ</w>
1910
+ <w>יְמֵ֣י</w>
1911
+ <w>הַשִׁלֻּ֔ם</w>
1912
+ <w>יֵדְע֖וּ</w>
1913
+ <w>יִשְׂרָאֵ֑ל</w>
1914
+ <w>אֱוִ֣יל</w>
1915
+ <w>הַנָּבִ֗יא</w>
1916
+ <w>מְשֻׁגָּע֙</w>
1917
+ <w>אִ֣ישׁ</w>
1918
+ <w>הָר֔וּחַ</w>
1919
+ <w>עַ֚ל</w>
1920
+ <w>רֹ֣ב</w>
1921
+ <w>עֲוֺנְךָ֔</w>
1922
+ <w>וְרַבָּ֖ה</w>
1923
+ <w>מַשְׂטֵמָֽה׃</w>
1924
+ </v>
1925
+ <v n="8">
1926
+ <w>צֹפֶ֥ה</w>
1927
+ <w>אֶפְרַ֖יִם</w>
1928
+ <w>עִם־</w>
1929
+ <w>אֱלֹהָ֑י</w>
1930
+ <w>נָבִ֞יא</w>
1931
+ <w>פַּ֤ח</w>
1932
+ <w>יָקוֹשׁ֙</w>
1933
+ <w>עַל־</w>
1934
+ <w>כָּל־</w>
1935
+ <w>דְּרָכָ֔יו</w>
1936
+ <w>מַשְׂט��מָ֖ה</w>
1937
+ <w>בְּבֵ֥ית</w>
1938
+ <w>אֱלֹהָֽיו׃</w>
1939
+ </v>
1940
+ <v n="9">
1941
+ <w>הֶעְמִֽיקוּ־</w>
1942
+ <w>שִׁחֵ֖תוּ</w>
1943
+ <w>כִּימֵ֣י</w>
1944
+ <w>הַגִּבְעָ֑ה</w>
1945
+ <w>יִזְכּ֣וֹר</w>
1946
+ <w>עֲוֺנָ֔ם</w>
1947
+ <w>יִפְק֖וֹד</w>
1948
+ <w>חַטֹּאותָֽם׃</w>
1949
+ <samekh/>
1950
+ </v>
1951
+ <v n="10">
1952
+ <w>כַּעֲנָבִ֣ים</w>
1953
+ <w>בַּמִּדְבָּ֗ר</w>
1954
+ <w>מָצָ֙אתִי֙</w>
1955
+ <w>יִשְׂרָאֵ֔ל</w>
1956
+ <w>כְּבִכּוּרָ֤ה</w>
1957
+ <w>בִתְאֵנָה֙</w>
1958
+ <w>בְּרֵ֣אשִׁיתָ֔הּ</w>
1959
+ <w>רָאִ֖יתִי</w>
1960
+ <w>אֲבֽוֹתֵיכֶ֑ם</w>
1961
+ <w>הֵ֜מָּה</w>
1962
+ <w>בָּ֣אוּ</w>
1963
+ <w>בַֽעַל־</w>
1964
+ <w>פְּע֗וֹר</w>
1965
+ <w>וַיִּנָּֽזְרוּ֙</w>
1966
+ <w>לַבֹּ֔שֶׁת</w>
1967
+ <w>וַיִּהְי֥וּ</w>
1968
+ <w>שִׁקּוּצִ֖ים</w>
1969
+ <w>כְּאָהֳבָֽם׃</w>
1970
+ </v>
1971
+ <v n="11">
1972
+ <w>אֶפְרַ֕יִם</w>
1973
+ <w>כָּע֖וֹף</w>
1974
+ <w>יִתְעוֹפֵ֣ף</w>
1975
+ <w>כְּבוֹדָ֑ם</w>
1976
+ <w>מִלֵּדָ֥ה</w>
1977
+ <w>וּמִבֶּ֖טֶן</w>
1978
+ <w>וּמֵהֵרָיֽוֹן׃</w>
1979
+ </v>
1980
+ <v n="12">
1981
+ <w>כִּ֤י</w>
1982
+ <w>אִם־</w>
1983
+ <w>יְגַדְּלוּ֙</w>
1984
+ <w>אֶת־</w>
1985
+ <w>בְּנֵיהֶ֔ם</w>
1986
+ <w>וְשִׁכַּלְתִּ֖ים</w>
1987
+ <w>מֵֽאָדָ֑ם</w>
1988
+ <w>כִּֽי־</w>
1989
+ <w>גַם־</w>
1990
+ <w>א֥וֹי</w>
1991
+ <w>לָהֶ֖ם</w>
1992
+ <w>בְּשׂוּרִ֥י</w>
1993
+ <w>מֵהֶֽם׃</w>
1994
+ </v>
1995
+ <v n="13">
1996
+ <w>אֶפְרַ֛יִם</w>
1997
+ <w>כַּאֲשֶׁר־</w>
1998
+ <w>רָאִ֥יתִי</w>
1999
+ <w>לְצ֖וֹר</w>
2000
+ <w>שְׁתוּלָ֣ה</w>
2001
+ <w>בְנָוֶ֑ה</w>
2002
+ <w>וְאֶפְרַ֕יִם</w>
2003
+ <w>לְהוֹצִ֥יא</w>
2004
+ <w>אֶל־</w>
2005
+ <w>הֹרֵ֖ג</w>
2006
+ <w>בָּנָֽיו׃</w>
2007
+ </v>
2008
+ <v n="14">
2009
+ <w>תֵּן־</w>
2010
+ <w>לָהֶ֥ם</w>
2011
+ <w>יְהוָ֖ה</w>
2012
+ <w>מַה־</w>
2013
+ <w>תִּתֵּ֑ן</w>
2014
+ <w>תֵּן־</w>
2015
+ <w>לָהֶם֙</w>
2016
+ <w>רֶ֣חֶם</w>
2017
+ <w>מַשְׁכִּ֔יל</w>
2018
+ <w>וְשָׁדַ֖יִם</w>
2019
+ <w>צֹמְקִֽים׃</w>
2020
+ </v>
2021
+ <v n="15">
2022
+ <w>כָּל־</w>
2023
+ <w>רָעָתָ֤ם</w>
2024
+ <w>בַּגִּלְגָּל֙</w>
2025
+ <w>כִּֽי־</w>
2026
+ <w>שָׁ֣ם</w>
2027
+ <w>שְׂנֵאתִ֔ים</w>
2028
+ <w>עַ֚ל</w>
2029
+ <w>רֹ֣עַ</w>
2030
+ <w>מַֽעַלְלֵיהֶ֔ם</w>
2031
+ <w>מִבֵּיתִ֖י</w>
2032
+ <w>אֲגָרְשֵׁ֑ם</w>
2033
+ <w>לֹ֤א</w>
2034
+ <w>אוֹסֵף֙</w>
2035
+ <w>אַהֲבָתָ֔ם</w>
2036
+ <w>כָּל־</w>
2037
+ <w>שָׂרֵיהֶ֖ם</w>
2038
+ <w>סֹרְרִֽים׃</w>
2039
+ </v>
2040
+ <v n="16">
2041
+ <w>הֻכָּ֣ה</w>
2042
+ <w>אֶפְרַ֔יִם</w>
2043
+ <w>שָׁרְשָׁ֥ם</w>
2044
+ <w>יָבֵ֖שׁ</w>
2045
+ <w>פְּרִ֣י</w>
2046
+ <k>בלי־</k>
2047
+ <q>בַֽל־</q>
2048
+ <w>יַעֲשׂ֑וּן</w>
2049
+ <w>גַּ֚ם</w>
2050
+ <w>כִּ֣י</w>
2051
+ <w>יֵֽלֵד֔וּן</w>
2052
+ <w>וְהֵמַתִּ֖י</w>
2053
+ <w>מַחֲמַדֵּ֥י</w>
2054
+ <w>בִטְנָֽם׃</w>
2055
+ <samekh/>
2056
+ </v>
2057
+ <v n="17">
2058
+ <w>יִמְאָסֵ֣ם</w>
2059
+ <w>אֱלֹהַ֔י</w>
2060
+ <w>כִּ֛י</w>
2061
+ <w>לֹ֥א</w>
2062
+ <w>שָׁמְע֖וּ</w>
2063
+ <w>ל֑וֹ</w>
2064
+ <w>וְיִהְי֥וּ</w>
2065
+ <w>נֹדְדִ֖ים</w>
2066
+ <w>בַּגּוֹיִֽם׃</w>
2067
+ <samekh/>
2068
+ </v>
2069
+ <vs>17</vs>
2070
+ </c>
2071
+ <c n="10">
2072
+ <v n="1">
2073
+ <w>גֶּ֤פֶן</w>
2074
+ <w>בּוֹקֵק֙</w>
2075
+ <w>יִשְׂרָאֵ֔ל</w>
2076
+ <w>פְּרִ֖י</w>
2077
+ <w>יְשַׁוֶּה־</w>
2078
+ <w>לּ֑וֹ</w>
2079
+ <w>כְּרֹ֣ב</w>
2080
+ <w>לְפִרְי֗וֹ</w>
2081
+ <w>הִרְבָּה֙</w>
2082
+ <w>לַֽמִּזְבְּח֔וֹת</w>
2083
+ <w>כְּט֣וֹב</w>
2084
+ <w>לְאַרְצ֔וֹ</w>
2085
+ <w>הֵיטִ֖יבוּ</w>
2086
+ <w>מַצֵּבֽוֹת׃</w>
2087
+ </v>
2088
+ <v n="2">
2089
+ <w>חָלַ֥ק</w>
2090
+ <w>לִבָּ֖ם</w>
2091
+ <w>עַתָּ֣ה</w>
2092
+ <w>יֶאְשָׁ֑מוּ</w>
2093
+ <w>ה֚וּא</w>
2094
+ <w>יַעֲרֹ֣ף</w>
2095
+ <w>מִזְבְּחוֹתָ֔ם</w>
2096
+ <w>יְשֹׁדֵ֖ד</w>
2097
+ <w>מַצֵּבוֹתָֽם׃</w>
2098
+ </v>
2099
+ <v n="3">
2100
+ <w>כִּ֤י</w>
2101
+ <w>עַתָּה֙</w>
2102
+ <w>יֹֽאמְר֔וּ</w>
2103
+ <w>אֵ֥ין</w>
2104
+ <w>מֶ֖לֶךְ</w>
2105
+ <w>לָ֑נוּ</w>
2106
+ <w>כִּ֣י</w>
2107
+ <w>לֹ֤א</w>
2108
+ <w>יָרֵ֙אנוּ֙</w>
2109
+ <w>אֶת־</w>
2110
+ <w>יְהֹוָ֔ה</w>
2111
+ <w>וְהַמֶּ֖לֶךְ</w>
2112
+ <w>מַה־</w>
2113
+ <w>יַּֽעֲשֶׂה־</w>
2114
+ <w>לָּֽנוּ׃</w>
2115
+ </v>
2116
+ <v n="4">
2117
+ <w>דִּבְּר֣וּ</w>
2118
+ <w>דְבָרִ֔ים</w>
2119
+ <w>אָל֥וֹת</w>
2120
+ <w>שָׁ֖וְא</w>
2121
+ <w>כָּרֹ֣ת</w>
2122
+ <w>בְּרִ֑ית</w>
2123
+ <w>וּפָרַ֤ח</w>
2124
+ <w>כָּרֹאשׁ֙</w>
2125
+ <w>מִשְׁפָּ֔ט</w>
2126
+ <w>עַ֖ל</w>
2127
+ <w>תַּלְמֵ֥י</w>
2128
+ <w>שָׂדָֽי׃</w>
2129
+ </v>
2130
+ <v n="5">
2131
+ <w>לְעֶגְלוֹת֙</w>
2132
+ <w>בֵּ֣ית</w>
2133
+ <w>אָ֔וֶן</w>
2134
+ <w>יָג֖וּרוּ</w>
2135
+ <w>שְׁכַ֣ן</w>
2136
+ <w>שֹֽׁמְר֑וֹן</w>
2137
+ <w>כִּי־</w>
2138
+ <w>אָבַ֨ל</w>
2139
+ <w>עָלָ֜יו</w>
2140
+ <w>עַמּ֗וֹ</w>
2141
+ <w>וּכְמָרָיו֙</w>
2142
+ <w>עָלָ֣יו</w>
2143
+ <w>יָגִ֔ילוּ</w>
2144
+ <w>עַל־</w>
2145
+ <w>כְּבוֹד֖וֹ</w>
2146
+ <w>כִּֽי־</w>
2147
+ <w>גָלָ֥ה</w>
2148
+ <w>מִמֶּֽנּוּ׃</w>
2149
+ </v>
2150
+ <v n="6">
2151
+ <w>גַּם־</w>
2152
+ <w>אוֹתוֹ֙</w>
2153
+ <w>לְאַשּׁ֣וּר</w>
2154
+ <w>יוּבָ֔ל</w>
2155
+ <w>מִנְחָ֖ה</w>
2156
+ <w>לְמֶ֣לֶךְ</w>
2157
+ <w>יָרֵ֑ב</w>
2158
+ <w>בָּשְׁנָה֙</w>
2159
+ <w>אֶפְרַ֣יִם</w>
2160
+ <w>יִקָּ֔ח</w>
2161
+ <w>וְיֵב֥וֹשׁ</w>
2162
+ <w>יִשְׂרָאֵ֖ל</w>
2163
+ <w>מֵעֲצָתֽוֹ׃</w>
2164
+ </v>
2165
+ <v n="7">
2166
+ <w>נִדְמֶ֥ה</w>
2167
+ <w>שֹׁמְר֖וֹן</w>
2168
+ <w>מַלְכָּ֑הּ</w>
2169
+ <w>כְּקֶ֖צֶף</w>
2170
+ <w>עַל־</w>
2171
+ <w>פְּנֵי־</w>
2172
+ <w>מָֽיִם׃</w>
2173
+ </v>
2174
+ <v n="8">
2175
+ <w>וְנִשְׁמְד֞וּ</w>
2176
+ <w>בָּמ֣וֹת</w>
2177
+ <w>אָ֗וֶן</w>
2178
+ <w>חַטַּאת֙</w>
2179
+ <w>יִשְׂרָאֵ֔ל</w>
2180
+ <w>ק֣וֹץ</w>
2181
+ <w>וְדַרְדַּ֔ר</w>
2182
+ <w>יַעֲלֶ֖ה</w>
2183
+ <w>עַל־</w>
2184
+ <w>מִזְבְּחוֹתָ֑ם</w>
2185
+ <w>וְאָמְר֤וּ</w>
2186
+ <w>לֶֽהָרִים֙</w>
2187
+ <w>כַּסּ֔וּנוּ</w>
2188
+ <w>וְלַגְּבָע֖וֹת</w>
2189
+ <w>נִפְל֥וּ</w>
2190
+ <w>עָלֵֽינוּ׃</w>
2191
+ <samekh/>
2192
+ </v>
2193
+ <v n="9">
2194
+ <w>מִימֵי֙</w>
2195
+ <w>הַגִּבְעָ֔ה</w>
2196
+ <w>חָטָ֖אתָ</w>
2197
+ <w>יִשְׂרָאֵ֑ל</w>
2198
+ <w>שָׁ֣ם</w>
2199
+ <w>עָמָ֔דוּ</w>
2200
+ <w>לֹֽא־</w>
2201
+ <w>תַשִּׂיגֵ֧ם</w>
2202
+ <w>בַּגִּבְעָ֛ה</w>
2203
+ <w>מִלְחָמָ֖ה</w>
2204
+ <w>עַל־</w>
2205
+ <w>בְּנֵ֥י</w>
2206
+ <w>עַֽלְוָֽה׃</w>
2207
+ </v>
2208
+ <v n="10">
2209
+ <w>בְּאַוָּתִ֖י</w>
2210
+ <w>וְאֶסֳּרֵ֑ם</w>
2211
+ <w>וְאֻסְּפ֤וּ</w>
2212
+ <w>עֲלֵיהֶם֙</w>
2213
+ <w>עַמִּ֔ים</w>
2214
+ <w>בְּאָסְרָ֖ם</w>
2215
+ <w>לִשְׁתֵּ֥י</w>
2216
+ <k>עינתם</k>
2217
+ <q>עוֹנֹתָֽם׃</q>
2218
+ </v>
2219
+ <v n="11">
2220
+ <w>וְאֶפְרַ֜יִם</w>
2221
+ <w>עֶגְלָ֤ה</w>
2222
+ <w>מְלֻמָּדָה֙</w>
2223
+ <w>אֹהַ֣בְתִּי</w>
2224
+ <w>לָד֔וּשׁ</w>
2225
+ <w>וַאֲנִ֣י</w>
2226
+ <w>עָבַ֔רְתִּי</w>
2227
+ <w>עַל־</w>
2228
+ <w>ט֖וּב</w>
2229
+ <w>צַוָּארָ֑הּ</w>
2230
+ <w>אַרְכִּ֤יב</w>
2231
+ <w>אֶפְרַ֙יִם֙</w>
2232
+ <w>יַחֲר֣וֹשׁ</w>
2233
+ <w>יְהוּדָ֔ה</w>
2234
+ <w>יְשַׂדֶּד־</w>
2235
+ <w>ל֖וֹ</w>
2236
+ <w>יַעֲקֹֽב׃</w>
2237
+ </v>
2238
+ <v n="12">
2239
+ <w>זִרְע֨וּ</w>
2240
+ <w>לָכֶ֤ם</w>
2241
+ <w>לִצְדָקָה֙</w>
2242
+ <w>קִצְר֣וּ</w>
2243
+ <w>לְפִי־</w>
2244
+ <w>חֶ֔סֶד</w>
2245
+ <w>נִ֥ירוּ</w>
2246
+ <w>לָכֶ֖ם</w>
2247
+ <w>נִ֑יר</w>
2248
+ <w>וְעֵת֙</w>
2249
+ <w>לִדְר֣וֹשׁ</w>
2250
+ <w>אֶת־</w>
2251
+ <w>יְהוָ֔ה</w>
2252
+ <w>עַד־</w>
2253
+ <w>יָב֕וֹא</w>
2254
+ <w>וְיֹרֶ֥ה</w>
2255
+ <w>צֶ֖דֶק</w>
2256
+ <w>לָכֶֽם׃</w>
2257
+ </v>
2258
+ <v n="13">
2259
+ <w>חֲרַשְׁתֶּם־</w>
2260
+ <w>רֶ֛שַׁע</w>
2261
+ <w>עַוְלָ֥תָה</w>
2262
+ <w>קְצַרְתֶּ֖ם</w>
2263
+ <w>אֲכַלְתֶּ֣ם</w>
2264
+ <w>פְּרִי־</w>
2265
+ <w>כָ֑חַשׁ</w>
2266
+ <w>כִּֽי־</w>
2267
+ <w>בָטַ֥חְתָּ</w>
2268
+ <w>בְדַרְכְּךָ֖</w>
2269
+ <w>בְּרֹ֥ב</w>
2270
+ <w>גִּבּוֹרֶֽיךָ׃</w>
2271
+ </v>
2272
+ <v n="14">
2273
+ <w>וְקָ֣אם</w>
2274
+ <w>שָׁאוֹן֮</w>
2275
+ <w>בְּעַמֶּךָ֒</w>
2276
+ <w>וְכָל־</w>
2277
+ <w>מִבְצָרֶ֣יךָ</w>
2278
+ <w>יוּשַּׁ֔ד</w>
2279
+ <w>כְּשֹׁ֧ד</w>
2280
+ <w>שַֽׁלְמַ֛ן</w>
2281
+ <w>בֵּ֥ית</w>
2282
+ <w>אַֽרְבֵ֖אל</w>
2283
+ <w>בְּי֣וֹם</w>
2284
+ <w>מִלְחָמָ֑ה</w>
2285
+ <w>אֵ֥ם</w>
2286
+ <w>עַל־</w>
2287
+ <w>בָּנִ֖ים</w>
2288
+ <w>רֻטָּֽשָׁה׃</w>
2289
+ </v>
2290
+ <v n="15">
2291
+ <w>כָּ֗כָה</w>
2292
+ <w>עָשָׂ֤ה</w>
2293
+ <w>לָכֶם֙</w>
2294
+ <w>בֵּֽית־</w>
2295
+ <w>אֵ֔ל</w>
2296
+ <w>מִפְּנֵ֖י</w>
2297
+ <w>רָעַ֣ת</w>
2298
+ <w>רָֽעַתְכֶ֑ם</w>
2299
+ <w>בַּשַּׁ֕חַר</w>
2300
+ <w>נִדְמֹ֥ה</w>
2301
+ <w>נִדְמָ֖ה</w>
2302
+ <w>מֶ֥לֶךְ</w>
2303
+ <w>יִשְׂרָאֵֽל׃</w>
2304
+ </v>
2305
+ <vs>15</vs>
2306
+ </c>
2307
+ <c n="11">
2308
+ <v n="1">
2309
+ <w>כִּ֛י</w>
2310
+ <w>נַ֥עַר</w>
2311
+ <w>יִשְׂרָאֵ֖ל</w>
2312
+ <w>וָאֹהֲבֵ֑הוּ</w>
2313
+ <w>וּמִמִּצְרַ֖יִם</w>
2314
+ <w>קָרָ֥אתִי</w>
2315
+ <w>לִבְנִֽי׃</w>
2316
+ </v>
2317
+ <v n="2">
2318
+ <w>קָרְא֖וּ</w>
2319
+ <w>לָהֶ֑ם</w>
2320
+ <w>כֵּ֚ן</w>
2321
+ <w>הָלְכ֣וּ</w>
2322
+ <w>מִפְּנֵיהֶ֔ם</w>
2323
+ <w>לַבְּעָלִ֣ים</w>
2324
+ <w>יְזַבֵּ֔חוּ</w>
2325
+ <w>וְלַפְּסִלִ֖ים</w>
2326
+ <w>יְקַטֵּרֽוּן׃</w>
2327
+ </v>
2328
+ <v n="3">
2329
+ <w>וְאָנֹכִ֤י</w>
2330
+ <w>תִרְגַּ֙לְתִּי֙</w>
2331
+ <w>לְאֶפְרַ֔יִם</w>
2332
+ <w>קָחָ֖ם</w>
2333
+ <w>עַל־</w>
2334
+ <w>זְרֽוֹעֹתָ֑יו</w>
2335
+ <w>וְלֹ֥א</w>
2336
+ <w>יָדְע֖וּ</w>
2337
+ <w>כִּ֥י</w>
2338
+ <w>רְפָאתִֽים׃</w>
2339
+ </v>
2340
+ <v n="4">
2341
+ <w>בְּחַבְלֵ֨י</w>
2342
+ <w>אָדָ֤ם</w>
2343
+ <w>אֶמְשְׁכֵם֙</w>
2344
+ <w>בַּעֲבֹת֣וֹת</w>
2345
+ <w>אַהֲבָ֔ה</w>
2346
+ <w>וָאֶהְיֶ֥ה</w>
2347
+ <w>לָהֶ֛ם</w>
2348
+ <w>כִּמְרִ֥ימֵי</w>
2349
+ <w>עֹ֖ל</w>
2350
+ <w>עַ֣ל</w>
2351
+ <w>לְחֵיהֶ֑ם</w>
2352
+ <w>וְאַ֥ט</w>
2353
+ <w>אֵלָ֖יו</w>
2354
+ <w>אוֹכִֽיל׃</w>
2355
+ </v>
2356
+ <v n="5">
2357
+ <w>לֹ֤א</w>
2358
+ <w>יָשׁוּב֙</w>
2359
+ <w>אֶל־</w>
2360
+ <w>אֶ֣רֶץ</w>
2361
+ <w>מִצְרַ֔יִם</w>
2362
+ <w>וְאַשּׁ֖וּר</w>
2363
+ <w>ה֣וּא</w>
2364
+ <w>מַלְכּ֑וֹ</w>
2365
+ <w>כִּ֥י</w>
2366
+ <w>מֵאֲנ֖וּ</w>
2367
+ <w>לָשֽׁוּב׃</w>
2368
+ </v>
2369
+ <v n="6">
2370
+ <w>וְחָלָ֥ה</w>
2371
+ <w>חֶ֙רֶב֙</w>
2372
+ <w>בְּעָרָ֔יו</w>
2373
+ <w>וְכִלְּתָ֥ה</w>
2374
+ <w>בַדָּ֖יו</w>
2375
+ <w>וְאָכָ֑לָה</w>
2376
+ <w>מִֽמֹּעֲצ֖וֹתֵיהֶֽם׃</w>
2377
+ </v>
2378
+ <v n="7">
2379
+ <w>וְעַמִּ֥י</w>
2380
+ <w>תְלוּאִ֖ים</w>
2381
+ <w>לִמְשֽׁוּבָתִ֑י</w>
2382
+ <w>וְאֶל־</w>
2383
+ <w>עַל֙</w>
2384
+ <w>יִקְרָאֻ֔הוּ</w>
2385
+ <w>יַ֖חַד</w>
2386
+ <w>לֹ֥א</w>
2387
+ <w>יְרוֹמֵם׃</w>
2388
+ </v>
2389
+ <v n="8">
2390
+ <w>אֵ֞יךְ</w>
2391
+ <w>אֶתֶּנְךָ֣</w>
2392
+ <w>אֶפְרַ֗יִם</w>
2393
+ <w>אֲמַגֶּנְךָ֙</w>
2394
+ <w>יִשְׂרָאֵ֔ל</w>
2395
+ <w>אֵ֚יךְ</w>
2396
+ <w>אֶתֶּנְךָ֣</w>
2397
+ <w>כְאַדְמָ֔ה</w>
2398
+ <w>אֲשִֽׂימְךָ֖</w>
2399
+ <w>כִּצְבֹאיִ֑ם</w>
2400
+ <w>נֶהְפַּ֤ךְ</w>
2401
+ <w>עָלַי֙</w>
2402
+ <w>לִבִּ֔י</w>
2403
+ <w>יַ֖חַד</w>
2404
+ <w>נִכְמְר֥וּ</w>
2405
+ <w>נִחוּמָֽי׃</w>
2406
+ </v>
2407
+ <v n="9">
2408
+ <w>לֹ֤א</w>
2409
+ <w>אֶֽעֱשֶׂה֙</w>
2410
+ <w>חֲר֣וֹן</w>
2411
+ <w>אַפִּ֔י</w>
2412
+ <w>לֹ֥א</w>
2413
+ <w>אָשׁ֖וּב</w>
2414
+ <w>לְשַׁחֵ֣ת</w>
2415
+ <w>אֶפְרָ֑יִם</w>
2416
+ <w>כִּ֣י</w>
2417
+ <w>אֵ֤ל</w>
2418
+ <w>אָֽנֹכִי֙</w>
2419
+ <w>וְלֹא־</w>
2420
+ <w>אִ֔ישׁ</w>
2421
+ <w>בְּקִרְבְּךָ֣</w>
2422
+ <w>קָד֔וֹשׁ</w>
2423
+ <w>וְלֹ֥א</w>
2424
+ <w>אָב֖וֹא</w>
2425
+ <w>בְּעִֽיר׃</w>
2426
+ </v>
2427
+ <v n="10">
2428
+ <w>אַחֲרֵ֧י</w>
2429
+ <w>יְהוָ֛ה</w>
2430
+ <w>יֵלְכ֖וּ</w>
2431
+ <w>כְּאַרְיֵ֣ה</w>
2432
+ <w>יִשְׁאָ֑ג</w>
2433
+ <w>כִּֽי־</w>
2434
+ <w>ה֣וּא</w>
2435
+ <w>יִשְׁאַ֔ג</w>
2436
+ <w>וְיֶחֶרְד֥וּ</w>
2437
+ <w>בָנִ֖ים</w>
2438
+ <w>מִיָּֽם׃</w>
2439
+ </v>
2440
+ <v n="11">
2441
+ <w>יֶחֶרְד֤וּ</w>
2442
+ <w>כְצִפּוֹר֙</w>
2443
+ <w>מִמִּצְרַ֔יִם</w>
2444
+ <w>וּכְיוֹנָ֖ה</w>
2445
+ <w>מֵאֶ֣רֶץ</w>
2446
+ <w>אַשּׁ֑וּר</w>
2447
+ <w>וְהוֹשַׁבְתִּ֥ים</w>
2448
+ <w>עַל־</w>
2449
+ <w>בָּתֵּיהֶ֖ם</w>
2450
+ <w>נְאֻם־</w>
2451
+ <w>יְהוָֽה׃</w>
2452
+ <samekh/>
2453
+ </v>
2454
+ <vs>11</vs>
2455
+ </c>
2456
+ <c n="12">
2457
+ <v n="1">
2458
+ <w>סְבָבֻ֤נִי</w>
2459
+ <w>בְכַ֙חַשׁ֙</w>
2460
+ <w>אֶפְרַ֔יִם</w>
2461
+ <w>וּבְמִרְמָ֖ה</w>
2462
+ <w>בֵּ֣ית</w>
2463
+ <w>יִשְׂרָאֵ֑ל</w>
2464
+ <w>וִֽיהוּדָ֗ה</w>
2465
+ <w>עֹ֥ד</w>
2466
+ <w>רָד֙</w>
2467
+ <w>עִם־</w>
2468
+ <w>אֵ֔ל</w>
2469
+ <w>וְעִם־</w>
2470
+ <w>קְדוֹשִׁ֖ים</w>
2471
+ <w>נֶאֱמָֽן׃</w>
2472
+ </v>
2473
+ <v n="2">
2474
+ <w>אֶפְרַ֜יִם</w>
2475
+ <w>רֹעֶ֥ה</w>
2476
+ <w>ר֙וּחַ֙</w>
2477
+ <w>וְרֹדֵ֣ף</w>
2478
+ <w>קָדִ֔ים</w>
2479
+ <w>כָּל־</w>
2480
+ <w>הַיּ֕וֹם</w>
2481
+ <w>כָּזָ֥ב</w>
2482
+ <w>וָשֹׁ֖ד</w>
2483
+ <w>יַרְבֶּ֑ה</w>
2484
+ <w>וּבְרִית֙</w>
2485
+ <w>עִם־</w>
2486
+ <w>אַשּׁ֣וּר</w>
2487
+ <w>יִכְרֹ֔תוּ</w>
2488
+ <w>וְשֶׁ֖מֶן</w>
2489
+ <w>לְמִצְרַ֥יִם</w>
2490
+ <w>יוּבָֽל׃</w>
2491
+ </v>
2492
+ <v n="3">
2493
+ <w>וְרִ֥יב</w>
2494
+ <w>לַֽיהוָ֖ה</w>
2495
+ <w>עִם־</w>
2496
+ <w>יְהוּדָ֑ה</w>
2497
+ <w>וְלִפְקֹ֤ד</w>
2498
+ <w>עַֽל־</w>
2499
+ <w>יַעֲקֹב֙</w>
2500
+ <w>כִּדְרָכָ֔יו</w>
2501
+ <w>כְּמַעֲלָלָ֖יו</w>
2502
+ <w>יָשִׁ֥יב</w>
2503
+ <w>לֽוֹ׃</w>
2504
+ </v>
2505
+ <v n="4">
2506
+ <w>בַּבֶּ֖טֶן</w>
2507
+ <w>עָקַ֣ב</w>
2508
+ <w>אֶת־</w>
2509
+ <w>אָחִ֑יו</w>
2510
+ <w>וּבְאוֹנ֖וֹ</w>
2511
+ <w>שָׂרָ֥ה</w>
2512
+ <w>אֶת־</w>
2513
+ <w>אֱלֹהִֽים׃</w>
2514
+ </v>
2515
+ <v n="5">
2516
+ <w>וַיָּ֤שַׂר</w>
2517
+ <w>אֶל־</w>
2518
+ <w>מַלְאָךְ֙</w>
2519
+ <w>וַיֻּכָ֔ל</w>
2520
+ <w>בָּכָ֖ה</w>
2521
+ <w>וַיִּתְחַנֶּן־</w>
2522
+ <w>ל֑וֹ</w>
2523
+ <w>בֵּֽית־</w>
2524
+ <w>אֵל֙</w>
2525
+ <w>יִמְצָאֶ֔נּוּ</w>
2526
+ <w>וְשָׁ֖ם</w>
2527
+ <w>יְדַבֵּ֥ר</w>
2528
+ <w>עִמָּֽנוּ׃</w>
2529
+ </v>
2530
+ <v n="6">
2531
+ <w>וַֽיהוָ֖ה</w>
2532
+ <w>אֱלֹהֵ֣י</w>
2533
+ <w>הַצְּבָא֑וֹת</w>
2534
+ <w>יְהוָ֖ה</w>
2535
+ <w>זִכְרֽוֹ׃</w>
2536
+ </v>
2537
+ <v n="7">
2538
+ <w>וְאַתָּ֖ה</w>
2539
+ <w>בֵּאלֹהֶ֣יךָ</w>
2540
+ <w>תָשׁ֑וּב</w>
2541
+ <w>חֶ֤סֶד</w>
2542
+ <w>וּמִשְׁפָּט֙</w>
2543
+ <w>שְׁמֹ֔ר</w>
2544
+ <w>וְקַוֵּ֥ה</w>
2545
+ <w>אֶל־</w>
2546
+ <w>אֱלֹהֶ֖יךָ</w>
2547
+ <w>תָּמִֽיד׃</w>
2548
+ </v>
2549
+ <v n="8">
2550
+ <w>כְּנַ֗עַן</w>
2551
+ <w>בְּיָד֛וֹ</w>
2552
+ <w>מֹאזְנֵ֥י</w>
2553
+ <w>מִרְמָ֖ה</w>
2554
+ <w>לַעֲשֹׁ֥ק</w>
2555
+ <w>אָהֵֽב׃</w>
2556
+ </v>
2557
+ <v n="9">
2558
+ <w>וַיֹּ֣אמֶר</w>
2559
+ <w>אֶפְרַ֔יִם</w>
2560
+ <w>אַ֣ךְ</w>
2561
+ <w>עָשַׁ֔רְתִּי</w>
2562
+ <w>מָצָ֥אתִי</w>
2563
+ <w>א֖וֹן</w>
2564
+ <w>לִ֑י</w>
2565
+ <w>כָּל־</w>
2566
+ <w>יְגִיעַ֕י</w>
2567
+ <w>לֹ֥א</w>
2568
+ <w>יִמְצְאוּ־</w>
2569
+ <w>לִ֖י</w>
2570
+ <w>עָוֺ֥ן</w>
2571
+ <w>אֲשֶׁר־</w>
2572
+ <w>חֵֽטְא׃</w>
2573
+ </v>
2574
+ <v n="10">
2575
+ <w>וְאָנֹכִ֛י</w>
2576
+ <w>יְהוָ֥ה</w>
2577
+ <w>אֱלֹהֶ֖יךָ</w>
2578
+ <w>מֵאֶ֣רֶץ</w>
2579
+ <w>מִצְרָ֑יִם</w>
2580
+ <w>עֹ֛ד</w>
2581
+ <w>אוֹשִֽׁיבְךָ֥</w>
2582
+ <w>בָ<x>t</x>אֳהָלִ֖ים</w>
2583
+ <w>כִּימֵ֥י</w>
2584
+ <w>מוֹעֵֽד׃</w>
2585
+ </v>
2586
+ <v n="11">
2587
+ <w>וְדִבַּ֙רְתִּי֙</w>
2588
+ <w>עַל־</w>
2589
+ <w>הַנְּבִיאִ֔ים</w>
2590
+ <w>וְאָנֹכִ֖י</w>
2591
+ <w>חָז֣וֹן</w>
2592
+ <w>הִרְבֵּ֑יתִי</w>
2593
+ <w>וּבְיַ֥ד</w>
2594
+ <w>הַנְּבִיאִ֖ים</w>
2595
+ <w>אֲדַמֶּֽה׃</w>
2596
+ </v>
2597
+ <v n="12">
2598
+ <w>אִם־</w>
2599
+ <w>גִּלְעָ֥ד</w>
2600
+ <w>אָ֙��ֶן֙</w>
2601
+ <w>אַךְ־</w>
2602
+ <w>שָׁ֣וְא</w>
2603
+ <w>הָי֔וּ</w>
2604
+ <w>בַּגִּלְגָּ֖ל</w>
2605
+ <w>שְׁוָרִ֣ים</w>
2606
+ <w>זִבֵּ֑חוּ</w>
2607
+ <w>גַּ֤ם</w>
2608
+ <w>מִזְבְּחוֹתָם֙</w>
2609
+ <w>כְּגַלִּ֔ים</w>
2610
+ <w>עַ֖ל</w>
2611
+ <w>תַּלְמֵ֥י</w>
2612
+ <w>שָׂדָֽי׃</w>
2613
+ </v>
2614
+ <v n="13">
2615
+ <w>וַיִּבְרַ֥ח</w>
2616
+ <w>יַעֲקֹ֖ב</w>
2617
+ <w>שְׂדֵ֣ה</w>
2618
+ <w>אֲרָ֑ם</w>
2619
+ <w>וַיַּעֲבֹ֤ד</w>
2620
+ <w>יִשְׂרָאֵל֙</w>
2621
+ <w>בְּאִשָּׁ֔ה</w>
2622
+ <w>וּבְאִשָּׁ֖ה</w>
2623
+ <w>שָׁמָֽר׃</w>
2624
+ </v>
2625
+ <v n="14">
2626
+ <w>וּבְנָבִ֕יא</w>
2627
+ <w>הֶעֱלָ֧ה</w>
2628
+ <w>יְהוָ֛ה</w>
2629
+ <w>אֶת־</w>
2630
+ <w>יִשְׂרָאֵ֖ל</w>
2631
+ <w>מִמִּצְרָ֑יִם</w>
2632
+ <w>וּבְנָבִ֖יא</w>
2633
+ <w>נִשְׁמָֽר׃</w>
2634
+ </v>
2635
+ <v n="15">
2636
+ <w>הִכְעִ֥יס</w>
2637
+ <w>אֶפְרַ֖יִם</w>
2638
+ <w>תַּמְרוּרִ֑ים</w>
2639
+ <w>וְדָמָיו֙</w>
2640
+ <w>עָלָ֣יו</w>
2641
+ <w>יִטּ֔וֹשׁ</w>
2642
+ <w>וְחֶ֨רְפָּת֔וֹ</w>
2643
+ <w>יָשִׁ֥יב</w>
2644
+ <w>ל֖וֹ</w>
2645
+ <w>אֲדֹנָֽיו׃</w>
2646
+ </v>
2647
+ <vs>15</vs>
2648
+ </c>
2649
+ <c n="13">
2650
+ <v n="1">
2651
+ <w>כְּדַבֵּ֤ר</w>
2652
+ <w>אֶפְרַ֙יִם֙</w>
2653
+ <w>רְתֵ֔ת</w>
2654
+ <w>נָשָׂ֥א</w>
2655
+ <w>ה֖וּא</w>
2656
+ <w>בְּיִשְׂרָאֵ֑ל</w>
2657
+ <w>וַיֶּאְשַׁ֥ם</w>
2658
+ <w>בַּבַּ֖עַל</w>
2659
+ <w>וַיָּמֹֽת׃</w>
2660
+ </v>
2661
+ <v n="2">
2662
+ <w>וְעַתָּ֣ה ׀</w>
2663
+ <w>יוֹסִ֣פוּ</w>
2664
+ <w>לַחֲטֹ֗א</w>
2665
+ <w>וַיַּעְשׂ֣וּ</w>
2666
+ <w>לָהֶם֩</w>
2667
+ <w>מַסֵּכָ֨ה</w>
2668
+ <w>מִכַּסְפָּ֤ם</w>
2669
+ <w>כִּתְבוּנָם֙</w>
2670
+ <w>עֲצַבִּ֔ים</w>
2671
+ <w>מַעֲשֵׂ֥ה</w>
2672
+ <w>חָרָשִׁ֖ים</w>
2673
+ <w>כֻּלֹּ֑ה</w>
2674
+ <w>לָהֶם֙</w>
2675
+ <w>הֵ֣ם</w>
2676
+ <w>אֹמְרִ֔ים</w>
2677
+ <w>זֹבְחֵ֣י</w>
2678
+ <w>אָדָ֔ם</w>
2679
+ <w>עֲגָלִ֖ים</w>
2680
+ <w>יִשָּׁקֽוּן׃</w>
2681
+ </v>
2682
+ <v n="3">
2683
+ <w>לָכֵ֗ן</w>
2684
+ <w>יִֽהְיוּ֙</w>
2685
+ <w>כַּעֲנַן־</w>
2686
+ <w>בֹּ֔קֶר</w>
2687
+ <w>וְכַטַּ֖ל</w>
2688
+ <w>מַשְׁכִּ֣ים</w>
2689
+ <w>הֹלֵ֑ךְ</w>
2690
+ <w>כְּמֹץ֙</w>
2691
+ <w>יְסֹעֵ֣ר</w>
2692
+ <w>מִגֹּ֔רֶן</w>
2693
+ <w>וּכְעָשָׁ֖ן</w>
2694
+ <w>מֵאֲרֻבָּֽה׃</w>
2695
+ </v>
2696
+ <v n="4">
2697
+ <w>וְאָנֹכִ֛י</w>
2698
+ <w>יְהוָ֥ה</w>
2699
+ <w>אֱלֹהֶ֖יךָ</w>
2700
+ <w>מֵאֶ֣רֶץ</w>
2701
+ <w>מִצְרָ֑יִם</w>
2702
+ <w>וֵאלֹהִ֤ים</w>
2703
+ <w>זֽוּלָתִי֙</w>
2704
+ <w>לֹ֣א</w>
2705
+ <w>תֵדָ֔ע</w>
2706
+ <w>וּמוֹשִׁ֥יעַ</w>
2707
+ <w>אַ֖יִן</w>
2708
+ <w>בִּלְתִּֽי׃</w>
2709
+ </v>
2710
+ <v n="5">
2711
+ <w>אֲנִ֥י</w>
2712
+ <w>יְדַעְתִּ֖יךָ</w>
2713
+ <w>בַּמִּדְבָּ֑ר</w>
2714
+ <w>בְּאֶ֖רֶץ</w>
2715
+ <w>תַּלְאֻבֽוֹת׃</w>
2716
+ </v>
2717
+ <v n="6">
2718
+ <w>כְּמַרְעִיתָם֙</w>
2719
+ <w>וַיִּשְׂבָּ֔עוּ</w>
2720
+ <w>שָׂבְע֖וּ</w>
2721
+ <w>וַיָּ֣רָם</w>
2722
+ <w>לִבָּ֑ם</w>
2723
+ <w>עַל־</w>
2724
+ <w>כֵּ֖ן</w>
2725
+ <w>שְׁכֵחֽוּנִי׃</w>
2726
+ </v>
2727
+ <v n="7">
2728
+ <w>וָאֱהִ֥י</w>
2729
+ <w>לָהֶ֖ם</w>
2730
+ <w>כְּמוֹ־</w>
2731
+ <w>שָׁ֑חַל</w>
2732
+ <w>כְּנָמֵ֖ר</w>
2733
+ <w>עַל־</w>
2734
+ <w>דֶּ֥רֶךְ</w>
2735
+ <w>אָשֽׁוּר׃</w>
2736
+ </v>
2737
+ <v n="8">
2738
+ <w>אֶפְגְּשֵׁם֙</w>
2739
+ <w>כְּדֹ֣ב</w>
2740
+ <w>שַׁכּ֔וּל</w>
2741
+ <w>וְאֶקְרַ֖ע</w>
2742
+ <w>סְג֣וֹר</w>
2743
+ <w>לִבָּ֑ם</w>
2744
+ <w>וְאֹכְלֵ֥ם</w>
2745
+ <w>שָׁם֙</w>
2746
+ <w>כְּלָבִ֔יא</w>
2747
+ <w>חַיַּ֥ת</w>
2748
+ <w>הַשָּׂדֶ֖ה</w>
2749
+ <w>תְּבַקְּעֵֽם׃</w>
2750
+ </v>
2751
+ <v n="9">
2752
+ <w>שִֽׁחֶתְךָ֥</w>
2753
+ <w>יִשְׂרָאֵ֖ל</w>
2754
+ <w>כִּֽי־</w>
2755
+ <w>בִ֥י</w>
2756
+ <w>בְעֶזְרֶֽךָ׃</w>
2757
+ </v>
2758
+ <v n="10">
2759
+ <w>אֱהִ֤י</w>
2760
+ <w>מַלְכְּךָ֙</w>
2761
+ <w>אֵפ֔וֹא</w>
2762
+ <w>וְיוֹשִֽׁיעֲךָ֖</w>
2763
+ <w>בְּכָל־</w>
2764
+ <w>עָרֶ֑יךָ</w>
2765
+ <w>וְשֹׁ֣פְטֶ֔יךָ</w>
2766
+ <w>אֲשֶׁ֣ר</w>
2767
+ <w>אָמַ֔רְתָּ</w>
2768
+ <w>תְּנָה־</w>
2769
+ <w>לִּ֖י</w>
2770
+ <w>מֶ֥לֶךְ</w>
2771
+ <w>וְשָׂרִֽים׃</w>
2772
+ </v>
2773
+ <v n="11">
2774
+ <w>אֶֽתֶּן־</w>
2775
+ <w>לְךָ֥</w>
2776
+ <w>מֶ֙לֶךְ֙</w>
2777
+ <w>בְּאַפִּ֔י</w>
2778
+ <w>וְאֶקַּ֖ח</w>
2779
+ <w>בְּעֶבְרָתִֽי׃</w>
2780
+ <samekh/>
2781
+ </v>
2782
+ <v n="12">
2783
+ <w>צָרוּר֙</w>
2784
+ <w>עֲוֺ֣ן</w>
2785
+ <w>אֶפְרָ֔יִם</w>
2786
+ <w>צְפוּנָ֖ה</w>
2787
+ <w>חַטָּאתֽוֹ׃</w>
2788
+ </v>
2789
+ <v n="13">
2790
+ <w>חֶבְלֵ֥י</w>
2791
+ <w>יֽוֹלֵדָ֖ה</w>
2792
+ <w>יָבֹ֣אוּ</w>
2793
+ <w>ל֑וֹ</w>
2794
+ <w>הוּא־</w>
2795
+ <w>בֵן֙</w>
2796
+ <w>לֹ֣א</w>
2797
+ <w>חָכָ֔ם</w>
2798
+ <w>כִּֽי־</w>
2799
+ <w>עֵ֥ת</w>
2800
+ <w>לֹֽא־</w>
2801
+ <w>יַעֲמֹ֖ד</w>
2802
+ <w>בְּמִשְׁבַּ֥ר</w>
2803
+ <w>בָּנִֽים׃</w>
2804
+ </v>
2805
+ <v n="14">
2806
+ <w>מִיַּ֤ד</w>
2807
+ <w>שְׁאוֹל֙</w>
2808
+ <w>אֶפְדֵּ֔ם</w>
2809
+ <w>מִמָּ֖וֶת</w>
2810
+ <w>אֶגְאָלֵ֑ם</w>
2811
+ <w>אֱהִ֨י</w>
2812
+ <w>דְבָרֶיךָ֜</w>
2813
+ <w>מָ֗וֶת</w>
2814
+ <w>אֱהִ֤י</w>
2815
+ <w>קָֽטָבְךָ֙</w>
2816
+ <w>שְׁא֔וֹל</w>
2817
+ <w>נֹ֖חַם</w>
2818
+ <w>יִסָּתֵ֥ר</w>
2819
+ <w>מֵעֵינָֽי׃</w>
2820
+ </v>
2821
+ <v n="15">
2822
+ <w>כִּ֣י</w>
2823
+ <w>ה֔וּא</w>
2824
+ <w>בֵּ֥ן</w>
2825
+ <w>אַחִ֖ים</w>
2826
+ <w>יַפְרִ֑יא</w>
2827
+ <w>יָב֣וֹא</w>
2828
+ <w>קָדִים֩</w>
2829
+ <w>ר֨וּחַ</w>
2830
+ <w>יְהוָ֜ה</w>
2831
+ <w>מִמִּדְבָּ֣ר</w>
2832
+ <w>עֹלֶ֗ה</w>
2833
+ <w>וְיֵב֤וֹשׁ</w>
2834
+ <w>מְקוֹרוֹ֙</w>
2835
+ <w>וְיֶחֱרַ֣ב</w>
2836
+ <w>מַעְיָנ֔וֹ</w>
2837
+ <w>ה֣וּא</w>
2838
+ <w>יִשְׁסֶ֔ה</w>
2839
+ <w>אוֹצַ֖ר</w>
2840
+ <w>כָּל־</w>
2841
+ <w>כְּלִ֥י</w>
2842
+ <w>חֶמְדָּֽה׃</w>
2843
+ </v>
2844
+ <vs>15</vs>
2845
+ </c>
2846
+ <c n="14">
2847
+ <v n="1">
2848
+ <w>תֶּאְשַׁם֙</w>
2849
+ <w>שֹֽׁמְר֔וֹן</w>
2850
+ <w>כִּ֥י</w>
2851
+ <w>מָרְתָ֖ה</w>
2852
+ <w>בֵּֽאלֹהֶ֑יהָ</w>
2853
+ <w>בַּחֶ֣רֶב</w>
2854
+ <w>יִפֹּ֔לוּ</w>
2855
+ <w>עֹלְלֵיהֶ֣ם</w>
2856
+ <w>יְרֻטָּ֔שׁוּ</w>
2857
+ <w>וְהָרִיּוֹתָ֖יו</w>
2858
+ <w>יְבֻקָּֽעוּ׃</w>
2859
+ <pe/>
2860
+ </v>
2861
+ <v n="2">
2862
+ <w>שׁ֚וּבָה</w>
2863
+ <w>יִשְׂרָאֵ֔ל</w>
2864
+ <w>עַ֖ד</w>
2865
+ <w>יְהוָ֣ה</w>
2866
+ <w>אֱלֹהֶ֑יךָ</w>
2867
+ <w>כִּ֥י</w>
2868
+ <w>כָשַׁ֖לְתָּ</w>
2869
+ <w>בַּעֲוֺנֶֽךָ׃</w>
2870
+ </v>
2871
+ <v n="3">
2872
+ <w>קְח֤וּ</w>
2873
+ <w>עִמָּכֶם֙</w>
2874
+ <w>דְּבָרִ֔ים</w>
2875
+ <w>וְשׁ֖וּבוּ</w>
2876
+ <w>אֶל־</w>
2877
+ <w>יְהוָ֑ה</w>
2878
+ <w>אִמְר֣וּ</w>
2879
+ <w>אֵלָ֗יו</w>
2880
+ <w>כָּל־</w>
2881
+ <w>תִּשָּׂ֤א</w>
2882
+ <w>עָוֺן֙</w>
2883
+ <w>וְקַח־</w>
2884
+ <w>ט֔וֹב</w>
2885
+ <w>וּֽנְשַׁלְּמָ֥ה</w>
2886
+ <w>פָרִ֖ים</w>
2887
+ <w>שְׂפָתֵֽינוּ׃</w>
2888
+ </v>
2889
+ <v n="4">
2890
+ <w>אַשּׁ֣וּר ׀</w>
2891
+ <w>לֹ֣א</w>
2892
+ <w>יוֹשִׁיעֵ֗נוּ</w>
2893
+ <w>עַל־</w>
2894
+ <w>סוּס֙</w>
2895
+ <w>לֹ֣א</w>
2896
+ <w>נִרְכָּ֔ב</w>
2897
+ <w>וְלֹא־</w>
2898
+ <w>נֹ֥אמַר</w>
2899
+ <w>ע֛וֹד</w>
2900
+ <w>אֱלֹהֵ֖ינוּ</w>
2901
+ <w>לְמַעֲשֵׂ֣ה</w>
2902
+ <w>יָדֵ֑ינוּ</w>
2903
+ <w>אֲשֶׁר־</w>
2904
+ <w>בְּךָ֖</w>
2905
+ <w>יְרֻחַ֥ם</w>
2906
+ <w>יָתֽוֹם׃</w>
2907
+ </v>
2908
+ <v n="5">
2909
+ <w>אֶרְפָּא֙</w>
2910
+ <w>מְשׁ֣וּבָתָ֔ם</w>
2911
+ <w>אֹהֲבֵ֖ם</w>
2912
+ <w>נְדָבָ֑ה</w>
2913
+ <w>כִּ֛י</w>
2914
+ <w>שָׁ֥ב</w>
2915
+ <w>אַפִּ֖י</w>
2916
+ <w>מִמֶּֽנּוּ׃</w>
2917
+ </v>
2918
+ <v n="6">
2919
+ <w>אֶהְיֶ֤ה</w>
2920
+ <w>כַטַּל֙</w>
2921
+ <w>לְיִשְׂרָאֵ֔ל</w>
2922
+ <w>יִפְרַ֖ח</w>
2923
+ <w>כַּשּֽׁוֹשַׁנָּ֑ה</w>
2924
+ <w>וְיַ֥ךְ</w>
2925
+ <w>שָׁרָשָׁ֖יו</w>
2926
+ <w>כַּלְּבָנֽוֹן׃</w>
2927
+ </v>
2928
+ <v n="7">
2929
+ <w>יֵֽלְכוּ֙</w>
2930
+ <w>יֹֽנְקוֹתָ֔יו</w>
2931
+ <w>וִיהִ֥י</w>
2932
+ <w>כַזַּ֖��ִת</w>
2933
+ <w>הוֹד֑וֹ</w>
2934
+ <w>וְרֵ֥יחַֽ</w>
2935
+ <w>ל֖וֹ</w>
2936
+ <w>כַּלְּבָנֽוֹן׃</w>
2937
+ </v>
2938
+ <v n="8">
2939
+ <w>יָשֻׁ֙בוּ֙</w>
2940
+ <w>יֹשְׁבֵ֣י</w>
2941
+ <w>בְצִלּ֔וֹ</w>
2942
+ <w>יְחַיּ֥וּ</w>
2943
+ <w>דָגָ֖ן</w>
2944
+ <w>וְיִפְרְח֣וּ</w>
2945
+ <w>כַגָּ֑פֶן</w>
2946
+ <w>זִכְר֖וֹ</w>
2947
+ <w>כְּיֵ֥ין</w>
2948
+ <w>לְבָנֽוֹן׃</w>
2949
+ <samekh/>
2950
+ </v>
2951
+ <v n="9">
2952
+ <w>אֶפְרַ֕יִם</w>
2953
+ <w>מַה־</w>
2954
+ <w>לִּ֥י</w>
2955
+ <w>ע֖וֹד</w>
2956
+ <w>לָֽעֲצַבִּ֑ים</w>
2957
+ <w>אֲנִ֧י</w>
2958
+ <w>עָנִ֣יתִי</w>
2959
+ <w>וַאֲשׁוּרֶ֗נּוּ</w>
2960
+ <w>אֲנִי֙</w>
2961
+ <w>כִּבְר֣וֹשׁ</w>
2962
+ <w>רַֽעֲנָ֔ן</w>
2963
+ <w>מִמֶּ֖נִּי</w>
2964
+ <w>פֶּרְיְךָ֥</w>
2965
+ <w>נִמְצָֽא׃</w>
2966
+ </v>
2967
+ <v n="10">
2968
+ <w>מִ֤י</w>
2969
+ <w>חָכָם֙</w>
2970
+ <w>וְיָ֣בֵֽן</w>
2971
+ <w>אֵ֔לֶּה</w>
2972
+ <w>נָב֖וֹן</w>
2973
+ <w>וְיֵֽדָעֵ֑ם</w>
2974
+ <w>כִּֽי־</w>
2975
+ <w>יְשָׁרִ֞ים</w>
2976
+ <w>דַּרְכֵ֣י</w>
2977
+ <w>יְהוָ֗ה</w>
2978
+ <w>וְצַדִּקִים֙</w>
2979
+ <w>יֵ֣לְכוּ</w>
2980
+ <w>בָ֔ם</w>
2981
+ <w>וּפֹשְׁעִ֖ים</w>
2982
+ <w>יִכָּ֥שְׁלוּ</w>
2983
+ <w>בָֽם׃</w>
2984
+ </v>
2985
+ <vs>10</vs>
2986
+ </c>
2987
+ <vs>197</vs>
2988
+ <cs>14</cs>
2989
+ </book>
2990
+ </tanach>
2991
+ <notes>
2992
+ <note>
2993
+ <code>4</code>
2994
+ <gccode>4</gccode>
2995
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
2996
+ </note>
2997
+ <note>
2998
+ <code>5</code>
2999
+ <gccode>5</gccode>
3000
+ <note>Large letter(s). Shown as large letters.</note>
3001
+ </note>
3002
+ <note>
3003
+ <code>6</code>
3004
+ <gccode>6</gccode>
3005
+ <note>Small letter(s). Shown as small letters.</note>
3006
+ </note>
3007
+ <note>
3008
+ <code>7</code>
3009
+ <gccode>7</gccode>
3010
+ <note>Suspended letter(s). Shown as suspended letters.</note>
3011
+ </note>
3012
+ <note>
3013
+ <code>8</code>
3014
+ <gccode>8</gccode>
3015
+ <note>Inverted nun in the text.</note>
3016
+ </note>
3017
+ <note>
3018
+ <code>c</code>
3019
+ <gccode>c</gccode>
3020
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
3021
+ </note>
3022
+ <note>
3023
+ <code>d</code>
3024
+ <gccode>d</gccode>
3025
+ <note>This tipeha is a dehi in other texts.</note>
3026
+ </note>
3027
+ <note>
3028
+ <code>m</code>
3029
+ <gccode>m</gccode>
3030
+ <note>This meteg is a merkha in other texts.</note>
3031
+ </note>
3032
+ <note>
3033
+ <code>q</code>
3034
+ <gccode>q</gccode>
3035
+ <note>UXLC differs from the conventional word for the qere.</note>
3036
+ </note>
3037
+ <note>
3038
+ <code>t</code>
3039
+ <gccode>t</gccode>
3040
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
3041
+ </note>
3042
+ <note>
3043
+ <code>X</code>
3044
+ <gccode>X</gccode>
3045
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
3046
+ </note>
3047
+ <note>
3048
+ <code>y</code>
3049
+ <gccode>y</gccode>
3050
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
3051
+ </note>
3052
+ </notes>
3053
+ </Tanach>
texts/tanach/16_Joel.xml ADDED
@@ -0,0 +1,1317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Joel</title>
11
+ <title level="a" type="mainhebrew">יואל</title>
12
+ <title level="a" type="filename">Joel</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>41465</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>4:16.2</citation>
63
+ <description>Add note 'c' to tsadi with unexpected dagesh.</description>
64
+ <author>Ben Denckla</author>
65
+ <filedate>2022.04.01</filedate>
66
+ <date>2022.02.16</date>
67
+ <n>3</n>
68
+ </correction>
69
+ </notesStmt>
70
+ <sourceDesc>
71
+ <biblItem>
72
+ <title>Hebrew Bible</title>
73
+ <title>Leningrad Codex</title>
74
+ <editor>Shemu'el ben Ya'akov</editor>
75
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
76
+ <edition>Original document</edition>
77
+ <imprint>
78
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
79
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
80
+ <date>1008</date>
81
+ </imprint>
82
+ <idno type="Accession">Firkovich B 19 A</idno>
83
+ </biblItem>
84
+ <biblItem>
85
+ <title>The Leningrad Codex - A Facsimile Edition</title>
86
+ <editor>Freedman, David Noel</editor>
87
+ <editor>Beck, Astrid B.</editor>
88
+ <edition>First</edition>
89
+ <imprint>
90
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
91
+ <pubPlace>Grand Rapids, MI</pubPlace>
92
+ <date>1998</date>
93
+ </imprint>
94
+ <idno type="IBSN">0-8028-3786-7</idno>
95
+ </biblItem>
96
+ <biblItem>
97
+ <title>The Westminster Leningrad Codex</title>
98
+ <editor>Salisbury, Stephen K.</editor>
99
+ <edition>WLC 4.20</edition>
100
+ <imprint>
101
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
102
+ <pubPlace>2960 Church Rd.</pubPlace>
103
+ <pubPlace>Glenside, PA 19038</pubPlace>
104
+ <date>25 January 2016</date>
105
+ </imprint>
106
+ <idno type="Unknown"/>
107
+ </biblItem>
108
+ </sourceDesc>
109
+ </fileDesc>
110
+ <encodingDesc>
111
+ </encodingDesc>
112
+ <profileDesc>
113
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
114
+ <date>25 Jan 2016</date>
115
+ <langUsage>
116
+ <language ident="HE">Hebrew</language>
117
+ </langUsage>
118
+ </profileDesc>
119
+ </teiHeader>
120
+ <tanach>
121
+ <book>
122
+ <names>
123
+ <name>Joel</name>
124
+ <abbrev>Joel</abbrev>
125
+ <number>16</number>
126
+ <filename>Joel</filename>
127
+ <hebrewname>יואל</hebrewname>
128
+ </names>
129
+ <c n="1">
130
+ <v n="1">
131
+ <w>דְּבַר־</w>
132
+ <w>יְהוָה֙</w>
133
+ <w>אֲשֶׁ֣ר</w>
134
+ <w>הָיָ֔ה</w>
135
+ <w>אֶל־</w>
136
+ <w>יוֹאֵ֖ל</w>
137
+ <w>בֶּן־</w>
138
+ <w>פְּתוּאֵֽל׃</w>
139
+ </v>
140
+ <v n="2">
141
+ <w>שִׁמְעוּ־</w>
142
+ <w>זֹאת֙</w>
143
+ <w>הַזְּקֵנִ֔ים</w>
144
+ <w>וְהַֽאֲזִ֔ינוּ</w>
145
+ <w>כֹּ֖ל</w>
146
+ <w>יוֹשְׁבֵ֣י</w>
147
+ <w>הָאָ֑רֶץ</w>
148
+ <w>הֶהָ֤יְתָה</w>
149
+ <w>זֹּאת֙</w>
150
+ <w>בִּֽימֵיכֶ֔ם</w>
151
+ <w>וְאִ֖ם</w>
152
+ <w>בִּימֵ֥י</w>
153
+ <w>אֲבֹֽתֵיכֶֽם׃</w>
154
+ </v>
155
+ <v n="3">
156
+ <w>עָלֶ֖יהָ</w>
157
+ <w>לִבְנֵיכֶ֣ם</w>
158
+ <w>סַפֵּ֑רוּ</w>
159
+ <w>וּבְנֵיכֶם֙</w>
160
+ <w>לִבְנֵיהֶ֔ם</w>
161
+ <w>וּבְנֵיהֶ֖ם</w>
162
+ <w>לְד֥וֹר</w>
163
+ <w>אַחֵֽר׃</w>
164
+ </v>
165
+ <v n="4">
166
+ <w>יֶ֤תֶר</w>
167
+ <w>הַגָּזָם֙</w>
168
+ <w>אָכַ֣ל</w>
169
+ <w>הָֽאַרְבֶּ֔ה</w>
170
+ <w>וְיֶ֥תֶר</w>
171
+ <w>הָאַרְבֶּ֖ה</w>
172
+ <w>אָכַ֣ל</w>
173
+ <w>הַיָּ֑לֶק</w>
174
+ <w>וְיֶ֣תֶר</w>
175
+ <w>הַיֶּ֔לֶק</w>
176
+ <w>אָכַ֖ל</w>
177
+ <w>הֶחָסִֽיל׃</w>
178
+ </v>
179
+ <v n="5">
180
+ <w>הָקִ֤יצוּ</w>
181
+ <w>שִׁכּוֹרִים֙</w>
182
+ <w>וּבְכ֔וּ</w>
183
+ <w>וְהֵילִ֖לוּ</w>
184
+ <w>כָּל־</w>
185
+ <w>שֹׁ֣תֵי</w>
186
+ <w>יָ֑יִן</w>
187
+ <w>עַל־</w>
188
+ <w>עָסִ֕יס</w>
189
+ <w>כִּ֥י</w>
190
+ <w>נִכְרַ֖ת</w>
191
+ <w>מִפִּיכֶֽם׃</w>
192
+ </v>
193
+ <v n="6">
194
+ <w>כִּֽי־</w>
195
+ <w>גוֹי֙</w>
196
+ <w>עָלָ֣ה</w>
197
+ <w>עַל־</w>
198
+ <w>אַרְצִ֔י</w>
199
+ <w>עָצ֖וּם</w>
200
+ <w>וְאֵ֣ין</w>
201
+ <w>מִסְפָּ֑ר</w>
202
+ <w>שִׁנָּיו֙</w>
203
+ <w>שִׁנֵּ֣י</w>
204
+ <w>אַרְיֵ֔ה</w>
205
+ <w>וּֽמְתַלְּע֥וֹת</w>
206
+ <w>לָבִ֖יא</w>
207
+ <w>לֽוֹ׃</w>
208
+ </v>
209
+ <v n="7">
210
+ <w>שָׂ֤ם</w>
211
+ <w>גַּפְנִי֙</w>
212
+ <w>לְשַׁמָּ֔ה</w>
213
+ <w>וּתְאֵנָתִ֖י</w>
214
+ <w>לִקְצָפָ֑ה</w>
215
+ <w>חָשֹׂ֤ף</w>
216
+ <w>חֲשָׂפָהּ֙</w>
217
+ <w>וְהִשְׁלִ֔יךְ</w>
218
+ <w>הִלְבִּ֖ינוּ</w>
219
+ <w>שָׂרִיגֶֽיהָ׃</w>
220
+ </v>
221
+ <v n="8">
222
+ <w>אֱלִ֕י</w>
223
+ <w>כִּבְתוּלָ֥ה</w>
224
+ <w>חֲגֻֽרַת־</w>
225
+ <w>שַׂ֖ק</w>
226
+ <w>עַל־</w>
227
+ <w>בַּ֥עַל</w>
228
+ <w>נְעוּרֶֽיהָ׃</w>
229
+ </v>
230
+ <v n="9">
231
+ <w>הָכְרַ֥ת</w>
232
+ <w>מִנְחָ֛ה</w>
233
+ <w>וָנֶ֖סֶךְ</w>
234
+ <w>מִבֵּ֣ית</w>
235
+ <w>יְהוָ֑ה</w>
236
+ <w>אָֽבְלוּ֙</w>
237
+ <w>הַכֹּ֣הֲנִ֔ים</w>
238
+ <w>מְשָׁרְתֵ֖י</w>
239
+ <w>יְהוָֽה׃</w>
240
+ </v>
241
+ <v n="10">
242
+ <w>שֻׁדַּ֣ד</w>
243
+ <w>שָׂדֶ֔ה</w>
244
+ <w>אָבְלָ֖ה</w>
245
+ <w>אֲדָמָ֑ה</w>
246
+ <w>כִּ֚י</w>
247
+ <w>שֻׁדַּ֣ד</w>
248
+ <w>דָּגָ֔ן</w>
249
+ <w>הוֹבִ֥ישׁ</w>
250
+ <w>תִּיר֖וֹשׁ</w>
251
+ <w>אֻמְלַ֥ל</w>
252
+ <w>יִצְהָֽר׃</w>
253
+ </v>
254
+ <v n="11">
255
+ <w>הֹבִ֣ישׁוּ</w>
256
+ <w>אִכָּרִ֗ים</w>
257
+ <w>הֵילִ֙ילוּ֙</w>
258
+ <w>כֹּֽרְמִ֔ים</w>
259
+ <w>עַל־</w>
260
+ <w>חִטָּ֖ה</w>
261
+ <w>וְעַל־</w>
262
+ <w>שְׂעֹרָ֑ה</w>
263
+ <w>כִּ֥י</w>
264
+ <w>אָבַ֖ד</w>
265
+ <w>קְצִ֥יר</w>
266
+ <w>שָׂדֶֽה׃</w>
267
+ </v>
268
+ <v n="12">
269
+ <w>הַגֶּ֣פֶן</w>
270
+ <w>הוֹבִ֔ישָׁה</w>
271
+ <w>וְהַתְּאֵנָ֖ה</w>
272
+ <w>אֻמְלָ֑לָה</w>
273
+ <w>רִמּ֞וֹן</w>
274
+ <w>גַּם־</w>
275
+ <w>תָּמָ֣ר</w>
276
+ <w>וְתַפּ֗וּחַ</w>
277
+ <w>כָּל־</w>
278
+ <w>עֲצֵ֤י</w>
279
+ <w>הַשָּׂדֶה֙</w>
280
+ <w>יָבֵ֔שׁוּ</w>
281
+ <w>כִּֽי־</w>
282
+ <w>הֹבִ֥ישׁ</w>
283
+ <w>שָׂשׂ֖וֹן</w>
284
+ <w>מִן־</w>
285
+ <w>בְּנֵ֥י</w>
286
+ <w>אָדָֽם׃</w>
287
+ <samekh/>
288
+ </v>
289
+ <v n="13">
290
+ <w>חִגְר֨וּ</w>
291
+ <w>וְסִפְד֜וּ</w>
292
+ <w>הַכֹּהֲנִ֗ים</w>
293
+ <w>הֵילִ֙ילוּ֙</w>
294
+ <w>מְשָׁרְתֵ֣י</w>
295
+ <w>מִזְבֵּ֔חַ</w>
296
+ <w>בֹּ֚אוּ</w>
297
+ <w>לִ֣ינוּ</w>
298
+ <w>בַשַּׂקִּ֔ים</w>
299
+ <w>מְשָׁרְתֵ֖י</w>
300
+ <w>אֱלֹהָ֑י</w>
301
+ <w>כִּ֥י</w>
302
+ <w>נִמְנַ֛ע</w>
303
+ <w>מִבֵּ֥ית</w>
304
+ <w>אֱלֹהֵיכֶ֖ם</w>
305
+ <w>מִנְחָ֥ה</w>
306
+ <w>וָנָֽסֶךְ׃</w>
307
+ </v>
308
+ <v n="14">
309
+ <w>קַדְּשׁוּ־</w>
310
+ <w>צוֹם֙</w>
311
+ <w>קִרְא֣וּ</w>
312
+ <w>עֲצָרָ֔ה</w>
313
+ <w>אִסְפ֣וּ</w>
314
+ <w>זְקֵנִ֗ים</w>
315
+ <w>כֹּ֚ל</w>
316
+ <w>יֹשְׁבֵ֣י</w>
317
+ <w>הָאָ֔רֶץ</w>
318
+ <w>בֵּ֖ית</w>
319
+ <w>יְהוָ֣ה</w>
320
+ <w>אֱלֹהֵיכֶ֑ם</w>
321
+ <w>וְזַעֲק֖וּ</w>
322
+ <w>אֶל־</w>
323
+ <w>יְהוָֽה׃</w>
324
+ </v>
325
+ <v n="15">
326
+ <w>אֲהָ֖הּ</w>
327
+ <w>לַיּ֑וֹם</w>
328
+ <w>כִּ֤י</w>
329
+ <w>קָרוֹב֙</w>
330
+ <w>י֣וֹם</w>
331
+ <w>יְהוָ֔ה</w>
332
+ <w>וּכְשֹׁ֖ד</w>
333
+ <w>מִשַׁדַּ֥י</w>
334
+ <w>יָבֽוֹא׃</w>
335
+ </v>
336
+ <v n="16">
337
+ <w>הֲל֛וֹא</w>
338
+ <w>נֶ֥גֶד</w>
339
+ <w>עֵינֵ֖ינוּ</w>
340
+ <w>אֹ֣כֶל</w>
341
+ <w>נִכְרָ֑ת</w>
342
+ <w>מִבֵּ֥ית</w>
343
+ <w>אֱלֹהֵ֖ינוּ</w>
344
+ <w>שִׂמְחָ֥ה</w>
345
+ <w>וָגִֽיל׃</w>
346
+ </v>
347
+ <v n="17">
348
+ <w>עָבְשׁ֣וּ</w>
349
+ <w>פְרֻד֗וֹת</w>
350
+ <w>תַּ֚חַת</w>
351
+ <w>מֶגְרְפֹ֣תֵיהֶ֔ם</w>
352
+ <w>נָשַׁ֙מּוּ֙</w>
353
+ <w>אֹֽצָר֔וֹת</w>
354
+ <w>נֶהֶרְס֖וּ</w>
355
+ <w>מַמְּגֻר֑וֹת</w>
356
+ <w>כִּ֥י</w>
357
+ <w>הֹבִ֖ישׁ</w>
358
+ <w>דָּגָֽן׃</w>
359
+ </v>
360
+ <v n="18">
361
+ <w>מַה־</w>
362
+ <w>נֶּאֶנְחָ֣ה</w>
363
+ <w>בְהֵמָ֗ה</w>
364
+ <w>נָבֹ֙כוּ֙</w>
365
+ <w>עֶדְרֵ֣י</w>
366
+ <w>בָקָ֔ר</w>
367
+ <w>כִּ֛י</w>
368
+ <w>אֵ֥ין</w>
369
+ <w>מִרְעֶ֖ה</w>
370
+ <w>לָהֶ֑ם</w>
371
+ <w>גַּם־</w>
372
+ <w>עֶדְרֵ֥י</w>
373
+ <w>הַצֹּ֖אן</w>
374
+ <w>נֶאְשָֽׁמוּ׃</w>
375
+ </v>
376
+ <v n="19">
377
+ <w>אֵלֶ֥יךָ</w>
378
+ <w>יְהוָ֖ה</w>
379
+ <w>אֶקְרָ֑א</w>
380
+ <w>כִּ֣י</w>
381
+ <w>אֵ֗שׁ</w>
382
+ <w>אָֽכְלָה֙</w>
383
+ <w>נְא֣וֹת</w>
384
+ <w>מִדְבָּ֔ר</w>
385
+ <w>וְלֶ֣הָבָ֔ה</w>
386
+ <w>לִהֲטָ֖ה</w>
387
+ <w>כָּל־</w>
388
+ <w>עֲצֵ֥י</w>
389
+ <w>הַשָּׂדֶֽה׃</w>
390
+ </v>
391
+ <v n="20">
392
+ <w>גַּם־</w>
393
+ <w>בַּהֲמ֥וֹת</w>
394
+ <w>שָׂדֶ֖ה</w>
395
+ <w>תַּעֲר֣וֹג</w>
396
+ <w>אֵלֶ֑יךָ</w>
397
+ <w>כִּ֤י</w>
398
+ <w>יָֽבְשׁוּ֙</w>
399
+ <w>אֲפִ֣יקֵי</w>
400
+ <w>מָ֔יִם</w>
401
+ <w>וְאֵ֕שׁ</w>
402
+ <w>אָכְלָ֖ה</w>
403
+ <w>נְא֥וֹת</w>
404
+ <w>הַמִּדְבָּֽר׃</w>
405
+ <pe/>
406
+ </v>
407
+ <vs>20</vs>
408
+ </c>
409
+ <c n="2">
410
+ <v n="1">
411
+ <w>תִּקְע֨וּ</w>
412
+ <w>שׁוֹפָ֜ר</w>
413
+ <w>בְּצִיּ֗וֹן</w>
414
+ <w>וְהָרִ֙יעוּ֙</w>
415
+ <w>בְּהַ֣ר</w>
416
+ <w>קָדְשִׁ֔י</w>
417
+ <w>יִרְגְּז֕וּ</w>
418
+ <w>כֹּ֖ל</w>
419
+ <w>יֹשְׁבֵ֣י</w>
420
+ <w>הָאָ֑רֶץ</w>
421
+ <w>כִּֽי־</w>
422
+ <w>בָ֥א</w>
423
+ <w>יוֹם־</w>
424
+ <w>יְהוָ֖ה</w>
425
+ <w>כִּ֥י</w>
426
+ <w>קָרֽוֹב׃</w>
427
+ </v>
428
+ <v n="2">
429
+ <w>י֧וֹם</w>
430
+ <w>חֹ֣שֶׁךְ</w>
431
+ <w>וַאֲפֵלָ֗ה</w>
432
+ <w>י֤וֹם</w>
433
+ <w>עָנָן֙</w>
434
+ <w>וַעֲרָפֶ֔ל</w>
435
+ <w>כְּשַׁ֖חַר</w>
436
+ <w>פָּרֻ֣שׂ</w>
437
+ <w>עַל־</w>
438
+ <w>הֶֽהָרִ֑ים</w>
439
+ <w>עַ֚ם</w>
440
+ <w>רַ֣ב</w>
441
+ <w>וְעָצ֔וּם</w>
442
+ <w>כָּמֹ֗הוּ</w>
443
+ <w>לֹ֤א</w>
444
+ <w>נִֽהְיָה֙</w>
445
+ <w>מִן־</w>
446
+ <w>הָ֣עוֹלָ֔ם</w>
447
+ <w>וְאַֽחֲרָיו֙</w>
448
+ <w>לֹ֣א</w>
449
+ <w>יוֹסֵ֔ף</w>
450
+ <w>עַד־</w>
451
+ <w>שְׁנֵ֖י</w>
452
+ <w>דּ֥וֹר</w>
453
+ <w>וָדֽוֹר׃</w>
454
+ </v>
455
+ <v n="3">
456
+ <w>לְפָנָיו֙</w>
457
+ <w>אָ֣כְלָה</w>
458
+ <w>אֵ֔שׁ</w>
459
+ <w>וְאַחֲרָ֖יו</w>
460
+ <w>תְּלַהֵ֣ט</w>
461
+ <w>לֶֽהָבָ֑ה</w>
462
+ <w>כְּגַן־</w>
463
+ <w>עֵ֨דֶן</w>
464
+ <w>הָאָ֜רֶץ</w>
465
+ <w>לְפָנָ֗יו</w>
466
+ <w>וְאַֽחֲרָיו֙</w>
467
+ <w>מִדְבַּ֣ר</w>
468
+ <w>שְׁמָמָ֔ה</w>
469
+ <w>וְגַם־</w>
470
+ <w>פְּלֵיטָ֖ה</w>
471
+ <w>לֹא־</w>
472
+ <w>הָ֥יְתָה</w>
473
+ <w>לּֽוֹ׃</w>
474
+ </v>
475
+ <v n="4">
476
+ <w>כְּמַרְאֵ֥ה</w>
477
+ <w>סוּסִ֖ים</w>
478
+ <w>מַרְאֵ֑הוּ</w>
479
+ <w>וּכְפָרָשִׁ֖ים</w>
480
+ <w>כֵּ֥ן</w>
481
+ <w>יְרוּצֽוּן׃</w>
482
+ </v>
483
+ <v n="5">
484
+ <w>כְּק֣וֹל</w>
485
+ <w>מַרְכָּב֗וֹת</w>
486
+ <w>עַל־</w>
487
+ <w>רָאשֵׁ֤י</w>
488
+ <w>הֶֽהָרִים֙</w>
489
+ <w>יְרַקֵּד֔וּן</w>
490
+ <w>כְּקוֹל֙</w>
491
+ <w>לַ֣הַב</w>
492
+ <w>אֵ֔שׁ</w>
493
+ <w>אֹכְלָ֖ה</w>
494
+ <w>קָ֑שׁ</w>
495
+ <w>כְּעַ֣ם</w>
496
+ <w>עָצ֔וּם</w>
497
+ <w>עֱר֖וּךְ</w>
498
+ <w>מִלְחָמָֽה׃</w>
499
+ </v>
500
+ <v n="6">
501
+ <w>מִפָּנָ֖יו</w>
502
+ <w>יָחִ֣ילוּ</w>
503
+ <w>עַמִּ֑ים</w>
504
+ <w>כָּל־</w>
505
+ <w>פָּנִ֖ים</w>
506
+ <w>קִבְּצ֥וּ</w>
507
+ <w>פָארֽוּר׃</w>
508
+ </v>
509
+ <v n="7">
510
+ <w>כְּגִבּוֹרִ֣ים</w>
511
+ <w>יְרֻצ֔וּן</w>
512
+ <w>כְּאַנְשֵׁ֥י</w>
513
+ <w>מִלְחָמָ֖ה</w>
514
+ <w>יַעֲל֣וּ</w>
515
+ <w>חוֹמָ֑ה</w>
516
+ <w>וְאִ֤ישׁ</w>
517
+ <w>בִּדְרָכָיו֙</w>
518
+ <w>יֵֽלֵכ֔וּן</w>
519
+ <w>וְלֹ֥א</w>
520
+ <w>יְעַבְּט֖וּן</w>
521
+ <w>אֹרְחוֹתָֽם׃</w>
522
+ </v>
523
+ <v n="8">
524
+ <w>וְאִ֤ישׁ</w>
525
+ <w>אָחִיו֙</w>
526
+ <w>לֹ֣א</w>
527
+ <w>יִדְחָק֔וּן</w>
528
+ <w>גֶּ֥בֶר</w>
529
+ <w>בִּמְסִלָּת֖וֹ</w>
530
+ <w>יֵֽלֵכ֑וּן</w>
531
+ <w>וּבְעַ֥ד</w>
532
+ <w>הַשֶּׁ֛לַח</w>
533
+ <w>יִפֹּ֖לוּ</w>
534
+ <w>לֹ֥א</w>
535
+ <w>יִבְצָֽעוּ׃</w>
536
+ </v>
537
+ <v n="9">
538
+ <w>בָּעִ֣יר</w>
539
+ <w>יָשֹׁ֗קּוּ</w>
540
+ <w>בַּֽחוֹמָה֙</w>
541
+ <w>יְרֻצ֔וּן</w>
542
+ <w>בַּבָּתִּ֖ים</w>
543
+ <w>יַעֲל֑וּ</w>
544
+ <w>בְּעַ֧ד</w>
545
+ <w>הַחַלּוֹנִ֛ים</w>
546
+ <w>יָבֹ֖אוּ</w>
547
+ <w>כַּגַּנָּֽב׃</w>
548
+ </v>
549
+ <v n="10">
550
+ <w>לְפָנָיו֙</w>
551
+ <w>רָ֣גְזָה</w>
552
+ <w>אֶ֔רֶץ</w>
553
+ <w>רָעֲשׁ֖וּ</w>
554
+ <w>שָׁמָ֑יִם</w>
555
+ <w>שֶׁ֤מֶשׁ</w>
556
+ <w>וְיָרֵ֙חַ֙</w>
557
+ <w>קָדָ֔רוּ</w>
558
+ <w>וְכוֹכָבִ֖ים</w>
559
+ <w>אָסְפ֥וּ</w>
560
+ <w>נָגְהָֽם׃</w>
561
+ </v>
562
+ <v n="11">
563
+ <w>וַֽיהוָ֗ה</w>
564
+ <w>נָתַ֤ן</w>
565
+ <w>קוֹלוֹ֙</w>
566
+ <w>לִפְנֵ֣י</w>
567
+ <w>חֵיל֔וֹ</w>
568
+ <w>כִּ֣י</w>
569
+ <w>רַ֤ב</w>
570
+ <w>מְאֹד֙</w>
571
+ <w>מַחֲנֵ֔הוּ</w>
572
+ <w>כִּ֥י</w>
573
+ <w>עָצ֖וּם</w>
574
+ <w>עֹשֵׂ֣ה</w>
575
+ <w>דְבָר֑וֹ</w>
576
+ <w>כִּֽי־</w>
577
+ <w>גָד֧וֹל</w>
578
+ <w>יוֹם־</w>
579
+ <w>יְהוָ֛ה</w>
580
+ <w>וְנוֹרָ֥א</w>
581
+ <w>מְאֹ֖ד</w>
582
+ <w>וּמִ֥י</w>
583
+ <w>יְכִילֶֽנּוּ׃</w>
584
+ </v>
585
+ <v n="12">
586
+ <w>וְגַם־</w>
587
+ <w>עַתָּה֙</w>
588
+ <w>נְאֻם־</w>
589
+ <w>יְהוָ֔ה</w>
590
+ <w>שֻׁ֥בוּ</w>
591
+ <w>עָדַ֖י</w>
592
+ <w>בְּכָל־</w>
593
+ <w>לְבַבְכֶ֑ם</w>
594
+ <w>וּבְצ֥וֹם</w>
595
+ <w>וּבְבְכִ֖י</w>
596
+ <w>וּבְמִסְפֵּֽד׃</w>
597
+ </v>
598
+ <v n="13">
599
+ <w>וְקִרְע֤וּ</w>
600
+ <w>לְבַבְכֶם֙</w>
601
+ <w>וְאַל־</w>
602
+ <w>בִּגְדֵיכֶ֔ם</w>
603
+ <w>וְשׁ֖וּבוּ</w>
604
+ <w>אֶל־</w>
605
+ <w>יְהוָ֣ה</w>
606
+ <w>אֱלֹֽהֵיכֶ֑ם</w>
607
+ <w>כִּֽי־</w>
608
+ <w>חַנּ֤וּן</w>
609
+ <w>וְרַחוּם֙</w>
610
+ <w>ה֔וּא</w>
611
+ <w>אֶ֤רֶךְ</w>
612
+ <w>אַפַּ֙יִם֙</w>
613
+ <w>וְרַב־</w>
614
+ <w>חֶ֔סֶד</w>
615
+ <w>וְנִחָ֖ם</w>
616
+ <w>עַל־</w>
617
+ <w>הָרָעָֽה׃</w>
618
+ </v>
619
+ <v n="14">
620
+ <w>מִ֥י</w>
621
+ <w>יוֹדֵ֖עַ</w>
622
+ <w>יָשׁ֣וּב</w>
623
+ <w>וְנִחָ֑ם</w>
624
+ <w>וְהִשְׁאִ֤יר</w>
625
+ <w>אַֽחֲרָיו֙</w>
626
+ <w>בְּרָכָ֔ה</w>
627
+ <w>מִנְחָ֣ה</w>
628
+ <w>וָנֶ֔סֶךְ</w>
629
+ <w>לַיהוָ֖ה</w>
630
+ <w>אֱלֹהֵיכֶֽם׃</w>
631
+ <pe/>
632
+ </v>
633
+ <v n="15">
634
+ <w>תִּקְע֥וּ</w>
635
+ <w>שׁוֹפָ֖ר</w>
636
+ <w>בְּצִיּ֑וֹן</w>
637
+ <w>קַדְּשׁוּ־</w>
638
+ <w>צ֖וֹם</w>
639
+ <w>קִרְא֥וּ</w>
640
+ <w>עֲצָרָֽה׃</w>
641
+ </v>
642
+ <v n="16">
643
+ <w>אִסְפוּ־</w>
644
+ <w>עָ֞ם</w>
645
+ <w>קַדְּשׁ֤וּ</w>
646
+ <w>קָהָל֙</w>
647
+ <w>קִבְצ֣וּ</w>
648
+ <w>זְקֵנִ֔ים</w>
649
+ <w>אִסְפוּ֙</w>
650
+ <w>עֽוֹלָלִ֔ים</w>
651
+ <w>וְיֹנְקֵ֖י</w>
652
+ <w>שָׁדָ֑יִם</w>
653
+ <w>יֵצֵ֤א</w>
654
+ <w>חָתָן֙</w>
655
+ <w>מֵֽחֶדְר֔וֹ</w>
656
+ <w>וְכַלָּ֖ה</w>
657
+ <w>מֵחֻפָּתָֽהּ׃</w>
658
+ </v>
659
+ <v n="17">
660
+ <w>בֵּ֤ין</w>
661
+ <w>הָאוּלָם֙</w>
662
+ <w>וְלַמִּזְבֵּ֔חַ</w>
663
+ <w>יִבְכּוּ֙</w>
664
+ <w>הַכֹּ֣הֲנִ֔ים</w>
665
+ <w>מְשָׁרְתֵ֖י</w>
666
+ <w>יְהוָ֑ה</w>
667
+ <w>וְֽיֹאמְר֞וּ</w>
668
+ <w>ח֧וּסָה</w>
669
+ <w>יְהוָ֣ה</w>
670
+ <w>עַל־</w>
671
+ <w>עַמֶּ֗ךָ</w>
672
+ <w>וְאַל־</w>
673
+ <w>תִּתֵּ֨ן</w>
674
+ <w>נַחֲלָתְךָ֤</w>
675
+ <w>לְחֶרְפָּה֙</w>
676
+ <w>לִמְשָׁל־</w>
677
+ <w>בָּ֣ם</w>
678
+ <w>גּוֹיִ֔ם</w>
679
+ <w>לָ֚מָּה</w>
680
+ <w>יֹאמְר֣וּ</w>
681
+ <w>בָֽעַמִּ֔ים</w>
682
+ <w>אַיֵּ֖ה</w>
683
+ <w>אֱלֹהֵיהֶֽם׃</w>
684
+ </v>
685
+ <v n="18">
686
+ <w>וַיְקַנֵּ֥א</w>
687
+ <w>יְהוָ֖ה</w>
688
+ <w>לְאַרְצ֑וֹ</w>
689
+ <w>וַיַּחְמֹ֖ל</w>
690
+ <w>עַל־</w>
691
+ <w>עַמּֽוֹ׃</w>
692
+ </v>
693
+ <v n="19">
694
+ <w>וַיַּ֨עַן</w>
695
+ <w>יְהוָ֜ה</w>
696
+ <w>וַיֹּ֣אמֶר</w>
697
+ <w>לְעַמּ֗וֹ</w>
698
+ <w>הִנְנִ֨י</w>
699
+ <w>שֹׁלֵ֤חַ</w>
700
+ <w>לָכֶם֙</w>
701
+ <w>אֶת־</w>
702
+ <w>הַדָּגָן֙</w>
703
+ <w>וְהַתִּיר֣וֹשׁ</w>
704
+ <w>וְהַיִּצְהָ֔ר</w>
705
+ <w>וּשְׂבַעְתֶּ֖ם</w>
706
+ <w>אֹת֑וֹ</w>
707
+ <w>וְלֹא־</w>
708
+ <w>אֶתֵּ֨ן</w>
709
+ <w>אֶתְכֶ֥ם</w>
710
+ <w>ע֛וֹד</w>
711
+ <w>חֶרְפָּ֖ה</w>
712
+ <w>בַּגּוֹיִֽם׃</w>
713
+ </v>
714
+ <v n="20">
715
+ <w>וְֽאֶת־</w>
716
+ <w>הַצְּפוֹנִ֞י</w>
717
+ <w>אַרְחִ֣יק</w>
718
+ <w>מֵעֲלֵיכֶ֗ם</w>
719
+ <w>וְהִדַּחְתִּיו֮</w>
720
+ <w>אֶל־</w>
721
+ <w>אֶ֣רֶץ</w>
722
+ <w>צִיָּ֣ה</w>
723
+ <w>וּשְׁמָמָה֒</w>
724
+ <w>אֶת־</w>
725
+ <w>פָּנָ֗יו</w>
726
+ <w>אֶל־</w>
727
+ <w>הַיָּם֙</w>
728
+ <w>הַקַּדְמֹנִ֔י</w>
729
+ <w>וְסֹפ֖וֹ</w>
730
+ <w>אֶל־</w>
731
+ <w>הַיָּ֣ם</w>
732
+ <w>הָאַֽחֲר֑וֹן</w>
733
+ <w>וְעָלָ֣ה</w>
734
+ <w>בָאְשׁ֗וֹ</w>
735
+ <w>וְתַ֙עַל֙</w>
736
+ <w>צַחֲנָת֔וֹ</w>
737
+ <w>כִּ֥י</w>
738
+ <w>הִגְדִּ֖יל</w>
739
+ <w>לַעֲשֽׂוֹת׃</w>
740
+ </v>
741
+ <v n="21">
742
+ <w>אַל־</w>
743
+ <w>תִּֽירְאִ֖י</w>
744
+ <w>אֲדָמָ֑ה</w>
745
+ <w>גִּ֣ילִי</w>
746
+ <w>וּשְׂמָ֔חִי</w>
747
+ <w>כִּֽי־</w>
748
+ <w>הִגְדִּ֥יל</w>
749
+ <w>יְהוָ֖ה</w>
750
+ <w>לַעֲשֽׂוֹת׃</w>
751
+ </v>
752
+ <v n="22">
753
+ <w>אַל־</w>
754
+ <w>תִּֽירְאוּ֙</w>
755
+ <w>בַּהֲמ֣וֹת</w>
756
+ <w>שָׂדַ֔י</w>
757
+ <w>כִּ֥י</w>
758
+ <w>דָשְׁא֖וּ</w>
759
+ <w>נְא֣וֹת</w>
760
+ <w>מִדְבָּ֑ר</w>
761
+ <w>כִּֽי־</w>
762
+ <w>עֵץ֙</w>
763
+ <w>נָשָׂ֣א</w>
764
+ <w>פִרְי֔וֹ</w>
765
+ <w>תְּאֵנָ֥ה</w>
766
+ <w>וָגֶ֖פֶן</w>
767
+ <w>נָתְנ֥וּ</w>
768
+ <w>חֵילָֽם׃</w>
769
+ </v>
770
+ <v n="23">
771
+ <w>וּבְנֵ֣י</w>
772
+ <w>צִיּ֗וֹן</w>
773
+ <w>גִּ֤ילוּ</w>
774
+ <w>וְשִׂמְחוּ֙</w>
775
+ <w>בַּיהוָ֣ה</w>
776
+ <w>אֱלֹֽהֵיכֶ֔ם</w>
777
+ <w>כִּֽי־</w>
778
+ <w>נָתַ֥ן</w>
779
+ <w>לָכֶ֛ם</w>
780
+ <w>אֶת־</w>
781
+ <w>הַמּוֹרֶ֖ה</w>
782
+ <w>לִצְדָקָ֑ה</w>
783
+ <w>וַיּ֣וֹרֶד</w>
784
+ <w>לָכֶ֗ם</w>
785
+ <w>גֶּ֛שֶׁם</w>
786
+ <w>מוֹרֶ֥ה</w>
787
+ <w>וּמַלְק֖וֹשׁ</w>
788
+ <w>בָּרִאשֽׁוֹן׃</w>
789
+ </v>
790
+ <v n="24">
791
+ <w>וּמָלְא֥וּ</w>
792
+ <w>הַגֳּרָנ֖וֹת</w>
793
+ <w>בָּ֑ר</w>
794
+ <w>וְהֵשִׁ֥יקוּ</w>
795
+ <w>הַיְקָבִ֖ים</w>
796
+ <w>תִּיר֥וֹשׁ</w>
797
+ <w>וְיִצְהָֽר׃</w>
798
+ </v>
799
+ <v n="25">
800
+ <w>וְשִׁלַּמְתִּ֤י</w>
801
+ <w>לָכֶם֙</w>
802
+ <w>אֶת־</w>
803
+ <w>הַשָּׁנִ֔ים</w>
804
+ <w>אֲשֶׁר֙</w>
805
+ <w>אָכַ֣ל</w>
806
+ <w>הָֽאַרְבֶּ֔ה</w>
807
+ <w>הַיֶּ֖לֶק</w>
808
+ <w>וְהֶחָסִ֣יל</w>
809
+ <w>וְהַגָּזָ֑ם</w>
810
+ <w>חֵילִי֙</w>
811
+ <w>הַגָּד֔וֹל</w>
812
+ <w>אֲשֶׁ֥ר</w>
813
+ <w>שִׁלַּ֖חְתִּי</w>
814
+ <w>בָּכֶֽם׃</w>
815
+ </v>
816
+ <v n="26">
817
+ <w>וַאֲכַלְתֶּ֤ם</w>
818
+ <w>אָכוֹל֙</w>
819
+ <w>וְשָׂב֔וֹעַ</w>
820
+ <w>וְהִלַּלְתֶּ֗ם</w>
821
+ <w>אֶת־</w>
822
+ <w>שֵׁ֤ם</w>
823
+ <w>יְהוָה֙</w>
824
+ <w>אֱלֹ֣הֵיכֶ֔ם</w>
825
+ <w>אֲשֶׁר־</w>
826
+ <w>עָשָׂ֥ה</w>
827
+ <w>עִמָּכֶ֖ם</w>
828
+ <w>לְהַפְלִ֑יא</w>
829
+ <w>וְלֹא־</w>
830
+ <w>יֵבֹ֥שׁוּ</w>
831
+ <w>עַמִּ֖י</w>
832
+ <w>לְעוֹלָֽם׃</w>
833
+ </v>
834
+ <v n="27">
835
+ <w>וִידַעְתֶּ֗ם</w>
836
+ <w>כִּ֣י</w>
837
+ <w>בְקֶ֤רֶב</w>
838
+ <w>יִשְׂרָאֵל֙</w>
839
+ <w>אָ֔נִי</w>
840
+ <w>וַאֲנִ֛י</w>
841
+ <w>יְהוָ֥ה</w>
842
+ <w>אֱלֹהֵיכֶ֖ם</w>
843
+ <w>וְאֵ֣ין</w>
844
+ <w>ע֑וֹד</w>
845
+ <w>וְלֹא־</w>
846
+ <w>יֵבֹ֥שׁוּ</w>
847
+ <w>עַמִּ֖י</w>
848
+ <w>לְעוֹלָֽם׃</w>
849
+ <samekh/>
850
+ </v>
851
+ <vs>27</vs>
852
+ </c>
853
+ <c n="3">
854
+ <v n="1">
855
+ <w>וְהָיָ֣ה</w>
856
+ <w>אַֽחֲרֵי־</w>
857
+ <w>כֵ֗ן</w>
858
+ <w>אֶשְׁפּ֤וֹךְ</w>
859
+ <w>אֶת־</w>
860
+ <w>רוּחִי֙</w>
861
+ <w>עַל־</w>
862
+ <w>כָּל־</w>
863
+ <w>בָּשָׂ֔ר</w>
864
+ <w>וְנִבְּא֖וּ</w>
865
+ <w>בְּנֵיכֶ֣ם</w>
866
+ <w>וּבְנֽוֹתֵיכֶ֑ם</w>
867
+ <w>זִקְנֵיכֶם֙</w>
868
+ <w>חֲלֹמ֣וֹת</w>
869
+ <w>יַחֲלֹמ֔וּן</w>
870
+ <w>בַּח֣וּרֵיכֶ֔ם</w>
871
+ <w>חֶזְיֹנ֖וֹת</w>
872
+ <w>יִרְאֽוּ׃</w>
873
+ </v>
874
+ <v n="2">
875
+ <w>וְגַ֥ם</w>
876
+ <w>עַל־</w>
877
+ <w>הָֽעֲבָדִ֖ים</w>
878
+ <w>וְעַל־</w>
879
+ <w>הַשְּׁפָח֑וֹת</w>
880
+ <w>בַּיָּמִ֣ים</w>
881
+ <w>הָהֵ֔מָּה</w>
882
+ <w>אֶשְׁפּ֖וֹךְ</w>
883
+ <w>אֶת־</w>
884
+ <w>רוּחִֽי׃</w>
885
+ </v>
886
+ <v n="3">
887
+ <w>וְנָֽתַתִּי֙</w>
888
+ <w>מֽוֹפְתִ֔ים</w>
889
+ <w>בַּשָּׁמַ֖יִם</w>
890
+ <w>וּבָאָ֑רֶץ</w>
891
+ <w>דָּ֣ם</w>
892
+ <w>וָאֵ֔שׁ</w>
893
+ <w>וְתִֽימֲר֖וֹת</w>
894
+ <w>עָשָֽׁן׃</w>
895
+ </v>
896
+ <v n="4">
897
+ <w>הַשֶּׁ֙מֶשׁ֙</w>
898
+ <w>יֵהָפֵ֣ךְ</w>
899
+ <w>לְחֹ֔שֶׁךְ</w>
900
+ <w>וְהַיָּרֵ֖חַ</w>
901
+ <w>לְדָ֑ם</w>
902
+ <w>לִפְנֵ֗י</w>
903
+ <w>בּ֚וֹא</w>
904
+ <w>י֣וֹם</w>
905
+ <w>יְהוָ֔ה</w>
906
+ <w>הַגָּד֖וֹל</w>
907
+ <w>וְהַנּוֹרָֽא׃</w>
908
+ </v>
909
+ <v n="5">
910
+ <w>וְהָיָ֗ה</w>
911
+ <w>כֹּ֧ל</w>
912
+ <w>אֲשֶׁר־</w>
913
+ <w>יִקְרָ֛א</w>
914
+ <w>בְּשֵׁ֥ם</w>
915
+ <w>יְהוָ֖ה</w>
916
+ <w>יִמָּלֵ֑ט</w>
917
+ <w>כִּ֠י</w>
918
+ <w>בְּהַר־</w>
919
+ <w>צִיּ֨וֹן</w>
920
+ <w>וּבִירוּשָׁלִַ֜ם</w>
921
+ <w>תִּֽהְיֶ֣ה</w>
922
+ <w>פְלֵיטָ֗ה</w>
923
+ <w>כַּֽאֲשֶׁר֙</w>
924
+ <w>אָמַ֣ר</w>
925
+ <w>יְהוָ֔ה</w>
926
+ <w>וּבַ֨שְּׂרִידִ֔ים</w>
927
+ <w>אֲשֶׁ֥ר</w>
928
+ <w>יְהוָ֖ה</w>
929
+ <w>קֹרֵֽא׃</w>
930
+ </v>
931
+ <vs>5</vs>
932
+ </c>
933
+ <c n="4">
934
+ <v n="1">
935
+ <w>כִּ֗י</w>
936
+ <w>הִנֵּ֛ה</w>
937
+ <w>בַּיָּמִ֥ים</w>
938
+ <w>הָהֵ֖מָּה</w>
939
+ <w>וּבָעֵ֣ת</w>
940
+ <w>הַהִ֑יא</w>
941
+ <w>אֲשֶׁ֥ר</w>
942
+ <k>אשוב</k>
943
+ <q>אָשִׁ֛יב</q>
944
+ <w>אֶת־</w>
945
+ <w>שְׁב֥וּת</w>
946
+ <w>יְהוּדָ֖ה</w>
947
+ <w>וִירוּשָׁלָֽ͏ִם׃</w>
948
+ </v>
949
+ <v n="2">
950
+ <w>וְקִבַּצְתִּי֙</w>
951
+ <w>אֶת־</w>
952
+ <w>כָּל־</w>
953
+ <w>הַגּוֹיִ֔ם</w>
954
+ <w>וְה֣וֹרַדְתִּ֔ים</w>
955
+ <w>אֶל־</w>
956
+ <w>עֵ֖מֶק</w>
957
+ <w>יְהֽוֹשָׁפָ֑ט</w>
958
+ <w>וְנִשְׁפַּטְתִּ֨י</w>
959
+ <w>עִמָּ֜ם</w>
960
+ <w>שָׁ֗ם</w>
961
+ <w>עַל־</w>
962
+ <w>עַמִּ֨י</w>
963
+ <w>וְנַחֲלָתִ֤י</w>
964
+ <w>יִשְׂרָאֵל֙</w>
965
+ <w>אֲשֶׁ֣ר</w>
966
+ <w>פִּזְּר֣וּ</w>
967
+ <w>בַגּוֹיִ֔ם</w>
968
+ <w>וְאֶת־</w>
969
+ <w>אַרְצִ֖י</w>
970
+ <w>חִלֵּֽקוּ׃</w>
971
+ </v>
972
+ <v n="3">
973
+ <w>וְאֶל־</w>
974
+ <w>עַמִּ֖י</w>
975
+ <w>יַדּ֣וּ</w>
976
+ <w>גוֹרָ֑ל</w>
977
+ <w>וַיִּתְּנ֤וּ</w>
978
+ <w>הַיֶּ֙לֶד֙</w>
979
+ <w>בַּזּוֹנָ֔ה</w>
980
+ <w>וְהַיַּלְדָּ֛ה</w>
981
+ <w>מָכְר֥וּ</w>
982
+ <w>בַיַּ֖יִן</w>
983
+ <w>וַיִּשְׁתּֽוּ׃</w>
984
+ </v>
985
+ <v n="4">
986
+ <w>וְ֠גַם</w>
987
+ <w>מָה־</w>
988
+ <w>אַתֶּ֥ם</w>
989
+ <w>לִי֙</w>
990
+ <w>צֹ֣ר</w>
991
+ <w>וְצִיד֔וֹן</w>
992
+ <w>וְכֹ֖ל</w>
993
+ <w>גְּלִיל֣וֹת</w>
994
+ <w>פְּלָ֑שֶׁת</w>
995
+ <w>הַגְּמ֗וּל</w>
996
+ <w>אַתֶּם֙</w>
997
+ <w>מְשַׁלְּמִ֣ים</w>
998
+ <w>עָלָ֔י</w>
999
+ <w>וְאִם־</w>
1000
+ <w>גֹּמְלִ֤ים</w>
1001
+ <w>אַתֶּם֙</w>
1002
+ <w>עָלַ֔י</w>
1003
+ <w>קַ֣ל</w>
1004
+ <w>מְהֵרָ֔ה</w>
1005
+ <w>אָשִׁ֥יב</w>
1006
+ <w>גְּמֻלְכֶ֖ם</w>
1007
+ <w>בְּרֹאשְׁכֶֽם׃</w>
1008
+ </v>
1009
+ <v n="5">
1010
+ <w>אֲשֶׁר־</w>
1011
+ <w>כַּסְפִּ֥י</w>
1012
+ <w>וּזְהָבִ֖י</w>
1013
+ <w>לְקַחְתֶּ֑ם</w>
1014
+ <w>וּמַֽחֲמַדַּי֙</w>
1015
+ <w>הַטֹּבִ֔ים</w>
1016
+ <w>הֲבֵאתֶ֖ם</w>
1017
+ <w>לְהֵיכְלֵיכֶֽם׃</w>
1018
+ </v>
1019
+ <v n="6">
1020
+ <w>וּבְנֵ֤י</w>
1021
+ <w>יְהוּדָה֙</w>
1022
+ <w>וּבְנֵ֣י</w>
1023
+ <w>יְרוּשָׁלִַ֔ם</w>
1024
+ <w>מְכַרְתֶּ֖ם</w>
1025
+ <w>לִבְנֵ֣י</w>
1026
+ <w>הַיְּוָנִ֑ים</w>
1027
+ <w>לְמַ֥עַן</w>
1028
+ <w>הַרְחִיקָ֖ם</w>
1029
+ <w>מֵעַ֥ל</w>
1030
+ <w>גְּבוּלָֽם׃</w>
1031
+ </v>
1032
+ <v n="7">
1033
+ <w>הִנְנִ֣י</w>
1034
+ <w>מְעִירָ֔ם</w>
1035
+ <w>מִן־</w>
1036
+ <w>הַ֨מָּק֔וֹם</w>
1037
+ <w>אֲשֶׁר־</w>
1038
+ <w>מְכַרְתֶּ֥ם</w>
1039
+ <w>אֹתָ֖ם</w>
1040
+ <w>שָׁ֑מָּה</w>
1041
+ <w>וַהֲשִׁבֹתִ֥י</w>
1042
+ <w>גְמֻלְכֶ֖ם</w>
1043
+ <w>בְּרֹאשְׁכֶֽם׃</w>
1044
+ </v>
1045
+ <v n="8">
1046
+ <w>וּמָכַרְתִּ֞י</w>
1047
+ <w>אֶת־</w>
1048
+ <w>בְּנֵיכֶ֣ם</w>
1049
+ <w>וְאֶת־</w>
1050
+ <w>בְּנֽוֹתֵיכֶ֗ם</w>
1051
+ <w>בְּיַד֙</w>
1052
+ <w>בְּנֵ֣י</w>
1053
+ <w>יְהוּדָ֔ה</w>
1054
+ <w>וּמְכָר֥וּם</w>
1055
+ <w>לִשְׁבָאיִ֖ם</w>
1056
+ <w>אֶל־</w>
1057
+ <w>גּ֣וֹי</w>
1058
+ <w>רָח֑וֹק</w>
1059
+ <w>כִּ֥י</w>
1060
+ <w>יְהוָ֖ה</w>
1061
+ <w>דִּבֵּֽר׃</w>
1062
+ <samekh/>
1063
+ </v>
1064
+ <v n="9">
1065
+ <w>קִרְאוּ־</w>
1066
+ <w>זֹאת֙</w>
1067
+ <w>בַּגּוֹיִ֔ם</w>
1068
+ <w>קַדְּשׁ֖וּ</w>
1069
+ <w>מִלְחָמָ֑ה</w>
1070
+ <w>הָעִ֙ירוּ֙</w>
1071
+ <w>הַגִּבּוֹרִ֔ים</w>
1072
+ <w>יִגְּשׁ֣וּ</w>
1073
+ <w>יַֽעֲל֔וּ</w>
1074
+ <w>כֹּ֖ל</w>
1075
+ <w>אַנְשֵׁ֥י</w>
1076
+ <w>הַמִּלְחָמָֽה׃</w>
1077
+ </v>
1078
+ <v n="10">
1079
+ <w>כֹּ֤תּוּ</w>
1080
+ <w>אִתֵּיכֶם֙</w>
1081
+ <w>לַֽחֲרָב֔וֹת</w>
1082
+ <w>וּמַזְמְרֹֽתֵיכֶ֖ם</w>
1083
+ <w>לִרְמָחִ֑ים</w>
1084
+ <w>הַֽחַלָּ֔שׁ</w>
1085
+ <w>יֹאמַ֖ר</w>
1086
+ <w>גִּבּ֥וֹר</w>
1087
+ <w>אָֽנִי׃</w>
1088
+ </v>
1089
+ <v n="11">
1090
+ <w>ע֣וּשׁוּ</w>
1091
+ <w>וָבֹ֧אוּ</w>
1092
+ <w>כָֽל־</w>
1093
+ <w>הַגּוֹיִ֛ם</w>
1094
+ <w>מִסָּבִ֖יב</w>
1095
+ <w>וְנִקְבָּ֑צוּ</w>
1096
+ <w>שָׁ֕מָּה</w>
1097
+ <w>הַֽנְחַ֥ת</w>
1098
+ <w>יְהוָ֖ה</w>
1099
+ <w>גִּבּוֹרֶֽיךָ׃</w>
1100
+ </v>
1101
+ <v n="12">
1102
+ <w>יֵע֙וֹרוּ֙</w>
1103
+ <w>וְיַעֲל֣וּ</w>
1104
+ <w>הַגּוֹיִ֔ם</w>
1105
+ <w>אֶל־</w>
1106
+ <w>עֵ֖מֶק</w>
1107
+ <w>יְהֽוֹשָׁפָ֑ט</w>
1108
+ <w>כִּ֣י</w>
1109
+ <w>שָׁ֗ם</w>
1110
+ <w>אֵשֵׁ֛ב</w>
1111
+ <w>לִשְׁפֹּ֥ט</w>
1112
+ <w>אֶת־</w>
1113
+ <w>כָּל־</w>
1114
+ <w>הַגּוֹיִ֖ם</w>
1115
+ <w>מִסָּבִֽיב׃</w>
1116
+ </v>
1117
+ <v n="13">
1118
+ <w>שִׁלְח֣וּ</w>
1119
+ <w>מַגָּ֔ל</w>
1120
+ <w>כִּ֥י</w>
1121
+ <w>בָשַׁ֖ל</w>
1122
+ <w>קָצִ֑יר</w>
1123
+ <w>בֹּ֤אֽוּ</w>
1124
+ <w>רְדוּ֙</w>
1125
+ <w>כִּֽי־</w>
1126
+ <w>מָ֣לְאָה</w>
1127
+ <w>גַּ֔ת</w>
1128
+ <w>הֵשִׁ֙יקוּ֙</w>
1129
+ <w>הַיְקָבִ֔ים</w>
1130
+ <w>כִּ֥י</w>
1131
+ <w>רַבָּ֖ה</w>
1132
+ <w>רָעָתָֽם׃</w>
1133
+ </v>
1134
+ <v n="14">
1135
+ <w>הֲמוֹנִ֣ים</w>
1136
+ <w>הֲמוֹנִ֔ים</w>
1137
+ <w>בְּעֵ֖מֶק</w>
1138
+ <w>הֶֽחָר֑וּץ</w>
1139
+ <w>כִּ֤י</w>
1140
+ <w>קָרוֹב֙</w>
1141
+ <w>י֣וֹם</w>
1142
+ <w>יְהוָ֔ה</w>
1143
+ <w>בְּעֵ֖מֶק</w>
1144
+ <w>הֶחָרֽוּץ׃</w>
1145
+ </v>
1146
+ <v n="15">
1147
+ <w>שֶׁ֥מֶשׁ</w>
1148
+ <w>וְיָרֵ֖חַ</w>
1149
+ <w>קָדָ֑רוּ</w>
1150
+ <w>וְכוֹכָבִ֖ים</w>
1151
+ <w>אָסְפ֥וּ</w>
1152
+ <w>נָגְהָֽם׃</w>
1153
+ </v>
1154
+ <v n="16">
1155
+ <w>וַיהוָ֞ה</w>
1156
+ <w>מִצִּ<x>c</x>יּ֣וֹן</w>
1157
+ <w>יִשְׁאָ֗ג</w>
1158
+ <w>וּמִירוּשָׁלִַ֙ם֙</w>
1159
+ <w>יִתֵּ֣ן</w>
1160
+ <w>קוֹל֔וֹ</w>
1161
+ <w>וְרָעֲשׁ֖וּ</w>
1162
+ <w>שָׁמַ֣יִם</w>
1163
+ <w>וָאָ֑רֶץ</w>
1164
+ <w>וַֽיהוָה֙</w>
1165
+ <w>מַֽחֲסֶ֣ה</w>
1166
+ <w>לְעַמּ֔וֹ</w>
1167
+ <w>וּמָע֖וֹז</w>
1168
+ <w>לִבְנֵ֥י</w>
1169
+ <w>יִשְׂרָאֵֽל׃</w>
1170
+ </v>
1171
+ <v n="17">
1172
+ <w>וִֽידַעְתֶּ֗ם</w>
1173
+ <w>כִּ֣י</w>
1174
+ <w>אֲנִ֤י</w>
1175
+ <w>יְהוָה֙</w>
1176
+ <w>אֱלֹ֣הֵיכֶ֔ם</w>
1177
+ <w>שֹׁכֵ֖ן</w>
1178
+ <w>בְּצִיּ֣וֹן</w>
1179
+ <w>הַר־</w>
1180
+ <w>קָדְשִׁ֑י</w>
1181
+ <w>וְהָיְתָ֤ה</w>
1182
+ <w>יְרוּשָׁלִַ֙ם֙</w>
1183
+ <w>קֹ֔דֶשׁ</w>
1184
+ <w>וְזָרִ֥ים</w>
1185
+ <w>לֹא־</w>
1186
+ <w>יַֽעַבְרוּ־</w>
1187
+ <w>בָ֖הּ</w>
1188
+ <w>עֽוֹד׃</w>
1189
+ <samekh/>
1190
+ </v>
1191
+ <v n="18">
1192
+ <w>וְהָיָה֩</w>
1193
+ <w>בַיּ֨וֹם</w>
1194
+ <w>הַה֜וּא</w>
1195
+ <w>יִטְּפ֧וּ</w>
1196
+ <w>הֶהָרִ֣ים</w>
1197
+ <w>עָסִ֗יס</w>
1198
+ <w>וְהַגְּבָעוֹת֙</w>
1199
+ <w>תֵּלַ֣כְנָה</w>
1200
+ <w>חָלָ֔ב</w>
1201
+ <w>וְכָל־</w>
1202
+ <w>אֲפִיקֵ֥י</w>
1203
+ <w>יְהוּדָ֖ה</w>
1204
+ <w>יֵ֣לְכוּ</w>
1205
+ <w>מָ֑יִם</w>
1206
+ <w>וּמַעְיָ֗ן</w>
1207
+ <w>מִבֵּ֤ית</w>
1208
+ <w>יְהוָה֙</w>
1209
+ <w>יֵצֵ֔א</w>
1210
+ <w>וְהִשְׁקָ֖ה</w>
1211
+ <w>אֶת־</w>
1212
+ <w>נַ֥חַל</w>
1213
+ <w>הַשִּׁטִּֽים׃</w>
1214
+ </v>
1215
+ <v n="19">
1216
+ <w>מִצְרַ֙יִם֙</w>
1217
+ <w>לִשְׁמָמָ֣ה</w>
1218
+ <w>תִֽהְיֶ֔ה</w>
1219
+ <w>וֶאֱד֕וֹם</w>
1220
+ <w>לְמִדְבַּ֥ר</w>
1221
+ <w>שְׁמָמָ֖ה</w>
1222
+ <w>תִּֽהְיֶ֑ה</w>
1223
+ <w>מֵֽחֲמַס֙</w>
1224
+ <w>בְּנֵ֣י</w>
1225
+ <w>יְהוּדָ֔ה</w>
1226
+ <w>אֲשֶׁר־</w>
1227
+ <w>שָׁפְכ֥וּ</w>
1228
+ <w>דָם־</w>
1229
+ <w>נָקִ֖יא</w>
1230
+ <w>בְּאַרְצָֽם׃</w>
1231
+ </v>
1232
+ <v n="20">
1233
+ <w>וִיהוּדָ֖ה</w>
1234
+ <w>לְעוֹלָ֣ם</w>
1235
+ <w>תֵּשֵׁ֑ב</w>
1236
+ <w>וִירוּשָׁלַ֖͏ִם</w>
1237
+ <w>לְד֥וֹר</w>
1238
+ <w>וָדֽוֹר׃</w>
1239
+ </v>
1240
+ <v n="21">
1241
+ <w>וְנִקֵּ֖יתִי</w>
1242
+ <w>דָּמָ֣ם</w>
1243
+ <w>לֹֽא־</w>
1244
+ <w>נִקֵּ֑יתִי</w>
1245
+ <w>וַֽיהוָ֖ה</w>
1246
+ <w>שֹׁכֵ֥ן</w>
1247
+ <w>בְּצִיּֽוֹן׃</w>
1248
+ </v>
1249
+ <vs>21</vs>
1250
+ </c>
1251
+ <vs>73</vs>
1252
+ <cs>4</cs>
1253
+ </book>
1254
+ </tanach>
1255
+ <notes>
1256
+ <note>
1257
+ <code>4</code>
1258
+ <gccode>4</gccode>
1259
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
1260
+ </note>
1261
+ <note>
1262
+ <code>5</code>
1263
+ <gccode>5</gccode>
1264
+ <note>Large letter(s). Shown as large letters.</note>
1265
+ </note>
1266
+ <note>
1267
+ <code>6</code>
1268
+ <gccode>6</gccode>
1269
+ <note>Small letter(s). Shown as small letters.</note>
1270
+ </note>
1271
+ <note>
1272
+ <code>7</code>
1273
+ <gccode>7</gccode>
1274
+ <note>Suspended letter(s). Shown as suspended letters.</note>
1275
+ </note>
1276
+ <note>
1277
+ <code>8</code>
1278
+ <gccode>8</gccode>
1279
+ <note>Inverted nun in the text.</note>
1280
+ </note>
1281
+ <note>
1282
+ <code>c</code>
1283
+ <gccode>c</gccode>
1284
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
1285
+ </note>
1286
+ <note>
1287
+ <code>d</code>
1288
+ <gccode>d</gccode>
1289
+ <note>This tipeha is a dehi in other texts.</note>
1290
+ </note>
1291
+ <note>
1292
+ <code>m</code>
1293
+ <gccode>m</gccode>
1294
+ <note>This meteg is a merkha in other texts.</note>
1295
+ </note>
1296
+ <note>
1297
+ <code>q</code>
1298
+ <gccode>q</gccode>
1299
+ <note>UXLC differs from the conventional word for the qere.</note>
1300
+ </note>
1301
+ <note>
1302
+ <code>t</code>
1303
+ <gccode>t</gccode>
1304
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
1305
+ </note>
1306
+ <note>
1307
+ <code>X</code>
1308
+ <gccode>X</gccode>
1309
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
1310
+ </note>
1311
+ <note>
1312
+ <code>y</code>
1313
+ <gccode>y</gccode>
1314
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
1315
+ </note>
1316
+ </notes>
1317
+ </Tanach>
texts/tanach/17_Amos.xml ADDED
@@ -0,0 +1,2589 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Amos</title>
11
+ <title level="a" type="mainhebrew">עמוס</title>
12
+ <title level="a" type="filename">Amos</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>79051</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>7:2.4</citation>
63
+ <description>Remove vav, placing holam on kaf.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.04.01</filedate>
66
+ <date>2022.12.12</date>
67
+ <n>3</n>
68
+ </correction>
69
+ </notesStmt>
70
+ <sourceDesc>
71
+ <biblItem>
72
+ <title>Hebrew Bible</title>
73
+ <title>Leningrad Codex</title>
74
+ <editor>Shemu'el ben Ya'akov</editor>
75
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
76
+ <edition>Original document</edition>
77
+ <imprint>
78
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
79
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
80
+ <date>1008</date>
81
+ </imprint>
82
+ <idno type="Accession">Firkovich B 19 A</idno>
83
+ </biblItem>
84
+ <biblItem>
85
+ <title>The Leningrad Codex - A Facsimile Edition</title>
86
+ <editor>Freedman, David Noel</editor>
87
+ <editor>Beck, Astrid B.</editor>
88
+ <edition>First</edition>
89
+ <imprint>
90
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
91
+ <pubPlace>Grand Rapids, MI</pubPlace>
92
+ <date>1998</date>
93
+ </imprint>
94
+ <idno type="IBSN">0-8028-3786-7</idno>
95
+ </biblItem>
96
+ <biblItem>
97
+ <title>The Westminster Leningrad Codex</title>
98
+ <editor>Salisbury, Stephen K.</editor>
99
+ <edition>WLC 4.20</edition>
100
+ <imprint>
101
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
102
+ <pubPlace>2960 Church Rd.</pubPlace>
103
+ <pubPlace>Glenside, PA 19038</pubPlace>
104
+ <date>25 January 2016</date>
105
+ </imprint>
106
+ <idno type="Unknown"/>
107
+ </biblItem>
108
+ </sourceDesc>
109
+ </fileDesc>
110
+ <encodingDesc>
111
+ </encodingDesc>
112
+ <profileDesc>
113
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
114
+ <date>25 Jan 2016</date>
115
+ <langUsage>
116
+ <language ident="HE">Hebrew</language>
117
+ </langUsage>
118
+ </profileDesc>
119
+ </teiHeader>
120
+ <tanach>
121
+ <book>
122
+ <names>
123
+ <name>Amos</name>
124
+ <abbrev>Am</abbrev>
125
+ <number>17</number>
126
+ <filename>Amos</filename>
127
+ <hebrewname>עמוס</hebrewname>
128
+ </names>
129
+ <c n="1">
130
+ <v n="1">
131
+ <w>דִּבְרֵ֣י</w>
132
+ <w>עָמ֔וֹס</w>
133
+ <w>אֲשֶׁר־</w>
134
+ <w>הָיָ֥ה</w>
135
+ <w>בַנֹּקְדִ֖ים</w>
136
+ <w>מִתְּק֑וֹעַ</w>
137
+ <w>אֲשֶׁר֩</w>
138
+ <w>חָזָ֨ה</w>
139
+ <w>עַל־</w>
140
+ <w>יִשְׂרָאֵ֜ל</w>
141
+ <w>בִּימֵ֣י ׀</w>
142
+ <w>עֻזִיָּ֣ה</w>
143
+ <w>מֶֽלֶךְ־</w>
144
+ <w>יְהוּדָ֗ה</w>
145
+ <w>וּבִימֵ֞י</w>
146
+ <w>יָרָבְעָ֤ם</w>
147
+ <w>בֶּן־</w>
148
+ <w>יוֹאָשׁ֙</w>
149
+ <w>מֶ֣לֶךְ</w>
150
+ <w>יִשְׂרָאֵ֔ל</w>
151
+ <w>שְׁנָתַ֖יִם</w>
152
+ <w>לִפְנֵ֥י</w>
153
+ <w>הָרָֽעַשׁ׃</w>
154
+ </v>
155
+ <v n="2">
156
+ <w>וַיֹּאמַ֓ר ׀</w>
157
+ <w>יְהוָה֙</w>
158
+ <w>מִצִיּ֣וֹן</w>
159
+ <w>יִשְׁאָ֔ג</w>
160
+ <w>וּמִירוּשָׁלַ֖͏ִם</w>
161
+ <w>יִתֵּ֣ן</w>
162
+ <w>קוֹל֑וֹ</w>
163
+ <w>וְאָֽבְלוּ֙</w>
164
+ <w>נְא֣וֹת</w>
165
+ <w>הָרֹעִ֔ים</w>
166
+ <w>וְיָבֵ֖שׁ</w>
167
+ <w>רֹ֥אשׁ</w>
168
+ <w>הַכַּרְמֶֽל׃</w>
169
+ <pe/>
170
+ </v>
171
+ <v n="3">
172
+ <w>כֹּ֚ה</w>
173
+ <w>אָמַ֣ר</w>
174
+ <w>יְהוָ֔ה</w>
175
+ <w>עַל־</w>
176
+ <w>שְׁלֹשָׁה֙</w>
177
+ <w>פִּשְׁעֵ֣י</w>
178
+ <w>דַמֶּ֔שֶׂק</w>
179
+ <w>וְעַל־</w>
180
+ <w>אַרְבָּעָ֖ה</w>
181
+ <w>לֹ֣א</w>
182
+ <w>אֲשִׁיבֶ֑נּוּ</w>
183
+ <w>עַל־</w>
184
+ <w>דּוּשָׁ֛ם</w>
185
+ <w>בַּחֲרֻצ֥וֹת</w>
186
+ <w>הַבַּרְזֶ֖ל</w>
187
+ <w>אֶת־</w>
188
+ <w>הַגִּלְעָֽד׃</w>
189
+ </v>
190
+ <v n="4">
191
+ <w>וְשִׁלַּ֥חְתִּי</w>
192
+ <w>אֵ֖שׁ</w>
193
+ <w>בְּבֵ֣ית</w>
194
+ <w>חֲזָאֵ֑ל</w>
195
+ <w>וְאָכְלָ֖ה</w>
196
+ <w>אַרְמְנ֥וֹת</w>
197
+ <w>בֶּן־</w>
198
+ <w>הֲדָֽד׃</w>
199
+ </v>
200
+ <v n="5">
201
+ <w>וְשָֽׁבַרְתִּי֙</w>
202
+ <w>בְּרִ֣יחַ</w>
203
+ <w>דַּמֶּ֔שֶׂק</w>
204
+ <w>וְהִכְרַתִּ֤י</w>
205
+ <w>יוֹשֵׁב֙</w>
206
+ <w>מִבִּקְעַת־</w>
207
+ <w>אָ֔וֶן</w>
208
+ <w>וְתוֹמֵ֥ךְ</w>
209
+ <w>שֵׁ֖בֶט</w>
210
+ <w>מִבֵּ֣ית</w>
211
+ <w>עֶ֑דֶן</w>
212
+ <w>וְגָל֧וּ</w>
213
+ <w>עַם־</w>
214
+ <w>אֲרָ֛ם</w>
215
+ <w>קִ֖ירָה</w>
216
+ <w>אָמַ֥ר</w>
217
+ <w>יְהוָֽה׃</w>
218
+ <pe/>
219
+ </v>
220
+ <v n="6">
221
+ <w>כֹּ֚ה</w>
222
+ <w>אָמַ֣ר</w>
223
+ <w>יְהוָ֔ה</w>
224
+ <w>עַל־</w>
225
+ <w>שְׁלֹשָׁה֙</w>
226
+ <w>פִּשְׁעֵ֣י</w>
227
+ <w>עַזָּ֔ה</w>
228
+ <w>וְעַל־</w>
229
+ <w>אַרְבָּעָ֖ה</w>
230
+ <w>לֹ֣א</w>
231
+ <w>אֲשִׁיבֶ֑נּוּ</w>
232
+ <w>עַל־</w>
233
+ <w>הַגְלוֹתָ֛ם</w>
234
+ <w>גָּל֥וּת</w>
235
+ <w>שְׁלֵמָ֖ה</w>
236
+ <w>לְהַסְגִּ֥יר</w>
237
+ <w>לֶאֱדֽוֹם׃</w>
238
+ </v>
239
+ <v n="7">
240
+ <w>וְשִׁלַּ֥חְתִּי</w>
241
+ <w>אֵ֖שׁ</w>
242
+ <w>בְּחוֹמַ֣ת</w>
243
+ <w>עַזָּ֑ה</w>
244
+ <w>וְאָכְלָ֖ה</w>
245
+ <w>אַרְמְנֹתֶֽיהָ׃</w>
246
+ </v>
247
+ <v n="8">
248
+ <w>וְהִכְרַתִּ֤י</w>
249
+ <w>יוֹשֵׁב֙</w>
250
+ <w>מֵֽאַשְׁדּ֔וֹד</w>
251
+ <w>וְתוֹמֵ֥ךְ</w>
252
+ <w>שֵׁ֖בֶט</w>
253
+ <w>מֵֽאַשְׁקְל֑וֹן</w>
254
+ <w>וַהֲשִׁיב֨וֹתִי</w>
255
+ <w>יָדִ֜י</w>
256
+ <w>עַל־</w>
257
+ <w>עֶקְר֗וֹן</w>
258
+ <w>וְאָֽבְדוּ֙</w>
259
+ <w>שְׁאֵרִ֣ית</w>
260
+ <w>פְּלִשְׁתִּ֔ים</w>
261
+ <w>אָמַ֖ר</w>
262
+ <w>��ֲדֹנָ֥י</w>
263
+ <w>יְהוִֽה׃</w>
264
+ <pe/>
265
+ </v>
266
+ <v n="9">
267
+ <w>כֹּ֚ה</w>
268
+ <w>אָמַ֣ר</w>
269
+ <w>יְהוָ֔ה</w>
270
+ <w>עַל־</w>
271
+ <w>שְׁלֹשָׁה֙</w>
272
+ <w>פִּשְׁעֵי־</w>
273
+ <w>צֹ֔ר</w>
274
+ <w>וְעַל־</w>
275
+ <w>אַרְבָּעָ֖ה</w>
276
+ <w>לֹ֣א</w>
277
+ <w>אֲשִׁיבֶ֑נּוּ</w>
278
+ <w>עַֽל־</w>
279
+ <w>הַסְגִּירָ֞ם</w>
280
+ <w>גָּל֤וּת</w>
281
+ <w>שְׁלֵמָה֙</w>
282
+ <w>לֶאֱד֔וֹם</w>
283
+ <w>וְלֹ֥א</w>
284
+ <w>זָכְר֖וּ</w>
285
+ <w>בְּרִ֥ית</w>
286
+ <w>אַחִֽים׃</w>
287
+ </v>
288
+ <v n="10">
289
+ <w>וְשִׁלַּ֥חְתִּי</w>
290
+ <w>אֵ֖שׁ</w>
291
+ <w>בְּח֣וֹמַת</w>
292
+ <w>צֹ֑ר</w>
293
+ <w>וְאָכְלָ֖ה</w>
294
+ <w>אַרְמְנֹתֶֽיהָ׃</w>
295
+ <pe/>
296
+ </v>
297
+ <v n="11">
298
+ <w>כֹּ֚ה</w>
299
+ <w>אָמַ֣ר</w>
300
+ <w>יְהוָ֔ה</w>
301
+ <w>עַל־</w>
302
+ <w>שְׁלֹשָׁה֙</w>
303
+ <w>פִּשְׁעֵ֣י</w>
304
+ <w>אֱד֔וֹם</w>
305
+ <w>וְעַל־</w>
306
+ <w>אַרְבָּעָ֖ה</w>
307
+ <w>לֹ֣א</w>
308
+ <w>אֲשִׁיבֶ֑נּוּ</w>
309
+ <w>עַל־</w>
310
+ <w>רָדְפ֨וֹ</w>
311
+ <w>בַחֶ֤רֶב</w>
312
+ <w>אָחִיו֙</w>
313
+ <w>וְשִׁחֵ֣ת</w>
314
+ <w>רַחֲמָ֔יו</w>
315
+ <w>וַיִּטְרֹ֤ף</w>
316
+ <w>לָעַד֙</w>
317
+ <w>אַפּ֔וֹ</w>
318
+ <w>וְעֶבְרָת֖וֹ</w>
319
+ <w>שְׁמָ֥רָה</w>
320
+ <w>נֶֽצַח׃</w>
321
+ </v>
322
+ <v n="12">
323
+ <w>וְשִׁלַּ֥חְתִּי</w>
324
+ <w>אֵ֖שׁ</w>
325
+ <w>בְּתֵימָ֑ן</w>
326
+ <w>וְאָכְלָ֖ה</w>
327
+ <w>אַרְמְנ֥וֹת</w>
328
+ <w>בָּצְרָֽה׃</w>
329
+ <pe/>
330
+ </v>
331
+ <v n="13">
332
+ <w>כֹּ֚ה</w>
333
+ <w>אָמַ֣ר</w>
334
+ <w>יְהוָ֔ה</w>
335
+ <w>עַל־</w>
336
+ <w>שְׁלֹשָׁה֙</w>
337
+ <w>פִּשְׁעֵ֣י</w>
338
+ <w>בְנֵֽי־</w>
339
+ <w>עַמּ֔וֹן</w>
340
+ <w>וְעַל־</w>
341
+ <w>אַרְבָּעָ֖ה</w>
342
+ <w>לֹ֣א</w>
343
+ <w>אֲשִׁיבֶ֑נּוּ</w>
344
+ <w>עַל־</w>
345
+ <w>בִּקְעָם֙</w>
346
+ <w>הָר֣וֹת</w>
347
+ <w>הַגִּלְעָ֔ד</w>
348
+ <w>לְמַ֖עַן</w>
349
+ <w>הַרְחִ֥יב</w>
350
+ <w>אֶת־</w>
351
+ <w>גְּבוּלָֽם׃</w>
352
+ </v>
353
+ <v n="14">
354
+ <w>וְהִצַּ֤תִּי</w>
355
+ <w>אֵשׁ֙</w>
356
+ <w>בְּחוֹמַ֣ת</w>
357
+ <w>רַבָּ֔ה</w>
358
+ <w>וְאָכְלָ֖ה</w>
359
+ <w>אַרְמְנוֹתֶ֑יהָ</w>
360
+ <w>בִּתְרוּעָה֙</w>
361
+ <w>בְּי֣וֹם</w>
362
+ <w>מִלְחָמָ֔ה</w>
363
+ <w>בְּסַ֖עַר</w>
364
+ <w>בְּי֥וֹם</w>
365
+ <w>סוּפָֽה</w>
366
+ </v>
367
+ <v n="15">
368
+ <w>וְהָלַ֥ךְ</w>
369
+ <w>מַלְכָּ֖ם</w>
370
+ <w>בַּגּוֹלָ֑ה</w>
371
+ <w>ה֧וּא</w>
372
+ <w>וְשָׂרָ֛יו</w>
373
+ <w>יַחְדָּ֖ו</w>
374
+ <w>אָמַ֥ר</w>
375
+ <w>יְהוָֽה׃</w>
376
+ <pe/>
377
+ </v>
378
+ <vs>15</vs>
379
+ </c>
380
+ <c n="2">
381
+ <v n="1">
382
+ <w>כֹּ֚ה</w>
383
+ <w>אָמַ֣ר</w>
384
+ <w>יְהוָ֔ה</w>
385
+ <w>עַל־</w>
386
+ <w>שְׁלֹשָׁה֙</w>
387
+ <w>פִּשְׁעֵ֣י</w>
388
+ <w>מוֹאָ֔ב</w>
389
+ <w>וְעַל־</w>
390
+ <w>אַרְבָּעָ֖ה</w>
391
+ <w>לֹ֣א</w>
392
+ <w>אֲשִׁיבֶ֑נּוּ</w>
393
+ <w>עַל־</w>
394
+ <w>שָׂרְפ֛וֹ</w>
395
+ <w>עַצְמ֥וֹת</w>
396
+ <w>מֶֽלֶךְ־</w>
397
+ <w>אֱד֖וֹם</w>
398
+ <w>לַשִּֽׂיד׃</w>
399
+ </v>
400
+ <v n="2">
401
+ <w>וְשִׁלַּחְתִּי־</w>
402
+ <w>אֵ֣שׁ</w>
403
+ <w>בְּמוֹאָ֔ב</w>
404
+ <w>וְאָכְלָ֖ה</w>
405
+ <w>אַרְמְנ֣וֹת</w>
406
+ <w>הַקְּרִיּ֑וֹת</w>
407
+ <w>וּמֵ֤ת</w>
408
+ <w>בְּשָׁאוֹן֙</w>
409
+ <w>מוֹאָ֔ב</w>
410
+ <w>בִּתְרוּעָ֖ה</w>
411
+ <w>בְּק֥וֹל</w>
412
+ <w>שׁוֹפָֽר׃</w>
413
+ </v>
414
+ <v n="3">
415
+ <w>וְהִכְרַתִּ֥י</w>
416
+ <w>שׁוֹפֵ֖ט</w>
417
+ <w>מִקִּרְבָּ֑הּ</w>
418
+ <w>וְכָל־</w>
419
+ <w>שָׂרֶ֛יהָ</w>
420
+ <w>אֶהֱר֥וֹג</w>
421
+ <w>עִמּ֖וֹ</w>
422
+ <w>אָמַ֥ר</w>
423
+ <w>יְהוָֽה׃</w>
424
+ <pe/>
425
+ </v>
426
+ <v n="4">
427
+ <w>כֹּ֚ה</w>
428
+ <w>אָמַ֣ר</w>
429
+ <w>יְהוָ֔ה</w>
430
+ <w>עַל־</w>
431
+ <w>שְׁלֹשָׁה֙</w>
432
+ <w>פִּשְׁעֵ֣י</w>
433
+ <w>יְהוּדָ֔ה</w>
434
+ <w>וְעַל־</w>
435
+ <w>אַרְבָּעָ֖ה</w>
436
+ <w>לֹ֣א</w>
437
+ <w>אֲשִׁיבֶ֑נּוּ</w>
438
+ <w>עַֽל־</w>
439
+ <w>מָאֳסָ֞ם</w>
440
+ <w>אֶת־</w>
441
+ <w>תּוֹרַ֣ת</w>
442
+ <w>יְהוָ֗ה</w>
443
+ <w>וְחֻקָּיו֙</w>
444
+ <w>לֹ֣א</w>
445
+ <w>שָׁמָ֔רוּ</w>
446
+ <w>וַיַּתְעוּם֙</w>
447
+ <w>כִּזְבֵיהֶ֔ם</w>
448
+ <w>אֲשֶׁר־</w>
449
+ <w>הָלְכ֥וּ</w>
450
+ <w>אֲבוֹתָ֖ם</w>
451
+ <w>אַחֲרֵיהֶֽם׃</w>
452
+ </v>
453
+ <v n="5">
454
+ <w>וְשִׁלַּ֥חְתִּי</w>
455
+ <w>אֵ֖שׁ</w>
456
+ <w>בִּֽיהוּדָ֑ה</w>
457
+ <w>וְאָכְלָ֖ה</w>
458
+ <w>אַרְמְנ֥וֹת</w>
459
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
460
+ <pe/>
461
+ </v>
462
+ <v n="6">
463
+ <w>כֹּ֚ה</w>
464
+ <w>אָמַ֣ר</w>
465
+ <w>יְהוָ֔ה</w>
466
+ <w>עַל־</w>
467
+ <w>שְׁלֹשָׁה֙</w>
468
+ <w>פִּשְׁעֵ֣י</w>
469
+ <w>יִשְׂרָאֵ֔ל</w>
470
+ <w>וְעַל־</w>
471
+ <w>אַרְבָּעָ֖ה</w>
472
+ <w>לֹ֣א</w>
473
+ <w>אֲשִׁיבֶ֑נּוּ</w>
474
+ <w>עַל־</w>
475
+ <w>מִכְרָ֤ם</w>
476
+ <w>בַּכֶּ֙סֶף֙</w>
477
+ <w>צַדִּ֔יק</w>
478
+ <w>וְאֶבְי֖וֹן</w>
479
+ <w>בַּעֲב֥וּר</w>
480
+ <w>נַעֲלָֽיִם׃</w>
481
+ </v>
482
+ <v n="7">
483
+ <w>הַשֹּׁאֲפִ֤ים</w>
484
+ <w>עַל־</w>
485
+ <w>עֲפַר־</w>
486
+ <w>אֶ֙רֶץ֙</w>
487
+ <w>בְּרֹ֣אשׁ</w>
488
+ <w>דַּלִּ֔ים</w>
489
+ <w>וְדֶ֥רֶךְ</w>
490
+ <w>עֲנָוִ֖ים</w>
491
+ <w>יַטּ֑וּ</w>
492
+ <w>וְאִ֣ישׁ</w>
493
+ <w>וְאָבִ֗יו</w>
494
+ <w>יֵֽלְכוּ֙</w>
495
+ <w>אֶל־</w>
496
+ <w>הַֽנַּעֲרָ֔ה</w>
497
+ <w>לְמַ֥עַן</w>
498
+ <w>חַלֵּ֖ל</w>
499
+ <w>אֶת־</w>
500
+ <w>שֵׁ֥ם</w>
501
+ <w>קָדְשִֽׁי׃</w>
502
+ </v>
503
+ <v n="8">
504
+ <w>וְעַל־</w>
505
+ <w>בְּגָדִ֤ים</w>
506
+ <w>חֲבֻלִים֙</w>
507
+ <w>יַטּ֔וּ</w>
508
+ <w>אֵ֖צֶל</w>
509
+ <w>כָּל־</w>
510
+ <w>מִזְבֵּ֑חַ</w>
511
+ <w>וְיֵ֤ין</w>
512
+ <w>עֲנוּשִׁים֙</w>
513
+ <w>יִשְׁתּ֔וּ</w>
514
+ <w>בֵּ֖ית</w>
515
+ <w>אֱלֹהֵיהֶֽם׃</w>
516
+ </v>
517
+ <v n="9">
518
+ <w>וְאָ֨נֹכִ֜י</w>
519
+ <w>הִשְׁמַ֤דְתִּי</w>
520
+ <w>אֶת־</w>
521
+ <w>הָֽאֱמֹרִי֙</w>
522
+ <w>מִפְּנֵיהֶ֔ם</w>
523
+ <w>אֲשֶׁ֨ר</w>
524
+ <w>כְּגֹ֤בַהּ</w>
525
+ <w>אֲרָזִים֙</w>
526
+ <w>גָּבְה֔וֹ</w>
527
+ <w>וְחָסֹ֥ן</w>
528
+ <w>ה֖וּא</w>
529
+ <w>כָּֽאַלּוֹנִ֑ים</w>
530
+ <w>וָאַשְׁמִ֤יד</w>
531
+ <w>פִּרְיוֹ֙</w>
532
+ <w>מִמַּ֔עַל</w>
533
+ <w>וְשָׁרָשָׁ֖יו</w>
534
+ <w>מִתָּֽחַת׃</w>
535
+ </v>
536
+ <v n="10">
537
+ <w>וְאָנֹכִ֛י</w>
538
+ <w>הֶעֱלֵ֥יתִי</w>
539
+ <w>אֶתְכֶ֖ם</w>
540
+ <w>מֵאֶ֣רֶץ</w>
541
+ <w>מִצְרָ֑יִם</w>
542
+ <w>וָאוֹלֵ֨ךְ</w>
543
+ <w>אֶתְכֶ֤ם</w>
544
+ <w>בַּמִּדְבָּר֙</w>
545
+ <w>אַרְבָּעִ֣ים</w>
546
+ <w>שָׁנָ֔ה</w>
547
+ <w>לָרֶ֖שֶׁת</w>
548
+ <w>אֶת־</w>
549
+ <w>אֶ֥רֶץ</w>
550
+ <w>הָאֱמֹרִֽי׃</w>
551
+ </v>
552
+ <v n="11">
553
+ <w>וָאָקִ֤ים</w>
554
+ <w>מִבְּנֵיכֶם֙</w>
555
+ <w>לִנְבִיאִ֔ים</w>
556
+ <w>וּמִבַּחוּרֵיכֶ֖ם</w>
557
+ <w>לִנְזִרִ֑ים</w>
558
+ <w>הַאַ֥ף</w>
559
+ <w>אֵֽין־</w>
560
+ <w>זֹ֛את</w>
561
+ <w>בְּנֵ֥י</w>
562
+ <w>יִשְׂרָאֵ֖ל</w>
563
+ <w>נְאֻם־</w>
564
+ <w>יְהוָֽה׃</w>
565
+ </v>
566
+ <v n="12">
567
+ <w>וַתַּשְׁק֥וּ</w>
568
+ <w>אֶת־</w>
569
+ <w>הַנְּזִרִ֖ים</w>
570
+ <w>יָ֑יִן</w>
571
+ <w>וְעַל־</w>
572
+ <w>הַנְּבִיאִים֙</w>
573
+ <w>צִוִּיתֶ֣ם</w>
574
+ <w>לֵאמֹ֔ר</w>
575
+ <w>לֹ֖א</w>
576
+ <w>תִּנָּבְאֽוּ׃</w>
577
+ </v>
578
+ <v n="13">
579
+ <w>הִנֵּ֛ה</w>
580
+ <w>אָנֹכִ֥י</w>
581
+ <w>מֵעִ֖יק</w>
582
+ <w>תַּחְתֵּיכֶ֑ם</w>
583
+ <w>כַּאֲשֶׁ֤ר</w>
584
+ <w>תָּעִיק֙</w>
585
+ <w>הָעֲגָלָ֔ה</w>
586
+ <w>הַֽמְלֵאָ֥ה</w>
587
+ <w>לָ֖הּ</w>
588
+ <w>עָמִֽיר׃</w>
589
+ </v>
590
+ <v n="14">
591
+ <w>וְאָבַ��ד</w>
592
+ <w>מָנוֹס֙</w>
593
+ <w>מִקָּ֔ל</w>
594
+ <w>וְחָזָ֖ק</w>
595
+ <w>לֹא־</w>
596
+ <w>יְאַמֵּ֣ץ</w>
597
+ <w>כֹּח֑וֹ</w>
598
+ <w>וְגִבּ֖וֹר</w>
599
+ <w>לֹא־</w>
600
+ <w>יְמַלֵּ֥ט</w>
601
+ <w>נַפְשֽׁוֹ׃</w>
602
+ </v>
603
+ <v n="15">
604
+ <w>וְתֹפֵ֤שׂ</w>
605
+ <w>הַקֶּ֙שֶׁת֙</w>
606
+ <w>לֹ֣א</w>
607
+ <w>יַעֲמֹ֔ד</w>
608
+ <w>וְקַ֥ל</w>
609
+ <w>בְּרַגְלָ֖יו</w>
610
+ <w>לֹ֣א</w>
611
+ <w>יְמַלֵּ֑ט</w>
612
+ <w>וְרֹכֵ֣ב</w>
613
+ <w>הַסּ֔וּס</w>
614
+ <w>לֹ֥א</w>
615
+ <w>יְמַלֵּ֖ט</w>
616
+ <w>נַפְשֽׁוֹ׃</w>
617
+ </v>
618
+ <v n="16">
619
+ <w>וְאַמִּ֥יץ</w>
620
+ <w>לִבּ֖וֹ</w>
621
+ <w>בַּגִּבּוֹרִ֑ים</w>
622
+ <w>עָר֛וֹם</w>
623
+ <w>יָנ֥וּס</w>
624
+ <w>בַּיּוֹם־</w>
625
+ <w>הַה֖וּא</w>
626
+ <w>נְאֻם־</w>
627
+ <w>יְהוָֽה׃</w>
628
+ <pe/>
629
+ </v>
630
+ <vs>16</vs>
631
+ </c>
632
+ <c n="3">
633
+ <v n="1">
634
+ <w>שִׁמְע֞וּ</w>
635
+ <w>אֶת־</w>
636
+ <w>הַדָּבָ֣ר</w>
637
+ <w>הַזֶּ֗ה</w>
638
+ <w>אֲשֶׁ֨ר</w>
639
+ <w>דִּבֶּ֧ר</w>
640
+ <w>יְהוָ֛ה</w>
641
+ <w>עֲלֵיכֶ֖ם</w>
642
+ <w>בְּנֵ֣י</w>
643
+ <w>יִשְׂרָאֵ֑ל</w>
644
+ <w>עַ֚ל</w>
645
+ <w>כָּל־</w>
646
+ <w>הַמִּשְׁפָּחָ֔ה</w>
647
+ <w>אֲשֶׁ֧ר</w>
648
+ <w>הֶעֱלֵ֛יתִי</w>
649
+ <w>מֵאֶ֥רֶץ</w>
650
+ <w>מִצְרַ֖יִם</w>
651
+ <w>לֵאמֹֽר׃</w>
652
+ </v>
653
+ <v n="2">
654
+ <w>רַ֚ק</w>
655
+ <w>אֶתְכֶ֣ם</w>
656
+ <w>יָדַ֔עְתִּי</w>
657
+ <w>מִכֹּ֖ל</w>
658
+ <w>מִשְׁפְּח֣וֹת</w>
659
+ <w>הָאֲדָמָ֑ה</w>
660
+ <w>עַל־</w>
661
+ <w>כֵּן֙</w>
662
+ <w>אֶפְקֹ֣ד</w>
663
+ <w>עֲלֵיכֶ֔ם</w>
664
+ <w>אֵ֖ת</w>
665
+ <w>כָּל־</w>
666
+ <w>עֲוֺנֹֽתֵיכֶֽם׃</w>
667
+ </v>
668
+ <v n="3">
669
+ <w>הֲיֵלְכ֥וּ</w>
670
+ <w>שְׁנַ֖יִם</w>
671
+ <w>יַחְדָּ֑ו</w>
672
+ <w>בִּלְתִּ֖י</w>
673
+ <w>אִם־</w>
674
+ <w>נוֹעָֽדוּ׃</w>
675
+ </v>
676
+ <v n="4">
677
+ <w>הֲיִשְׁאַ֤ג</w>
678
+ <w>אַרְיֵה֙</w>
679
+ <w>בַּיַּ֔עַר</w>
680
+ <w>וְטֶ֖רֶף</w>
681
+ <w>אֵ֣ין</w>
682
+ <w>ל֑וֹ</w>
683
+ <w>הֲיִתֵּ֨ן</w>
684
+ <w>כְּפִ֤יר</w>
685
+ <w>קוֹלוֹ֙</w>
686
+ <w>מִמְּעֹ֣נָת֔וֹ</w>
687
+ <w>בִּלְתִּ֖י</w>
688
+ <w>אִם־</w>
689
+ <w>לָכָֽד׃</w>
690
+ </v>
691
+ <v n="5">
692
+ <w>הֲתִפֹּ֤ל</w>
693
+ <w>צִפּוֹר֙</w>
694
+ <w>עַל־</w>
695
+ <w>פַּ֣ח</w>
696
+ <w>הָאָ֔רֶץ</w>
697
+ <w>וּמוֹקֵ֖שׁ</w>
698
+ <w>אֵ֣ין</w>
699
+ <w>לָ֑הּ</w>
700
+ <w>הֲיַֽעֲלֶה־</w>
701
+ <w>פַּח֙</w>
702
+ <w>מִן־</w>
703
+ <w>הָ֣אֲדָמָ֔ה</w>
704
+ <w>וְלָכ֖וֹד</w>
705
+ <w>לֹ֥א</w>
706
+ <w>יִלְכּֽוֹד׃</w>
707
+ </v>
708
+ <v n="6">
709
+ <w>אִם־</w>
710
+ <w>יִתָּקַ֤ע</w>
711
+ <w>שׁוֹפָר֙</w>
712
+ <w>בְּעִ֔יר</w>
713
+ <w>וְעָ֖ם</w>
714
+ <w>לֹ֣א</w>
715
+ <w>יֶחֱרָ֑דוּ</w>
716
+ <w>אִם־</w>
717
+ <w>תִּהְיֶ֤ה</w>
718
+ <w>רָעָה֙</w>
719
+ <w>בְּעִ֔יר</w>
720
+ <w>וַיהוָ֖ה</w>
721
+ <w>לֹ֥א</w>
722
+ <w>עָשָֽׂה׃</w>
723
+ </v>
724
+ <v n="7">
725
+ <w>כִּ֣י</w>
726
+ <w>לֹ֧א</w>
727
+ <w>יַעֲשֶׂ֛ה</w>
728
+ <w>אֲדֹנָ֥י</w>
729
+ <w>יְהוִ֖ה</w>
730
+ <w>דָּבָ֑ר</w>
731
+ <w>כִּ֚י</w>
732
+ <w>אִם־</w>
733
+ <w>גָּלָ֣ה</w>
734
+ <w>סוֹד֔וֹ</w>
735
+ <w>אֶל־</w>
736
+ <w>עֲבָדָ֖יו</w>
737
+ <w>הַנְּבִיאִֽים׃</w>
738
+ </v>
739
+ <v n="8">
740
+ <w>אַרְיֵ֥ה</w>
741
+ <w>שָׁאָ֖ג</w>
742
+ <w>מִ֣י</w>
743
+ <w>לֹ֣א</w>
744
+ <w>יִירָ֑א</w>
745
+ <w>אֲדֹנָ֤י</w>
746
+ <w>יְהוִה֙</w>
747
+ <w>דִּבֶּ֔ר</w>
748
+ <w>מִ֖י</w>
749
+ <w>לֹ֥א</w>
750
+ <w>יִנָּבֵֽא׃</w>
751
+ </v>
752
+ <v n="9">
753
+ <w>הַשְׁמִ֙יעוּ֙</w>
754
+ <w>עַל־</w>
755
+ <w>אַרְמְנ֣וֹת</w>
756
+ <w>בְּאַשְׁדּ֔וֹד</w>
757
+ <w>וְעַֽל־</w>
758
+ <w>אַרְמְנ֖וֹת</w>
759
+ <w>בְּאֶ֣רֶץ</w>
760
+ <w>מִצְרָ֑יִם</w>
761
+ <w>וְאִמְר֗וּ</w>
762
+ <w>הֵאָֽסְפוּ֙</w>
763
+ <w>עַ��־</w>
764
+ <w>הָרֵ֣י</w>
765
+ <w>שֹׁמְר֔וֹן</w>
766
+ <w>וּרְא֞וּ</w>
767
+ <w>מְהוּמֹ֤ת</w>
768
+ <w>רַבּוֹת֙</w>
769
+ <w>בְּתוֹכָ֔הּ</w>
770
+ <w>וַעֲשׁוּקִ֖ים</w>
771
+ <w>בְּקִרְבָּֽהּ׃</w>
772
+ </v>
773
+ <v n="10">
774
+ <w>וְלֹֽא־</w>
775
+ <w>יָדְע֥וּ</w>
776
+ <w>עֲשׂוֹת־</w>
777
+ <w>נְכֹחָ֖ה</w>
778
+ <w>נְאֻם־</w>
779
+ <w>יְהוָ֑ה</w>
780
+ <w>הָאֽוֹצְרִ֛ים</w>
781
+ <w>חָמָ֥ס</w>
782
+ <w>וָשֹׁ֖ד</w>
783
+ <w>בְּאַרְמְנֽוֹתֵיהֶֽם׃</w>
784
+ <pe/>
785
+ </v>
786
+ <v n="11">
787
+ <w>לָכֵ֗ן</w>
788
+ <w>כֹּ֤ה</w>
789
+ <w>אָמַר֙</w>
790
+ <w>אֲדֹנָ֣י</w>
791
+ <w>יְהוִ֔ה</w>
792
+ <w>צַ֖ר</w>
793
+ <w>וּסְבִ֣יב</w>
794
+ <w>הָאָ֑רֶץ</w>
795
+ <w>וְהוֹרִ֤ד</w>
796
+ <w>מִמֵּךְ֙</w>
797
+ <w>עֻזֵּ֔ךְ</w>
798
+ <w>וְנָבֹ֖זּוּ</w>
799
+ <w>אַרְמְנוֹתָֽיִךְ׃</w>
800
+ </v>
801
+ <v n="12">
802
+ <w>כֹּה֮</w>
803
+ <w>אָמַ֣ר</w>
804
+ <w>יְהוָה֒</w>
805
+ <w>כַּאֲשֶׁר֩</w>
806
+ <w>יַצִּ֨יל</w>
807
+ <w>הָרֹעֶ֜ה</w>
808
+ <w>מִפִּ֧י</w>
809
+ <w>הָאֲרִ֛י</w>
810
+ <w>שְׁתֵּ֥י</w>
811
+ <w>כְרָעַ֖יִם</w>
812
+ <w>א֣וֹ</w>
813
+ <w>בְדַל־</w>
814
+ <w>אֹ֑זֶן</w>
815
+ <w>כֵּ֣ן</w>
816
+ <w>יִנָּצְל֞וּ</w>
817
+ <w>בְּנֵ֣י</w>
818
+ <w>יִשְׂרָאֵ֗ל</w>
819
+ <w>הַיֹּֽשְׁבִים֙</w>
820
+ <w>בְּשֹׁ֣מְר֔וֹן</w>
821
+ <w>בִּפְאַ֥ת</w>
822
+ <w>מִטָּ֖ה</w>
823
+ <w>וּבִדְמֶ֥שֶׁק</w>
824
+ <w>עָֽרֶשׂ׃</w>
825
+ </v>
826
+ <v n="13">
827
+ <w>שִׁמְע֥וּ</w>
828
+ <w>וְהָעִ֖ידוּ</w>
829
+ <w>בְּבֵ֣ית</w>
830
+ <w>יַֽעֲקֹ֑ב</w>
831
+ <w>נְאֻם־</w>
832
+ <w>אֲדֹנָ֥י</w>
833
+ <w>יְהוִ֖ה</w>
834
+ <w>אֱלֹהֵ֥י</w>
835
+ <w>הַצְּבָאֽוֹת׃</w>
836
+ </v>
837
+ <v n="14">
838
+ <w>כִּ֗י</w>
839
+ <w>בְּי֛וֹם</w>
840
+ <w>פָּקְדִ֥י</w>
841
+ <w>פִשְׁעֵֽי־</w>
842
+ <w>יִשְׂרָאֵ֖ל</w>
843
+ <w>עָלָ֑יו</w>
844
+ <w>וּפָֽקַדְתִּי֙</w>
845
+ <w>עַל־</w>
846
+ <w>מִזְבְּח֣וֹת</w>
847
+ <w>בֵּֽית־</w>
848
+ <w>אֵ֔ל</w>
849
+ <w>וְנִגְדְּעוּ֙</w>
850
+ <w>קַרְנ֣וֹת</w>
851
+ <w>הַמִּזְבֵּ֔חַ</w>
852
+ <w>וְנָפְל֖וּ</w>
853
+ <w>לָאָֽרֶץ׃</w>
854
+ </v>
855
+ <v n="15">
856
+ <w>וְהִכֵּיתִ֥י</w>
857
+ <w>בֵית־</w>
858
+ <w>הַחֹ֖רֶף</w>
859
+ <w>עַל־</w>
860
+ <w>בֵּ֣ית</w>
861
+ <w>הַקָּ֑יִץ</w>
862
+ <w>וְאָבְד֞וּ</w>
863
+ <w>בָּתֵּ֣י</w>
864
+ <w>הַשֵּׁ֗ן</w>
865
+ <w>וְסָפ֛וּ</w>
866
+ <w>בָּתִּ֥ים</w>
867
+ <w>רַבִּ֖ים</w>
868
+ <w>נְאֻם־</w>
869
+ <w>יְהוָֽה׃</w>
870
+ <samekh/>
871
+ </v>
872
+ <vs>15</vs>
873
+ </c>
874
+ <c n="4">
875
+ <v n="1">
876
+ <w>שִׁמְע֞וּ</w>
877
+ <w>הַדָּבָ֣ר</w>
878
+ <w>הַזֶּ֗ה</w>
879
+ <w>פָּר֤וֹת</w>
880
+ <w>הַבָּשָׁן֙</w>
881
+ <w>אֲשֶׁר֙</w>
882
+ <w>בְּהַ֣ר</w>
883
+ <w>שֹֽׁמְר֔וֹן</w>
884
+ <w>הָעֹשְׁק֣וֹת</w>
885
+ <w>דַּלִּ֔ים</w>
886
+ <w>הָרֹצְצ֖וֹת</w>
887
+ <w>אֶבְיוֹנִ֑ים</w>
888
+ <w>הָאֹמְרֹ֥ת</w>
889
+ <w>לַאֲדֹֽנֵיהֶ֖ם</w>
890
+ <w>הָבִ֥יאָה</w>
891
+ <w>וְנִשְׁתֶּֽה׃</w>
892
+ </v>
893
+ <v n="2">
894
+ <w>נִשְׁבַּ֨ע</w>
895
+ <w>אֲדֹנָ֤י</w>
896
+ <w>יְהוִה֙</w>
897
+ <w>בְּקָדְשׁ֔וֹ</w>
898
+ <w>כִּ֛י</w>
899
+ <w>הִנֵּ֥ה</w>
900
+ <w>יָמִ֖ים</w>
901
+ <w>בָּאִ֣ים</w>
902
+ <w>עֲלֵיכֶ֑ם</w>
903
+ <w>וְנִשָּׂ֤א</w>
904
+ <w>אֶתְכֶם֙</w>
905
+ <w>בְּצִנּ֔וֹת</w>
906
+ <w>וְאַחֲרִיתְכֶ֖ן</w>
907
+ <w>בְּסִיר֥וֹת</w>
908
+ <w>דּוּגָֽה׃</w>
909
+ </v>
910
+ <v n="3">
911
+ <w>וּפְרָצִ֥ים</w>
912
+ <w>תֵּצֶ֖אנָה</w>
913
+ <w>אִשָּׁ֣ה</w>
914
+ <w>נֶגְדָּ֑הּ</w>
915
+ <w>וְהִשְׁלַכְתֶּ֥נָה</w>
916
+ <w>הַהַרְמ֖וֹנָה</w>
917
+ <w>נְאֻם־</w>
918
+ <w>יְהוָֽה׃</w>
919
+ </v>
920
+ <v n="4">
921
+ <w>בֹּ֤אוּ</w>
922
+ <w>בֵֽית־</w>
923
+ <w>אֵל֙</w>
924
+ <w>וּפִשְׁע֔וּ</w>
925
+ <w>הַגִּלְגָּ֖ל</w>
926
+ <w>הַרְבּ֣וּ</w>
927
+ <w>לִפְשֹׁ֑עַ</w>
928
+ <w>וְהָבִ֤יאוּ</w>
929
+ <w>לַבֹּ֙קֶר֙</w>
930
+ <w>זִבְחֵיכֶ֔ם</w>
931
+ <w>לִשְׁלֹ֥שֶׁת</w>
932
+ <w>יָמִ֖ים</w>
933
+ <w>מַעְשְׂרֹֽתֵיכֶֽם׃</w>
934
+ </v>
935
+ <v n="5">
936
+ <w>וְקַטֵּ֤ר</w>
937
+ <w>מֵֽחָמֵץ֙</w>
938
+ <w>תּוֹדָ֔ה</w>
939
+ <w>וְקִרְא֥וּ</w>
940
+ <w>נְדָב֖וֹת</w>
941
+ <w>הַשְׁמִ֑יעוּ</w>
942
+ <w>כִּ֣י</w>
943
+ <w>כֵ֤ן</w>
944
+ <w>אֲהַבְתֶּם֙</w>
945
+ <w>בְּנֵ֣י</w>
946
+ <w>יִשְׂרָאֵ֔ל</w>
947
+ <w>נְאֻ֖ם</w>
948
+ <w>אֲדֹנָ֥י</w>
949
+ <w>יְהוִֽה׃</w>
950
+ </v>
951
+ <v n="6">
952
+ <w>וְגַם־</w>
953
+ <w>אֲנִי֩</w>
954
+ <w>נָתַ֨תִּי</w>
955
+ <w>לָכֶ֜ם</w>
956
+ <w>נִקְי֤וֹן</w>
957
+ <w>שִׁנַּ֙יִם֙</w>
958
+ <w>בְּכָל־</w>
959
+ <w>עָ֣רֵיכֶ֔ם</w>
960
+ <w>וְחֹ֣סֶר</w>
961
+ <w>לֶ֔חֶם</w>
962
+ <w>בְּכֹ֖ל</w>
963
+ <w>מְקוֹמֹֽתֵיכֶ֑ם</w>
964
+ <w>וְלֹֽא־</w>
965
+ <w>שַׁבְתֶּ֥ם</w>
966
+ <w>עָדַ֖י</w>
967
+ <w>נְאֻם־</w>
968
+ <w>יְהוָֽה׃</w>
969
+ </v>
970
+ <v n="7">
971
+ <w>וְגַ֣ם</w>
972
+ <w>אָנֹכִי֩</w>
973
+ <w>מָנַ֨עְתִּי</w>
974
+ <w>מִכֶּ֜ם</w>
975
+ <w>אֶת־</w>
976
+ <w>הַגֶּ֗שֶׁם</w>
977
+ <w>בְּע֨וֹד</w>
978
+ <w>שְׁלֹשָׁ֤ה</w>
979
+ <w>חֳדָשִׁים֙</w>
980
+ <w>לַקָּצִ֔יר</w>
981
+ <w>וְהִמְטַרְתִּי֙</w>
982
+ <w>עַל־</w>
983
+ <w>עִ֣יר</w>
984
+ <w>אֶחָ֔ת</w>
985
+ <w>וְעַל־</w>
986
+ <w>עִ֥יר</w>
987
+ <w>אַחַ֖ת</w>
988
+ <w>לֹ֣א</w>
989
+ <w>אַמְטִ֑יר</w>
990
+ <w>חֶלְקָ֤ה</w>
991
+ <w>אַחַת֙</w>
992
+ <w>תִּמָּטֵ֔ר</w>
993
+ <w>וְחֶלְקָ֛ה</w>
994
+ <w>אֲשֶֽׁר־</w>
995
+ <w>לֹֽא־</w>
996
+ <w>תַמְטִ֥יר</w>
997
+ <w>עָלֶ֖יהָ</w>
998
+ <w>תִּיבָֽשׁ׃</w>
999
+ </v>
1000
+ <v n="8">
1001
+ <w>וְנָע֡וּ</w>
1002
+ <w>שְׁתַּיִם֩</w>
1003
+ <w>שָׁלֹ֨שׁ</w>
1004
+ <w>עָרִ֜ים</w>
1005
+ <w>אֶל־</w>
1006
+ <w>עִ֥יר</w>
1007
+ <w>אַחַ֛ת</w>
1008
+ <w>לִשְׁתּ֥וֹת</w>
1009
+ <w>מַ֖יִם</w>
1010
+ <w>וְלֹ֣א</w>
1011
+ <w>יִשְׂבָּ֑עוּ</w>
1012
+ <w>וְלֹֽא־</w>
1013
+ <w>שַׁבְתֶּ֥ם</w>
1014
+ <w>עָדַ֖י</w>
1015
+ <w>נְאֻם־</w>
1016
+ <w>יְהוָֽה׃</w>
1017
+ </v>
1018
+ <v n="9">
1019
+ <w>הִכֵּ֣יתִי</w>
1020
+ <w>אֶתְכֶם֮</w>
1021
+ <w>בַּשִּׁדָּפ֣וֹן</w>
1022
+ <w>וּבַיֵּרָקוֹן֒</w>
1023
+ <w>הַרְבּ֨וֹת</w>
1024
+ <w>גַּנּוֹתֵיכֶ֧ם</w>
1025
+ <w>וְכַרְמֵיכֶ֛ם</w>
1026
+ <w>וּתְאֵנֵיכֶ֥ם</w>
1027
+ <w>וְזֵיתֵיכֶ֖ם</w>
1028
+ <w>יֹאכַ֣ל</w>
1029
+ <w>הַגָּזָ֑ם</w>
1030
+ <w>וְלֹֽא־</w>
1031
+ <w>שַׁבְתֶּ֥ם</w>
1032
+ <w>עָדַ֖י</w>
1033
+ <w>נְאֻם־</w>
1034
+ <w>יְהוָֽה׃</w>
1035
+ <samekh/>
1036
+ </v>
1037
+ <v n="10">
1038
+ <w>שִׁלַּ֨חְתִּי</w>
1039
+ <w>בָכֶ֥ם</w>
1040
+ <w>דֶּ֙בֶר֙</w>
1041
+ <w>בְּדֶ֣רֶךְ</w>
1042
+ <w>מִצְרַ֔יִם</w>
1043
+ <w>הָרַ֤גְתִּי</w>
1044
+ <w>בַחֶ֙רֶב֙</w>
1045
+ <w>בַּח֣וּרֵיכֶ֔ם</w>
1046
+ <w>עִ֖ם</w>
1047
+ <w>שְׁבִ֣י</w>
1048
+ <w>סֽוּסֵיכֶ֑ם</w>
1049
+ <w>וָאַעֲלֶ֞ה</w>
1050
+ <w>בְּאֹ֤שׁ</w>
1051
+ <w>מַחֲנֵיכֶם֙</w>
1052
+ <w>וּֽבְאַפְּכֶ֔ם</w>
1053
+ <w>וְלֹֽא־</w>
1054
+ <w>שַׁבְתֶּ֥ם</w>
1055
+ <w>עָדַ֖י</w>
1056
+ <w>נְאֻם־</w>
1057
+ <w>יְהוָֽה׃</w>
1058
+ </v>
1059
+ <v n="11">
1060
+ <w>הָפַ֣כְתִּי</w>
1061
+ <w>בָכֶ֗ם</w>
1062
+ <w>כְּמַהְפֵּכַ֤ת</w>
1063
+ <w>אֱלֹהִים֙</w>
1064
+ <w>אֶת־</w>
1065
+ <w>סְדֹ֣ם</w>
1066
+ <w>וְאֶת־</w>
1067
+ <w>עֲמֹרָ֔ה</w>
1068
+ <w>וַתִּהְי֕וּ</w>
1069
+ <w>כְּא֖וּד</w>
1070
+ <w>מֻצָּ֣ל</w>
1071
+ <w>מִשְׂרֵפָ֑ה</w>
1072
+ <w>וְלֹֽא־</w>
1073
+ <w>שַׁבְתֶּ֥ם</w>
1074
+ <w>עָדַ֖י</w>
1075
+ <w>נְאֻם־</w>
1076
+ <w>יְהוָֽה׃</w>
1077
+ <samekh/>
1078
+ </v>
1079
+ <v n="12">
1080
+ <w>לָכֵ֕ן</w>
1081
+ <w>כֹּ֥ה</w>
1082
+ <w>אֶעֱשֶׂה־</w>
1083
+ <w>לְּךָ֖</w>
1084
+ <w>יִשְׂרָאֵ֑ל</w>
1085
+ <w>עֵ֚��ֶב</w>
1086
+ <w>כִּֽי־</w>
1087
+ <w>זֹ֣את</w>
1088
+ <w>אֶֽעֱשֶׂה־</w>
1089
+ <w>לָּ֔ךְ</w>
1090
+ <w>הִכּ֥וֹן</w>
1091
+ <w>לִקְרַאת־</w>
1092
+ <w>אֱלֹהֶ֖יךָ</w>
1093
+ <w>יִשְׂרָאֵֽל׃</w>
1094
+ </v>
1095
+ <v n="13">
1096
+ <w>כִּ֡י</w>
1097
+ <w>הִנֵּה֩</w>
1098
+ <w>יוֹצֵ֨ר</w>
1099
+ <w>הָרִ֜ים</w>
1100
+ <w>וּבֹרֵ֣א</w>
1101
+ <w>ר֗וּחַ</w>
1102
+ <w>וּמַגִּ֤יד</w>
1103
+ <w>לְאָדָם֙</w>
1104
+ <w>מַה־</w>
1105
+ <w>שֵּׂח֔וֹ</w>
1106
+ <w>עֹשֵׂ֥ה</w>
1107
+ <w>שַׁ֙חַר֙</w>
1108
+ <w>עֵיפָ֔ה</w>
1109
+ <w>וְדֹרֵ֖ךְ</w>
1110
+ <w>עַל־</w>
1111
+ <w>בָּ֣מֳתֵי</w>
1112
+ <w>אָ֑רֶץ</w>
1113
+ <w>יְהוָ֥ה</w>
1114
+ <w>אֱלֹהֵֽי־</w>
1115
+ <w>צְבָא֖וֹת</w>
1116
+ <w>שְׁמֽוֹ׃</w>
1117
+ <samekh/>
1118
+ </v>
1119
+ <vs>13</vs>
1120
+ </c>
1121
+ <c n="5">
1122
+ <v n="1">
1123
+ <w>שִׁמְע֞וּ</w>
1124
+ <w>אֶת־</w>
1125
+ <w>הַדָּבָ֣ר</w>
1126
+ <w>הַזֶּ֗ה</w>
1127
+ <w>אֲשֶׁ֨ר</w>
1128
+ <w>אָנֹכִ֜י</w>
1129
+ <w>נֹשֵׂ֧א</w>
1130
+ <w>עֲלֵיכֶ֛ם</w>
1131
+ <w>קִינָ֖ה</w>
1132
+ <w>בֵּ֥ית</w>
1133
+ <w>יִשְׂרָאֵֽל׃</w>
1134
+ </v>
1135
+ <v n="2">
1136
+ <w>נָֽפְלָה֙</w>
1137
+ <w>לֹֽא־</w>
1138
+ <w>תוֹסִ֣יף</w>
1139
+ <w>ק֔וּם</w>
1140
+ <w>בְּתוּלַ֖ת</w>
1141
+ <w>יִשְׂרָאֵ֑ל</w>
1142
+ <w>נִטְּשָׁ֥ה</w>
1143
+ <w>עַל־</w>
1144
+ <w>אַדְמָתָ֖הּ</w>
1145
+ <w>אֵ֥ין</w>
1146
+ <w>מְקִימָֽהּ׃</w>
1147
+ </v>
1148
+ <v n="3">
1149
+ <w>כִּ֣י</w>
1150
+ <w>כֹ֤ה</w>
1151
+ <w>אָמַר֙</w>
1152
+ <w>אֲדֹנָ֣י</w>
1153
+ <w>יְהוִ֔ה</w>
1154
+ <w>הָעִ֛יר</w>
1155
+ <w>הַיֹּצֵ֥את</w>
1156
+ <w>אֶ֖לֶף</w>
1157
+ <w>תַּשְׁאִ֣יר</w>
1158
+ <w>מֵאָ֑ה</w>
1159
+ <w>וְהַיּוֹצֵ֥את</w>
1160
+ <w>מֵאָ֛ה</w>
1161
+ <w>תַּשְׁאִ֥יר</w>
1162
+ <w>עֲשָׂרָ֖ה</w>
1163
+ <w>לְבֵ֥ית</w>
1164
+ <w>יִשְׂרָאֵֽל׃</w>
1165
+ <samekh/>
1166
+ </v>
1167
+ <v n="4">
1168
+ <w>כִּ֣י</w>
1169
+ <w>כֹ֥ה</w>
1170
+ <w>אָמַ֛ר</w>
1171
+ <w>יְהוָ֖ה</w>
1172
+ <w>לְבֵ֣ית</w>
1173
+ <w>יִשְׂרָאֵ֑ל</w>
1174
+ <w>דִּרְשׁ֖וּנִי</w>
1175
+ <w>וִֽחְיֽוּ׃</w>
1176
+ </v>
1177
+ <v n="5">
1178
+ <w>וְאַֽל־</w>
1179
+ <w>תִּדְרְשׁוּ֙</w>
1180
+ <w>בֵּֽית־</w>
1181
+ <w>אֵ֔ל</w>
1182
+ <w>וְהַגִּלְגָּל֙</w>
1183
+ <w>לֹ֣א</w>
1184
+ <w>תָבֹ֔אוּ</w>
1185
+ <w>וּבְאֵ֥ר</w>
1186
+ <w>שֶׁ֖בַע</w>
1187
+ <w>לֹ֣א</w>
1188
+ <w>תַעֲבֹ֑רוּ</w>
1189
+ <w>כִּ֤י</w>
1190
+ <w>הַגִּלְגָּל֙</w>
1191
+ <w>גָּלֹ֣ה</w>
1192
+ <w>יִגְלֶ֔ה</w>
1193
+ <w>וּבֵֽית־</w>
1194
+ <w>אֵ֖ל</w>
1195
+ <w>יִהְיֶ֥ה</w>
1196
+ <w>לְאָֽוֶן׃</w>
1197
+ </v>
1198
+ <v n="6">
1199
+ <w>דִּרְשׁ֥וּ</w>
1200
+ <w>אֶת־</w>
1201
+ <w>יְהוָ֖ה</w>
1202
+ <w>וִֽחְי֑וּ</w>
1203
+ <w>פֶּן־</w>
1204
+ <w>יִצְלַ֤ח</w>
1205
+ <w>כָּאֵשׁ֙</w>
1206
+ <w>בֵּ֣ית</w>
1207
+ <w>יוֹסֵ֔ף</w>
1208
+ <w>וְאָכְלָ֥ה</w>
1209
+ <w>וְאֵין־</w>
1210
+ <w>מְכַבֶּ֖ה</w>
1211
+ <w>לְבֵֽית־</w>
1212
+ <w>אֵֽל׃</w>
1213
+ </v>
1214
+ <v n="7">
1215
+ <w>הַהֹפְכִ֥ים</w>
1216
+ <w>לְלַעֲנָ֖ה</w>
1217
+ <w>מִשְׁפָּ֑ט</w>
1218
+ <w>וּצְדָקָ֖ה</w>
1219
+ <w>לָאָ֥רֶץ</w>
1220
+ <w>הִנִּֽיחוּ׃</w>
1221
+ </v>
1222
+ <v n="8">
1223
+ <w>עֹשֵׂ֨ה</w>
1224
+ <w>כִימָ֜ה</w>
1225
+ <w>וּכְסִ֗יל</w>
1226
+ <w>וְהֹפֵ֤ךְ</w>
1227
+ <w>לַבֹּ֙קֶר֙</w>
1228
+ <w>צַלְמָ֔וֶת</w>
1229
+ <w>וְי֖וֹם</w>
1230
+ <w>לַ֣יְלָה</w>
1231
+ <w>הֶחְשִׁ֑יךְ</w>
1232
+ <w>הַקּוֹרֵ֣א</w>
1233
+ <w>לְמֵֽי־</w>
1234
+ <w>הַיָּ֗ם</w>
1235
+ <w>וַֽיִּשְׁפְּכֵ֛ם</w>
1236
+ <w>עַל־</w>
1237
+ <w>פְּנֵ֥י</w>
1238
+ <w>הָאָ֖רֶץ</w>
1239
+ <w>יְהוָ֥ה</w>
1240
+ <w>שְׁמֽוֹ׃</w>
1241
+ <samekh/>
1242
+ </v>
1243
+ <v n="9">
1244
+ <w>הַמַּבְלִ֥יג</w>
1245
+ <w>שֹׁ֖ד</w>
1246
+ <w>עַל־</w>
1247
+ <w>עָ֑ז</w>
1248
+ <w>וְשֹׁ֖ד</w>
1249
+ <w>עַל־</w>
1250
+ <w>מִבְצָ֥ר</w>
1251
+ <w>יָבֽוֹא׃</w>
1252
+ </v>
1253
+ <v n="10">
1254
+ <w>שָׂנְא֥וּ</w>
1255
+ <w>בַשַּׁ֖עַר</w>
1256
+ <w>מוֹכִ֑יחַ</w>
1257
+ <w>וְדֹבֵ֥ר</w>
1258
+ <w>תָּמִ֖ים</w>
1259
+ <w>יְתָעֵֽבוּ׃</w>
1260
+ </v>
1261
+ <v n="11">
1262
+ <w>לָ֠כֵן</w>
1263
+ <w>יַ֣עַן</w>
1264
+ <w>בּוֹשַׁסְכֶ֞ם</w>
1265
+ <w>עַל־</w>
1266
+ <w>דָּ֗ל</w>
1267
+ <w>וּמַשְׂאַת־</w>
1268
+ <w>בַּר֙</w>
1269
+ <w>תִּקְח֣וּ</w>
1270
+ <w>מִמֶּ֔נּוּ</w>
1271
+ <w>בָּתֵּ֥י</w>
1272
+ <w>גָזִ֛ית</w>
1273
+ <w>בְּנִיתֶ֖ם</w>
1274
+ <w>וְלֹא־</w>
1275
+ <w>תֵ֣שְׁבוּ</w>
1276
+ <w>בָ֑ם</w>
1277
+ <w>כַּרְמֵי־</w>
1278
+ <w>חֶ֣מֶד</w>
1279
+ <w>נְטַעְתֶּ֔ם</w>
1280
+ <w>וְלֹ֥א</w>
1281
+ <w>תִשְׁתּ֖וּ</w>
1282
+ <w>אֶת־</w>
1283
+ <w>יֵינָֽם׃</w>
1284
+ </v>
1285
+ <v n="12">
1286
+ <w>כִּ֤י</w>
1287
+ <w>יָדַ֙עְתִּי֙</w>
1288
+ <w>רַבִּ֣ים</w>
1289
+ <w>פִּשְׁעֵיכֶ֔ם</w>
1290
+ <w>וַעֲצֻמִ֖ים</w>
1291
+ <w>חַטֹּֽאתֵיכֶ֑ם</w>
1292
+ <w>צֹרְרֵ֤י</w>
1293
+ <w>צַדִּיק֙</w>
1294
+ <w>לֹ֣קְחֵי</w>
1295
+ <w>כֹ֔פֶר</w>
1296
+ <w>וְאֶבְיוֹנִ֖ים</w>
1297
+ <w>בַּשַּׁ֥עַר</w>
1298
+ <w>הִטּֽוּ׃</w>
1299
+ </v>
1300
+ <v n="13">
1301
+ <w>לָכֵ֗ן</w>
1302
+ <w>הַמַּשְׂכִּ֛יל</w>
1303
+ <w>בָּעֵ֥ת</w>
1304
+ <w>הַהִ֖יא</w>
1305
+ <w>יִדֹּ֑ם</w>
1306
+ <w>כִּ֛י</w>
1307
+ <w>עֵ֥ת</w>
1308
+ <w>רָעָ֖ה</w>
1309
+ <w>הִֽיא׃</w>
1310
+ </v>
1311
+ <v n="14">
1312
+ <w>דִּרְשׁוּ־</w>
1313
+ <w>ט֥וֹב</w>
1314
+ <w>וְאַל־</w>
1315
+ <w>רָ֖ע</w>
1316
+ <w>לְמַ֣עַן</w>
1317
+ <w>תִּֽחְי֑וּ</w>
1318
+ <w>וִיהִי־</w>
1319
+ <w>כֵ֞ן</w>
1320
+ <w>יְהוָ֧ה</w>
1321
+ <w>אֱלֹהֵֽי־</w>
1322
+ <w>צְבָא֛וֹת</w>
1323
+ <w>אִתְּכֶ֖ם</w>
1324
+ <w>כַּאֲשֶׁ֥ר</w>
1325
+ <w>אֲמַרְתֶּֽם׃</w>
1326
+ </v>
1327
+ <v n="15">
1328
+ <w>שִׂנְאוּ־</w>
1329
+ <w>רָע֙</w>
1330
+ <w>וְאֶ֣הֱבוּ</w>
1331
+ <w>ט֔וֹב</w>
1332
+ <w>וְהַצִּ֥יגוּ</w>
1333
+ <w>בַשַּׁ֖עַר</w>
1334
+ <w>מִשְׁפָּ֑ט</w>
1335
+ <w>אוּלַ֗י</w>
1336
+ <w>יֽ͏ֶחֱנַ֛ן</w>
1337
+ <w>יְהוָ֥ה</w>
1338
+ <w>אֱלֹהֵֽי־</w>
1339
+ <w>צְבָא֖וֹת</w>
1340
+ <w>שְׁאֵרִ֥ית</w>
1341
+ <w>יוֹסֵֽף׃</w>
1342
+ <samekh/>
1343
+ </v>
1344
+ <v n="16">
1345
+ <w>לָ֠כֵן</w>
1346
+ <w>כֹּֽה־</w>
1347
+ <w>אָמַ֨ר</w>
1348
+ <w>יְהוָ֜ה</w>
1349
+ <w>אֱלֹהֵ֤י</w>
1350
+ <w>צְבָאוֹת֙</w>
1351
+ <w>אֲדֹנָ֔י</w>
1352
+ <w>בְּכָל־</w>
1353
+ <w>רְחֹב֣וֹת</w>
1354
+ <w>מִסְפֵּ֔ד</w>
1355
+ <w>וּבְכָל־</w>
1356
+ <w>חוּצ֖וֹת</w>
1357
+ <w>יֹאמְר֣וּ</w>
1358
+ <w>הוֹ־</w>
1359
+ <w>ה֑וֹ</w>
1360
+ <w>וְקָרְא֤וּ</w>
1361
+ <w>אִכָּר֙</w>
1362
+ <w>אֶל־</w>
1363
+ <w>אֵ֔בֶל</w>
1364
+ <w>וּמִסְפֵּ֖ד</w>
1365
+ <w>אֶל־</w>
1366
+ <w>י֥וֹדְעֵי</w>
1367
+ <w>נֶֽהִי׃</w>
1368
+ </v>
1369
+ <v n="17">
1370
+ <w>וּבְכָל־</w>
1371
+ <w>כְּרָמִ֖ים</w>
1372
+ <w>מִסְפֵּ֑ד</w>
1373
+ <w>כִּֽי־</w>
1374
+ <w>אֶעֱבֹ֥ר</w>
1375
+ <w>בְּקִרְבְּךָ֖</w>
1376
+ <w>אָמַ֥ר</w>
1377
+ <w>יְהוָֽה׃</w>
1378
+ <samekh/>
1379
+ </v>
1380
+ <v n="18">
1381
+ <w>ה֥וֹי</w>
1382
+ <w>הַמִּתְאַוִּ֖ים</w>
1383
+ <w>אֶת־</w>
1384
+ <w>י֣וֹם</w>
1385
+ <w>יְהוָ֑ה</w>
1386
+ <w>לָמָּה־</w>
1387
+ <w>זֶּ֥ה</w>
1388
+ <w>לָכֶ֛ם</w>
1389
+ <w>י֥וֹם</w>
1390
+ <w>יְהוָ֖ה</w>
1391
+ <w>הוּא־</w>
1392
+ <w>חֹ֥שֶׁךְ</w>
1393
+ <w>וְלֹא־</w>
1394
+ <w>אֽוֹר׃</w>
1395
+ </v>
1396
+ <v n="19">
1397
+ <w>כַּאֲשֶׁ֨ר</w>
1398
+ <w>יָנ֥וּס</w>
1399
+ <w>אִישׁ֙</w>
1400
+ <w>מִפְּנֵ֣י</w>
1401
+ <w>הָאֲרִ֔י</w>
1402
+ <w>וּפְגָע֖וֹ</w>
1403
+ <w>הַדֹּ֑ב</w>
1404
+ <w>וּבָ֣א</w>
1405
+ <w>הַבַּ֔יִת</w>
1406
+ <w>וְסָמַ֤ךְ</w>
1407
+ <w>יָדוֹ֙</w>
1408
+ <w>עַל־</w>
1409
+ <w>הַקִּ֔יר</w>
1410
+ <w>וּנְשָׁכ֖וֹ</w>
1411
+ <w>הַנָּחָֽשׁ׃</w>
1412
+ </v>
1413
+ <v n="20">
1414
+ <w>הֲלֹא־</w>
1415
+ <w>חֹ֛שֶׁךְ</w>
1416
+ <w>י֥וֹם</w>
1417
+ <w>יְהוָ֖ה</w>
1418
+ <w>וְלֹא־</w>
1419
+ <w>א֑וֹר</w>
1420
+ <w>וְאָפֵ֖ל</w>
1421
+ <w>וְלֹא־</w>
1422
+ <w>נֹ֥גַֽהּ</w>
1423
+ <w>לֽוֹ׃</w>
1424
+ </v>
1425
+ <v n="21">
1426
+ <w>שָׂנֵ֥אתִי</w>
1427
+ <w>��ָאַ֖סְתִּי</w>
1428
+ <w>חַגֵּיכֶ֑ם</w>
1429
+ <w>וְלֹ֥א</w>
1430
+ <w>אָרִ֖יחַ</w>
1431
+ <w>בְּעַצְּרֹֽתֵיכֶֽם׃</w>
1432
+ </v>
1433
+ <v n="22">
1434
+ <w>כִּ֣י</w>
1435
+ <w>אִם־</w>
1436
+ <w>תַּעֲלוּ־</w>
1437
+ <w>לִ֥י</w>
1438
+ <w>עֹל֛וֹת</w>
1439
+ <w>וּמִנְחֹתֵיכֶ֖ם</w>
1440
+ <w>לֹ֣א</w>
1441
+ <w>אֶרְצֶ֑ה</w>
1442
+ <w>וְשֶׁ֥לֶם</w>
1443
+ <w>מְרִיאֵיכֶ֖ם</w>
1444
+ <w>לֹ֥א</w>
1445
+ <w>אַבִּֽיט׃</w>
1446
+ </v>
1447
+ <v n="23">
1448
+ <w>הָסֵ֥ר</w>
1449
+ <w>מֵעָלַ֖י</w>
1450
+ <w>הֲמ֣וֹן</w>
1451
+ <w>שִׁרֶ֑יךָ</w>
1452
+ <w>וְזִמְרַ֥ת</w>
1453
+ <w>נְבָלֶ֖יךָ</w>
1454
+ <w>לֹ֥א</w>
1455
+ <w>אֶשְׁמָֽע׃</w>
1456
+ </v>
1457
+ <v n="24">
1458
+ <w>וְיִגַּ֥ל</w>
1459
+ <w>כַּמַּ֖יִם</w>
1460
+ <w>מִשְׁפָּ֑ט</w>
1461
+ <w>וּצְדָקָ֖ה</w>
1462
+ <w>כְּנַ֥חַל</w>
1463
+ <w>אֵיתָֽן׃</w>
1464
+ </v>
1465
+ <v n="25">
1466
+ <w>הַזְּבָחִ֨ים</w>
1467
+ <w>וּמִנְחָ֜ה</w>
1468
+ <w>הִֽגַּשְׁתֶּם־</w>
1469
+ <w>לִ֧י</w>
1470
+ <w>בַמִּדְבָּ֛ר</w>
1471
+ <w>אַרְבָּעִ֥ים</w>
1472
+ <w>שָׁנָ֖ה</w>
1473
+ <w>בֵּ֥ית</w>
1474
+ <w>יִשְׂרָאֵֽל׃</w>
1475
+ </v>
1476
+ <v n="26">
1477
+ <w>וּנְשָׂאתֶ֗ם</w>
1478
+ <w>אֵ֚ת</w>
1479
+ <w>סִכּ֣וּת</w>
1480
+ <w>מַלְכְּכֶ֔ם</w>
1481
+ <w>וְאֵ֖ת</w>
1482
+ <w>כִּיּ֣וּן</w>
1483
+ <w>צַלְמֵיכֶ֑ם</w>
1484
+ <w>כּוֹכַב֙</w>
1485
+ <w>אֱלֹ֣הֵיכֶ֔ם</w>
1486
+ <w>אֲשֶׁ֥ר</w>
1487
+ <w>עֲשִׂיתֶ֖ם</w>
1488
+ <w>לָכֶֽם׃</w>
1489
+ </v>
1490
+ <v n="27">
1491
+ <w>וְהִגְלֵיתִ֥י</w>
1492
+ <w>אֶתְכֶ֖ם</w>
1493
+ <w>מֵהָ֣לְאָה</w>
1494
+ <w>לְדַמָּ֑שֶׂק</w>
1495
+ <w>אָמַ֛ר</w>
1496
+ <w>יְהוָ֥ה</w>
1497
+ <w>אֱלֹהֵֽי־</w>
1498
+ <w>צְבָא֖וֹת</w>
1499
+ <w>שְׁמֽוֹ׃</w>
1500
+ <pe/>
1501
+ </v>
1502
+ <vs>27</vs>
1503
+ </c>
1504
+ <c n="6">
1505
+ <v n="1">
1506
+ <w>ה֚וֹי</w>
1507
+ <w>הַשַּׁאֲנַנִּ֣ים</w>
1508
+ <w>בְּצִיּ֔וֹן</w>
1509
+ <w>וְהַבֹּטְחִ֖ים</w>
1510
+ <w>בְּהַ֣ר</w>
1511
+ <w>שֹׁמְר֑וֹן</w>
1512
+ <w>נְקֻבֵי֙</w>
1513
+ <w>רֵאשִׁ֣ית</w>
1514
+ <w>הַגּוֹיִ֔ם</w>
1515
+ <w>וּבָ֥אוּ</w>
1516
+ <w>לָהֶ֖ם</w>
1517
+ <w>בֵּ֥ית</w>
1518
+ <w>יִשְׂרָאֵֽל׃</w>
1519
+ </v>
1520
+ <v n="2">
1521
+ <w>עִבְר֤וּ</w>
1522
+ <w>כַֽלְנֵה֙</w>
1523
+ <w>וּרְא֔וּ</w>
1524
+ <w>וּלְכ֥וּ</w>
1525
+ <w>מִשָּׁ֖ם</w>
1526
+ <w>חֲמַ֣ת</w>
1527
+ <w>רַבָּ֑ה</w>
1528
+ <w>וּרְד֣וּ</w>
1529
+ <w>גַת־</w>
1530
+ <w>פְּלִשְׁתּ֗ים</w>
1531
+ <w>הֲטוֹבִים֙</w>
1532
+ <w>מִן־</w>
1533
+ <w>הַמַּמְלָכ֣וֹת</w>
1534
+ <w>הָאֵ֔לֶּה</w>
1535
+ <w>אִם־</w>
1536
+ <w>רַ֥ב</w>
1537
+ <w>גְּבוּלָ֖ם</w>
1538
+ <w>מִגְּבֻלְכֶֽם׃</w>
1539
+ </v>
1540
+ <v n="3">
1541
+ <w>הַֽמְנַדִּ֖ים</w>
1542
+ <w>לְי֣וֹם</w>
1543
+ <w>רָ֑ע</w>
1544
+ <w>וַתַּגִּישׁ֖וּן</w>
1545
+ <w>שֶׁ֥בֶת</w>
1546
+ <w>חָמָֽס׃</w>
1547
+ </v>
1548
+ <v n="4">
1549
+ <w>הַשֹּֽׁכְבִים֙</w>
1550
+ <w>עַל־</w>
1551
+ <w>מִטּ֣וֹת</w>
1552
+ <w>שֵׁ֔ן</w>
1553
+ <w>וּסְרֻחִ֖ים</w>
1554
+ <w>עַל־</w>
1555
+ <w>עַרְשׂוֹתָ֑ם</w>
1556
+ <w>וְאֹכְלִ֤ים</w>
1557
+ <w>כָּרִים֙</w>
1558
+ <w>מִצֹּ֔אן</w>
1559
+ <w>וַעֲגָלִ֖ים</w>
1560
+ <w>מִתּ֥וֹךְ</w>
1561
+ <w>מַרְבֵּֽק׃</w>
1562
+ </v>
1563
+ <v n="5">
1564
+ <w>הַפֹּרְטִ֖ים</w>
1565
+ <w>עַל־</w>
1566
+ <w>פִּ֣י</w>
1567
+ <w>הַנָּ֑בֶל</w>
1568
+ <w>כְּדָוִ֕יד</w>
1569
+ <w>חָשְׁב֥וּ</w>
1570
+ <w>לָהֶ֖ם</w>
1571
+ <w>כְּלֵי־</w>
1572
+ <w>שִֽׁיר׃</w>
1573
+ </v>
1574
+ <v n="6">
1575
+ <w>הַשֹּׁתִ֤ים</w>
1576
+ <w>בְּמִזְרְקֵי֙</w>
1577
+ <w>יַ֔יִן</w>
1578
+ <w>וְרֵאשִׁ֥ית</w>
1579
+ <w>שְׁמָנִ֖ים</w>
1580
+ <w>יִמְשָׁ֑חוּ</w>
1581
+ <w>וְלֹ֥א</w>
1582
+ <w>נֶחְל֖וּ</w>
1583
+ <w>עַל־</w>
1584
+ <w>שֵׁ֥בֶר</w>
1585
+ <w>יוֹסֵֽף</w>
1586
+ </v>
1587
+ <v n="7">
1588
+ <w>לָכֵ֛ן</w>
1589
+ <w>עַתָּ֥ה</w>
1590
+ <w>יִגְל֖וּ</w>
1591
+ <w>בְּרֹ֣אשׁ</w>
1592
+ <w>גֹּלִ֑ים</w>
1593
+ <w>וְסָ��ר</w>
1594
+ <w>מִרְזַ֥ח</w>
1595
+ <w>סְרוּחִֽים׃</w>
1596
+ <pe/>
1597
+ </v>
1598
+ <v n="8">
1599
+ <w>נִשְׁבַּע֩</w>
1600
+ <w>אֲדֹנָ֨י</w>
1601
+ <w>יְהוִ֜ה</w>
1602
+ <w>בְּנַפְשׁ֗וֹ</w>
1603
+ <w>נְאֻם־</w>
1604
+ <w>יְהוָה֙</w>
1605
+ <w>אֱלֹהֵ֣י</w>
1606
+ <w>צְבָא֔וֹת</w>
1607
+ <w>מְתָאֵ֤ב</w>
1608
+ <w>אָֽנֹכִי֙</w>
1609
+ <w>אֶת־</w>
1610
+ <w>גְּא֣וֹן</w>
1611
+ <w>יַֽעֲקֹ֔ב</w>
1612
+ <w>וְאַרְמְנֹתָ֖יו</w>
1613
+ <w>שָׂנֵ֑אתִי</w>
1614
+ <w>וְהִסְגַּרְתִּ֖י</w>
1615
+ <w>עִ֥יר</w>
1616
+ <w>וּמְלֹאָֽהּ׃</w>
1617
+ </v>
1618
+ <v n="9">
1619
+ <w>וְהָיָ֗ה</w>
1620
+ <w>אִם־</w>
1621
+ <w>יִוָּ֨תְר֜וּ</w>
1622
+ <w>עֲשָׂרָ֧ה</w>
1623
+ <w>אֲנָשִׁ֛ים</w>
1624
+ <w>בְּבַ֥יִת</w>
1625
+ <w>אֶחָ֖ד</w>
1626
+ <w>וָמֵֽתוּ׃</w>
1627
+ </v>
1628
+ <v n="10">
1629
+ <w>וּנְשָׂא֞וֹ</w>
1630
+ <w>דּוֹד֣וֹ</w>
1631
+ <w>וּמְסָרְפ֗וֹ</w>
1632
+ <w>לְהוֹצִ֣יא</w>
1633
+ <w>עֲצָמִים֮</w>
1634
+ <w>מִן־</w>
1635
+ <w>הַבַּיִת֒</w>
1636
+ <w>וְאָמַ֞ר</w>
1637
+ <w>לַאֲשֶׁ֨ר</w>
1638
+ <w>בְּיַרְכְּתֵ֥י</w>
1639
+ <w>הַבַּ֛יִת</w>
1640
+ <w>הַע֥וֹד</w>
1641
+ <w>עִמָּ֖ךְ</w>
1642
+ <w>וְאָמַ֣ר</w>
1643
+ <w>אָ֑פֶס</w>
1644
+ <w>וְאָמַ֣ר</w>
1645
+ <w>הָ֔ס</w>
1646
+ <w>כִּ֛י</w>
1647
+ <w>לֹ֥א</w>
1648
+ <w>לְהַזְכִּ֖יר</w>
1649
+ <w>בְּשֵׁ֥ם</w>
1650
+ <w>יְהוָֽה׃</w>
1651
+ </v>
1652
+ <v n="11">
1653
+ <w>כִּֽי־</w>
1654
+ <w>הִנֵּ֤ה</w>
1655
+ <w>יְהוָה֙</w>
1656
+ <w>מְצַוֶּ֔ה</w>
1657
+ <w>וְהִכָּ֛ה</w>
1658
+ <w>הַבַּ֥יִת</w>
1659
+ <w>הַגָּד֖וֹל</w>
1660
+ <w>רְסִיסִ֑ים</w>
1661
+ <w>וְהַבַּ֥יִת</w>
1662
+ <w>הַקָּטֹ֖ן</w>
1663
+ <w>בְּקִעִֽים׃</w>
1664
+ </v>
1665
+ <v n="12">
1666
+ <w>הַיְרֻצ֤וּן</w>
1667
+ <w>בַּסֶּ֙לַע֙</w>
1668
+ <w>סוּסִ֔ים</w>
1669
+ <w>אִֽם־</w>
1670
+ <w>יַחֲר֖וֹשׁ</w>
1671
+ <w>בַּבְּקָרִ֑ים</w>
1672
+ <w>כִּֽי־</w>
1673
+ <w>הֲפַכְתֶּ֤ם</w>
1674
+ <w>לְרֹאשׁ֙</w>
1675
+ <w>מִשְׁפָּ֔ט</w>
1676
+ <w>וּפְרִ֥י</w>
1677
+ <w>צְדָקָ֖ה</w>
1678
+ <w>לְלַעֲנָֽה׃</w>
1679
+ </v>
1680
+ <v n="13">
1681
+ <w>הַשְּׂמֵחִ֖ים</w>
1682
+ <w>לְלֹ֣א</w>
1683
+ <w>דָבָ֑ר</w>
1684
+ <w>הָאֹ֣מְרִ֔ים</w>
1685
+ <w>הֲל֣וֹא</w>
1686
+ <w>בְחָזְקֵ֔נוּ</w>
1687
+ <w>לָקַ֥חְנוּ</w>
1688
+ <w>לָ֖נוּ</w>
1689
+ <w>קַרְנָֽיִם׃</w>
1690
+ </v>
1691
+ <v n="14">
1692
+ <w>כִּ֡י</w>
1693
+ <w>הִנְנִי֩</w>
1694
+ <w>מֵקִ֨ים</w>
1695
+ <w>עֲלֵיכֶ֜ם</w>
1696
+ <w>בֵּ֣ית</w>
1697
+ <w>יִשְׂרָאֵ֗ל</w>
1698
+ <w>נְאֻם־</w>
1699
+ <w>יְהוָ֛ה</w>
1700
+ <w>אֱלֹהֵ֥י</w>
1701
+ <w>הַצְּבָא֖וֹת</w>
1702
+ <w>גּ֑וֹי</w>
1703
+ <w>וְלָחֲצ֥וּ</w>
1704
+ <w>אֶתְכֶ֛ם</w>
1705
+ <w>מִלְּב֥וֹא</w>
1706
+ <w>חֲמָ֖ת</w>
1707
+ <w>עַד־</w>
1708
+ <w>נַ֥חַל</w>
1709
+ <w>הָעֲרָבָֽה׃</w>
1710
+ <samekh/>
1711
+ </v>
1712
+ <vs>14</vs>
1713
+ </c>
1714
+ <c n="7">
1715
+ <v n="1">
1716
+ <w>כֹּ֤ה</w>
1717
+ <w>הִרְאַ֙נִי֙</w>
1718
+ <w>אֲדֹנָ֣י</w>
1719
+ <w>יְהוִ֔ה</w>
1720
+ <w>וְהִנֵּה֙</w>
1721
+ <w>יוֹצֵ֣ר</w>
1722
+ <w>גֹּבַ֔י</w>
1723
+ <w>בִּתְחִלַּ֖ת</w>
1724
+ <w>עֲל֣וֹת</w>
1725
+ <w>הַלָּ֑קֶשׁ</w>
1726
+ <w>וְהִ֨נֵּה־</w>
1727
+ <w>לֶ֔קֶשׁ</w>
1728
+ <w>אַחַ֖ר</w>
1729
+ <w>גִּזֵּ֥י</w>
1730
+ <w>הַמֶּֽלֶךְ׃</w>
1731
+ </v>
1732
+ <v n="2">
1733
+ <w>וְהָיָ֗ה</w>
1734
+ <w>אִם־</w>
1735
+ <w>כִּלָּה֙</w>
1736
+ <w>לֶֽאֱכֹל֙</w>
1737
+ <w>אֶת־</w>
1738
+ <w>עֵ֣שֶׂב</w>
1739
+ <w>הָאָ֔רֶץ</w>
1740
+ <w>וָאֹמַ֗ר</w>
1741
+ <w>אֲדֹנָ֤י</w>
1742
+ <w>יְהוִה֙</w>
1743
+ <w>סְֽלַֽח־</w>
1744
+ <w>נָ֔א</w>
1745
+ <w>מִ֥י</w>
1746
+ <w>יָק֖וּם</w>
1747
+ <w>יַֽעֲקֹ֑ב</w>
1748
+ <w>כִּ֥י</w>
1749
+ <w>קָטֹ֖ן</w>
1750
+ <w>הֽוּא׃</w>
1751
+ </v>
1752
+ <v n="3">
1753
+ <w>נִחַ֥ם</w>
1754
+ <w>יְהוָ֖ה</w>
1755
+ <w>עַל־</w>
1756
+ <w>זֹ֑את</w>
1757
+ <w>לֹ֥א</w>
1758
+ <w>תִהְיֶ֖ה</w>
1759
+ <w>אָמַ֥ר</w>
1760
+ <w>יְהוָֽה׃</w>
1761
+ </v>
1762
+ <v n="4">
1763
+ <w>כֹּ֤ה</w>
1764
+ <w>הִרְאַ֙נִי֙</w>
1765
+ <w>אֲדֹנָ֣י</w>
1766
+ <w>יְהוִ֔ה</w>
1767
+ <w>וְהִנֵּ֥ה</w>
1768
+ <w>קֹרֵ֛א</w>
1769
+ <w>לָרִ֥ב</w>
1770
+ <w>בָּאֵ֖שׁ</w>
1771
+ <w>אֲדֹנָ֣י</w>
1772
+ <w>יְהוִ֑ה</w>
1773
+ <w>וַתֹּ֙אכַל֙</w>
1774
+ <w>אֶת־</w>
1775
+ <w>תְּה֣וֹם</w>
1776
+ <w>רַבָּ֔ה</w>
1777
+ <w>וְאָכְלָ֖ה</w>
1778
+ <w>אֶת־</w>
1779
+ <w>הַחֵֽלֶק׃</w>
1780
+ </v>
1781
+ <v n="5">
1782
+ <w>וָאֹמַ֗ר</w>
1783
+ <w>אֲדֹנָ֤י</w>
1784
+ <w>יְהוִה֙</w>
1785
+ <w>חֲדַל־</w>
1786
+ <w>נָ֔א</w>
1787
+ <w>מִ֥י</w>
1788
+ <w>יָק֖וּם</w>
1789
+ <w>יַעֲקֹ֑ב</w>
1790
+ <w>כִּ֥י</w>
1791
+ <w>קָטֹ֖ן</w>
1792
+ <w>הֽוּא׃</w>
1793
+ </v>
1794
+ <v n="6">
1795
+ <w>נִחַ֥ם</w>
1796
+ <w>יְהוָ֖ה</w>
1797
+ <w>עַל־</w>
1798
+ <w>זֹ֑את</w>
1799
+ <w>גַּם־</w>
1800
+ <w>הִיא֙</w>
1801
+ <w>לֹ֣א</w>
1802
+ <w>תִֽהְיֶ֔ה</w>
1803
+ <w>אָמַ֖ר</w>
1804
+ <w>אֲדֹנָ֥י</w>
1805
+ <w>יְהוִֽה׃</w>
1806
+ <samekh/>
1807
+ </v>
1808
+ <v n="7">
1809
+ <w>כֹּ֣ה</w>
1810
+ <w>הִרְאַ֔נִי</w>
1811
+ <w>וְהִנֵּ֧ה</w>
1812
+ <w>אֲדֹנָ֛י</w>
1813
+ <w>נִצָּ֖ב</w>
1814
+ <w>עַל־</w>
1815
+ <w>חוֹמַ֣ת</w>
1816
+ <w>אֲנָ֑ךְ</w>
1817
+ <w>וּבְיָד֖וֹ</w>
1818
+ <w>אֲנָֽךְ׃</w>
1819
+ </v>
1820
+ <v n="8">
1821
+ <w>וַיֹּ֨אמֶר</w>
1822
+ <w>יְהוָ֜ה</w>
1823
+ <w>אֵלַ֗י</w>
1824
+ <w>מָֽה־</w>
1825
+ <w>אַתָּ֤ה</w>
1826
+ <w>רֹאֶה֙</w>
1827
+ <w>עָמ֔וֹס</w>
1828
+ <w>וָאֹמַ֖ר</w>
1829
+ <w>אֲנָ֑ךְ</w>
1830
+ <w>וַיֹּ֣אמֶר</w>
1831
+ <w>אֲדֹנָ֗י</w>
1832
+ <w>הִנְנִ֨י</w>
1833
+ <w>שָׂ֤ם</w>
1834
+ <w>אֲנָךְ֙</w>
1835
+ <w>בְּקֶ֙רֶב֙</w>
1836
+ <w>עַמִּ֣י</w>
1837
+ <w>יִשְׂרָאֵ֔ל</w>
1838
+ <w>לֹֽא־</w>
1839
+ <w>אוֹסִ֥יף</w>
1840
+ <w>ע֖וֹד</w>
1841
+ <w>עֲב֥וֹר</w>
1842
+ <w>לֽוֹ׃</w>
1843
+ </v>
1844
+ <v n="9">
1845
+ <w>וְנָשַׁ֙מּוּ֙</w>
1846
+ <w>בָּמ֣וֹת</w>
1847
+ <w>יִשְׂחָ֔ק</w>
1848
+ <w>וּמִקְדְּשֵׁ֥י</w>
1849
+ <w>יִשְׂרָאֵ֖ל</w>
1850
+ <w>יֶחֱרָ֑בוּ</w>
1851
+ <w>וְקַמְתִּ֛י</w>
1852
+ <w>עַל־</w>
1853
+ <w>בֵּ֥ית</w>
1854
+ <w>יָרָבְעָ֖ם</w>
1855
+ <w>בֶּחָֽרֶב׃</w>
1856
+ <pe/>
1857
+ </v>
1858
+ <v n="10">
1859
+ <w>וַיִּשְׁלַ֗ח</w>
1860
+ <w>אֲמַצְיָה֙</w>
1861
+ <w>כֹּהֵ֣ן</w>
1862
+ <w>בֵּֽית־</w>
1863
+ <w>אֵ֔ל</w>
1864
+ <w>אֶל־</w>
1865
+ <w>יָרָבְעָ֥ם</w>
1866
+ <w>מֶֽלֶךְ־</w>
1867
+ <w>יִשְׂרָאֵ֖ל</w>
1868
+ <w>לֵאמֹ֑ר</w>
1869
+ <w>קָשַׁ֨ר</w>
1870
+ <w>עָלֶ֜יךָ</w>
1871
+ <w>עָמ֗וֹס</w>
1872
+ <w>בְּקֶ֙רֶב֙</w>
1873
+ <w>בֵּ֣ית</w>
1874
+ <w>יִשְׂרָאֵ֔ל</w>
1875
+ <w>לֹא־</w>
1876
+ <w>תוּכַ֣ל</w>
1877
+ <w>הָאָ֔רֶץ</w>
1878
+ <w>לְהָכִ֖יל</w>
1879
+ <w>אֶת־</w>
1880
+ <w>כָּל־</w>
1881
+ <w>דְּבָרָֽיו׃</w>
1882
+ </v>
1883
+ <v n="11">
1884
+ <w>כִּי־</w>
1885
+ <w>כֹה֙</w>
1886
+ <w>אָמַ֣ר</w>
1887
+ <w>עָמ֔וֹס</w>
1888
+ <w>בַּחֶ֖רֶב</w>
1889
+ <w>יָמ֣וּת</w>
1890
+ <w>יָרָבְעָ֑ם</w>
1891
+ <w>וְיִ֨שְׂרָאֵ֔ל</w>
1892
+ <w>גָּלֹ֥ה</w>
1893
+ <w>יִגְלֶ֖ה</w>
1894
+ <w>מֵעַ֥ל</w>
1895
+ <w>אַדְמָתֽוֹ׃</w>
1896
+ <samekh/>
1897
+ </v>
1898
+ <v n="12">
1899
+ <w>וַיֹּ֤אמֶר</w>
1900
+ <w>אֲמַצְיָה֙</w>
1901
+ <w>אֶל־</w>
1902
+ <w>עָמ֔וֹס</w>
1903
+ <w>חֹזֶ֕ה</w>
1904
+ <w>לֵ֥ךְ</w>
1905
+ <w>בְּרַח־</w>
1906
+ <w>לְךָ֖</w>
1907
+ <w>אֶל־</w>
1908
+ <w>אֶ֣רֶץ</w>
1909
+ <w>יְהוּדָ֑ה</w>
1910
+ <w>וֶאֱכָל־</w>
1911
+ <w>שָׁ֣ם</w>
1912
+ <w>לֶ֔חֶם</w>
1913
+ <w>וְשָׁ֖ם</w>
1914
+ <w>תִּנָּבֵֽא׃</w>
1915
+ </v>
1916
+ <v n="13">
1917
+ <w>וּבֵֽית־</w>
1918
+ <w>אֵ֔ל</w>
1919
+ <w>לֹֽא־</w>
1920
+ <w>תוֹסִ֥יף</w>
1921
+ <w>ע֖וֹד</w>
1922
+ <w>לְהִנָּבֵ֑א</w>
1923
+ <w>כִּ֤י</w>
1924
+ <w>מִקְדַּשׁ־</w>
1925
+ <w>מֶ֙לֶךְ֙</w>
1926
+ <w>ה֔וּא</w>
1927
+ <w>וּבֵ֥ית</w>
1928
+ <w>מַמְלָכָ֖ה</w>
1929
+ <w>הֽוּא׃</w>
1930
+ <samekh/>
1931
+ </v>
1932
+ <v n="14">
1933
+ <w>וַיַּ֤עַן</w>
1934
+ <w>עָמוֹס֙</w>
1935
+ <w>וַי��ֹ֣אמֶר</w>
1936
+ <w>אֶל־</w>
1937
+ <w>אֲמַצְיָ֔ה</w>
1938
+ <w>לֹא־</w>
1939
+ <w>נָבִ֣יא</w>
1940
+ <w>אָנֹ֔כִי</w>
1941
+ <w>וְלֹ֥א</w>
1942
+ <w>בֶן־</w>
1943
+ <w>נָבִ֖יא</w>
1944
+ <w>אָנֹ֑כִי</w>
1945
+ <w>כִּֽי־</w>
1946
+ <w>בוֹקֵ֥ר</w>
1947
+ <w>אָנֹ֖כִי</w>
1948
+ <w>וּבוֹלֵ֥ס</w>
1949
+ <w>שִׁקְמִֽים׃</w>
1950
+ </v>
1951
+ <v n="15">
1952
+ <w>וַיִּקָּחֵ֣נִי</w>
1953
+ <w>יְהוָ֔ה</w>
1954
+ <w>מֵאַחֲרֵ֖י</w>
1955
+ <w>הַצֹּ֑אן</w>
1956
+ <w>וַיֹּ֤אמֶר</w>
1957
+ <w>אֵלַי֙</w>
1958
+ <w>יְהוָ֔ה</w>
1959
+ <w>לֵ֥ךְ</w>
1960
+ <w>הִנָּבֵ֖א</w>
1961
+ <w>אֶל־</w>
1962
+ <w>עַמִּ֥י</w>
1963
+ <w>יִשְׂרָאֵֽל׃</w>
1964
+ </v>
1965
+ <v n="16">
1966
+ <w>וְעַתָּ֖ה</w>
1967
+ <w>שְׁמַ֣ע</w>
1968
+ <w>דְּבַר־</w>
1969
+ <w>יְהוָ֑ה</w>
1970
+ <w>אַתָּ֣ה</w>
1971
+ <w>אֹמֵ֗ר</w>
1972
+ <w>לֹ֤א</w>
1973
+ <w>תִנָּבֵא֙</w>
1974
+ <w>עַל־</w>
1975
+ <w>יִשְׂרָאֵ֔ל</w>
1976
+ <w>וְלֹ֥א</w>
1977
+ <w>תַטִּ֖יף</w>
1978
+ <w>עַל־</w>
1979
+ <w>בֵּ֥ית</w>
1980
+ <w>יִשְׂחָֽק׃</w>
1981
+ </v>
1982
+ <v n="17">
1983
+ <w>לָכֵ֞ן</w>
1984
+ <w>כֹּה־</w>
1985
+ <w>אָמַ֣ר</w>
1986
+ <w>יְהוָ֗ה</w>
1987
+ <w>אִשְׁתְּךָ֞</w>
1988
+ <w>בָּעִ֤יר</w>
1989
+ <w>תִּזְנֶה֙</w>
1990
+ <w>וּבָנֶ֤יךָ</w>
1991
+ <w>וּבְנֹתֶ֙יךָ֙</w>
1992
+ <w>בַּחֶ֣רֶב</w>
1993
+ <w>יִפֹּ֔לוּ</w>
1994
+ <w>וְאַדְמָתְךָ֖</w>
1995
+ <w>בַּחֶ֣בֶל</w>
1996
+ <w>תְּחֻלָּ֑ק</w>
1997
+ <w>וְאַתָּ֗ה</w>
1998
+ <w>עַל־</w>
1999
+ <w>אֲדָמָ֤ה</w>
2000
+ <w>טְמֵאָה֙</w>
2001
+ <w>תָּמ֔וּת</w>
2002
+ <w>וְיִ֨שְׂרָאֵ֔ל</w>
2003
+ <w>גָּלֹ֥ה</w>
2004
+ <w>יִגְלֶ֖ה</w>
2005
+ <w>מֵעַ֥ל</w>
2006
+ <w>אַדְמָתֽוֹ׃</w>
2007
+ <samekh/>
2008
+ </v>
2009
+ <vs>17</vs>
2010
+ </c>
2011
+ <c n="8">
2012
+ <v n="1">
2013
+ <w>כֹּ֥ה</w>
2014
+ <w>הִרְאַ֖נִי</w>
2015
+ <w>אֲדֹנָ֣י</w>
2016
+ <w>יְהוִ֑ה</w>
2017
+ <w>וְהִנֵּ֖ה</w>
2018
+ <w>כְּל֥וּב</w>
2019
+ <w>קָֽיִץ׃</w>
2020
+ </v>
2021
+ <v n="2">
2022
+ <w>וַיֹּ֗אמֶר</w>
2023
+ <w>מָֽה־</w>
2024
+ <w>אַתָּ֤ה</w>
2025
+ <w>רֹאֶה֙</w>
2026
+ <w>עָמ֔וֹס</w>
2027
+ <w>וָאֹמַ֖ר</w>
2028
+ <w>כְּל֣וּב</w>
2029
+ <w>קָ֑יִץ</w>
2030
+ <w>וַיֹּ֨אמֶר</w>
2031
+ <w>יְהוָ֜ה</w>
2032
+ <w>אֵלַ֗י</w>
2033
+ <w>בָּ֤א</w>
2034
+ <w>הַקֵּץ֙</w>
2035
+ <w>אֶל־</w>
2036
+ <w>עַמִּ֣י</w>
2037
+ <w>יִשְׂרָאֵ֔ל</w>
2038
+ <w>לֹא־</w>
2039
+ <w>אוֹסִ֥יף</w>
2040
+ <w>ע֖וֹד</w>
2041
+ <w>עֲב֥וֹר</w>
2042
+ <w>לֽוֹ׃</w>
2043
+ </v>
2044
+ <v n="3">
2045
+ <w>וְהֵילִ֜ילוּ</w>
2046
+ <w>שִׁיר֤וֹת</w>
2047
+ <w>הֵיכָל֙</w>
2048
+ <w>בַּיּ֣וֹם</w>
2049
+ <w>הַה֔וּא</w>
2050
+ <w>נְאֻ֖ם</w>
2051
+ <w>אֲדֹנָ֣י</w>
2052
+ <w>יְהוִ֑ה</w>
2053
+ <w>רַ֣ב</w>
2054
+ <w>הַפֶּ֔גֶר</w>
2055
+ <w>בְּכָל־</w>
2056
+ <w>מָק֖וֹם</w>
2057
+ <w>הִשְׁלִ֥יךְ</w>
2058
+ <w>הָֽס׃</w>
2059
+ <pe/>
2060
+ </v>
2061
+ <v n="4">
2062
+ <w>שִׁמְעוּ־</w>
2063
+ <w>זֹ֕את</w>
2064
+ <w>הַשֹּׁאֲפִ֖ים</w>
2065
+ <w>אֶבְי֑וֹן</w>
2066
+ <w>וְלַשְׁבִּ֖ית</w>
2067
+ <k>ענוי־</k>
2068
+ <q>עֲנִיֵּי־</q>
2069
+ <w>אָֽרֶץ׃</w>
2070
+ </v>
2071
+ <v n="5">
2072
+ <w>לֵאמֹ֗ר</w>
2073
+ <w>מָתַ֞י</w>
2074
+ <w>יַעֲבֹ֤ר</w>
2075
+ <w>הַחֹ֙דֶשׁ֙</w>
2076
+ <w>וְנַשְׁבִּ֣ירָה</w>
2077
+ <w>שֶּׁ֔בֶר</w>
2078
+ <w>וְהַשַּׁבָּ֖ת</w>
2079
+ <w>וְנִפְתְּחָה־</w>
2080
+ <w>בָּ֑ר</w>
2081
+ <w>לְהַקְטִ֤ין</w>
2082
+ <w>אֵיפָה֙</w>
2083
+ <w>וּלְהַגְדִּ֣יל</w>
2084
+ <w>שֶׁ֔קֶל</w>
2085
+ <w>וּלְעַוֵּ֖ת</w>
2086
+ <w>מֹאזְנֵ֥י</w>
2087
+ <w>מִרְמָֽה׃</w>
2088
+ </v>
2089
+ <v n="6">
2090
+ <w>לִקְנ֤וֹת</w>
2091
+ <w>בַּכֶּ֙סֶף֙</w>
2092
+ <w>דַּלִּ֔ים</w>
2093
+ <w>וְאֶבְי֖וֹן</w>
2094
+ <w>בַּעֲב֣וּר</w>
2095
+ <w>נַעֲלָ֑יִם</w>
2096
+ <w>וּמַפַּ֥ל</w>
2097
+ <w>בַּ֖ר</w>
2098
+ <w>נַשְׁבִּֽיר׃</w>
2099
+ </v>
2100
+ <v n="7">
2101
+ <w>נִשְׁבַּ֥ע</w>
2102
+ <w>יְהוָ֖ה</w>
2103
+ <w>בִּגְא֣וֹן</w>
2104
+ <w>יַעֲקֹ֑ב</w>
2105
+ <w>אִם־</w>
2106
+ <w>אֶשְׁכַּ֥ח</w>
2107
+ <w>לָנֶ֖צַח</w>
2108
+ <w>כָּל־</w>
2109
+ <w>מַעֲשֵׂיהֶֽם׃</w>
2110
+ </v>
2111
+ <v n="8">
2112
+ <w>הַ֤עַל</w>
2113
+ <w>זֹאת֙</w>
2114
+ <w>לֹֽא־</w>
2115
+ <w>תִרְגַּ֣ז</w>
2116
+ <w>הָאָ֔רֶץ</w>
2117
+ <w>וְאָבַ֖ל</w>
2118
+ <w>כָּל־</w>
2119
+ <w>יוֹשֵׁ֣ב</w>
2120
+ <w>בָּ֑הּ</w>
2121
+ <w>וְעָלְתָ֤ה</w>
2122
+ <w>כָאֹר֙</w>
2123
+ <w>כֻּלָּ֔הּ</w>
2124
+ <w>וְנִגְרְשָׁ֥ה</w>
2125
+ <k>ונשקה</k>
2126
+ <q>וְנִשְׁקְעָ֖ה</q>
2127
+ <w>כִּיא֥וֹר</w>
2128
+ <w>מִצְרָֽיִם׃</w>
2129
+ <samekh/>
2130
+ </v>
2131
+ <v n="9">
2132
+ <w>וְהָיָ֣ה ׀</w>
2133
+ <w>בַּיּ֣וֹם</w>
2134
+ <w>הַה֗וּא</w>
2135
+ <w>נְאֻם֙</w>
2136
+ <w>אֲדֹנָ֣י</w>
2137
+ <w>יְהוִ֔ה</w>
2138
+ <w>וְהֵבֵאתִ֥י</w>
2139
+ <w>הַשֶּׁ֖מֶשׁ</w>
2140
+ <w>בַּֽצָּהֳרָ֑יִם</w>
2141
+ <w>וְהַחֲשַׁכְתִּ֥י</w>
2142
+ <w>לָאָ֖רֶץ</w>
2143
+ <w>בְּי֥וֹם</w>
2144
+ <w>אֽוֹר׃</w>
2145
+ </v>
2146
+ <v n="10">
2147
+ <w>וְהָפַכְתִּ֨י</w>
2148
+ <w>חַגֵּיכֶ֜ם</w>
2149
+ <w>לְאֵ֗בֶל</w>
2150
+ <w>וְכָל־</w>
2151
+ <w>שִֽׁירֵיכֶם֙</w>
2152
+ <w>לְקִינָ֔ה</w>
2153
+ <w>וְהַעֲלֵיתִ֤י</w>
2154
+ <w>עַל־</w>
2155
+ <w>כָּל־</w>
2156
+ <w>מָתְנַ֙יִם֙</w>
2157
+ <w>שָׂ֔ק</w>
2158
+ <w>וְעַל־</w>
2159
+ <w>כָּל־</w>
2160
+ <w>רֹ֖אשׁ</w>
2161
+ <w>קָרְחָ֑ה</w>
2162
+ <w>וְשַׂמְתִּ֙יהָ֙</w>
2163
+ <w>כְּאֵ֣בֶל</w>
2164
+ <w>יָחִ֔יד</w>
2165
+ <w>וְאַחֲרִיתָ֖הּ</w>
2166
+ <w>כְּי֥וֹם</w>
2167
+ <w>מָֽר׃</w>
2168
+ </v>
2169
+ <v n="11">
2170
+ <w>הִנֵּ֣ה ׀</w>
2171
+ <w>יָמִ֣ים</w>
2172
+ <w>בָּאִ֗ים</w>
2173
+ <w>נְאֻם֙</w>
2174
+ <w>אֲדֹנָ֣י</w>
2175
+ <w>יְהוִ֔ה</w>
2176
+ <w>וְהִשְׁלַחְתִּ֥י</w>
2177
+ <w>רָעָ֖ב</w>
2178
+ <w>בָּאָ֑רֶץ</w>
2179
+ <w>לֹֽא־</w>
2180
+ <w>רָעָ֤ב</w>
2181
+ <w>לַלֶּ֙חֶם֙</w>
2182
+ <w>וְלֹֽא־</w>
2183
+ <w>צָמָ֣א</w>
2184
+ <w>לַמַּ֔יִם</w>
2185
+ <w>כִּ֣י</w>
2186
+ <w>אִם־</w>
2187
+ <w>לִשְׁמֹ֔עַ</w>
2188
+ <w>אֵ֖ת</w>
2189
+ <w>דִּבְרֵ֥י</w>
2190
+ <w>יְהוָֽה׃</w>
2191
+ </v>
2192
+ <v n="12">
2193
+ <w>וְנָעוּ֙</w>
2194
+ <w>מִיָּ֣ם</w>
2195
+ <w>עַד־</w>
2196
+ <w>יָ֔ם</w>
2197
+ <w>וּמִצָּפ֖וֹן</w>
2198
+ <w>וְעַד־</w>
2199
+ <w>מִזְרָ֑ח</w>
2200
+ <w>יְשֽׁוֹטְט֛וּ</w>
2201
+ <w>לְבַקֵּ֥שׁ</w>
2202
+ <w>אֶת־</w>
2203
+ <w>דְּבַר־</w>
2204
+ <w>יְהוָ֖ה</w>
2205
+ <w>וְלֹ֥א</w>
2206
+ <w>יִמְצָֽאוּ׃</w>
2207
+ </v>
2208
+ <v n="13">
2209
+ <w>בַּיּ֨וֹם</w>
2210
+ <w>הַה֜וּא</w>
2211
+ <w>תִּ֠תְעַלַּפְנָה</w>
2212
+ <w>הַבְּתוּלֹ֧ת</w>
2213
+ <w>הַיָּפ֛וֹת</w>
2214
+ <w>וְהַבַּחוּרִ֖ים</w>
2215
+ <w>בַּצָּמָֽא׃</w>
2216
+ </v>
2217
+ <v n="14">
2218
+ <w>הַנִּשְׁבָּעִים֙</w>
2219
+ <w>בְּאַשְׁמַ֣ת</w>
2220
+ <w>שֹֽׁמְר֔וֹן</w>
2221
+ <w>וְאָמְר֗וּ</w>
2222
+ <w>חֵ֤י</w>
2223
+ <w>אֱלֹהֶ֙יךָ֙</w>
2224
+ <w>דָּ֔ן</w>
2225
+ <w>וְחֵ֖י</w>
2226
+ <w>דֶּ֣רֶךְ</w>
2227
+ <w>בְּאֵֽר־</w>
2228
+ <w>שָׁ֑בַע</w>
2229
+ <w>וְנָפְל֖וּ</w>
2230
+ <w>וְלֹא־</w>
2231
+ <w>יָק֥וּמוּ</w>
2232
+ <w>עֽוֹד׃</w>
2233
+ <samekh/>
2234
+ </v>
2235
+ <vs>14</vs>
2236
+ </c>
2237
+ <c n="9">
2238
+ <v n="1">
2239
+ <w>רָאִ֨יתִי</w>
2240
+ <w>אֶת־</w>
2241
+ <w>אֲדֹנָ֜י</w>
2242
+ <w>נִצָּ֣ב</w>
2243
+ <w>עַֽל־</w>
2244
+ <w>הַמִּזְבֵּ֗חַ</w>
2245
+ <w>וַיֹּאמֶר֩</w>
2246
+ <w>הַ֨ךְ</w>
2247
+ <w>הַכַּפְתּ֜וֹר</w>
2248
+ <w>וְיִרְעֲשׁ֣וּ</w>
2249
+ <w>הַסִּפִּ֗ים</w>
2250
+ <w>וּבְצַ֙עַם֙</w>
2251
+ <w>בְּרֹ֣אשׁ</w>
2252
+ <w>כֻּלָּ֔ם</w>
2253
+ <w>וְאַחֲרִיתָ֖ם</w>
2254
+ <w>בַּחֶ֣רֶב</w>
2255
+ <w>אֶהֱרֹ֑ג</w>
2256
+ <w>לֹֽא־</w>
2257
+ <w>יָנ֤וּס</w>
2258
+ <w>לָהֶם֙</w>
2259
+ <w>נָ֔ס</w>
2260
+ <w>וְלֹֽא־</w>
2261
+ <w>יִמָּלֵ֥ט</w>
2262
+ <w>לָהֶ֖ם</w>
2263
+ <w>פָּלִֽיט׃</w>
2264
+ </v>
2265
+ <v n="2">
2266
+ <w>אִם־</w>
2267
+ <w>יַחְתְּר֣וּ</w>
2268
+ <w>בִשְׁא֔וֹל</w>
2269
+ <w>מִשָּׁ֖ם</w>
2270
+ <w>יָדִ֣י</w>
2271
+ <w>תִקָּחֵ֑ם</w>
2272
+ <w>וְאִֽם־</w>
2273
+ <w>יַעֲלוּ֙</w>
2274
+ <w>הַשָּׁמַ֔יִם</w>
2275
+ <w>מִשָּׁ֖ם</w>
2276
+ <w>אוֹרִידֵֽם׃</w>
2277
+ </v>
2278
+ <v n="3">
2279
+ <w>וְאִם־</w>
2280
+ <w>יֵחָֽבְאוּ֙</w>
2281
+ <w>בְּרֹ֣אשׁ</w>
2282
+ <w>הַכַּרְמֶ֔ל</w>
2283
+ <w>מִשָּׁ֥ם</w>
2284
+ <w>אֲחַפֵּ֖שׂ</w>
2285
+ <w>וּלְקַחְתִּ֑ים</w>
2286
+ <w>וְאִם־</w>
2287
+ <w>יִסָּ֨תְר֜וּ</w>
2288
+ <w>מִנֶּ֤גֶד</w>
2289
+ <w>עֵינַי֙</w>
2290
+ <w>בְּקַרְקַ֣ע</w>
2291
+ <w>הַיָּ֔ם</w>
2292
+ <w>מִשָּׁ֛ם</w>
2293
+ <w>אֲצַוֶּ֥ה</w>
2294
+ <w>אֶת־</w>
2295
+ <w>הַנָּחָ֖שׁ</w>
2296
+ <w>וּנְשָׁכָֽם׃</w>
2297
+ </v>
2298
+ <v n="4">
2299
+ <w>וְאִם־</w>
2300
+ <w>יֵלְכ֤וּ</w>
2301
+ <w>בַשְּׁבִי֙</w>
2302
+ <w>לִפְנֵ֣י</w>
2303
+ <w>אֹֽיבֵיהֶ֔ם</w>
2304
+ <w>מִשָּׁ֛ם</w>
2305
+ <w>אֲצַוֶּ֥ה</w>
2306
+ <w>אֶת־</w>
2307
+ <w>הַחֶ֖רֶב</w>
2308
+ <w>וַהֲרָגָ֑תַם</w>
2309
+ <w>וְשַׂמְתִּ֨י</w>
2310
+ <w>עֵינִ֧י</w>
2311
+ <w>עֲלֵיהֶ֛ם</w>
2312
+ <w>לְרָעָ֖ה</w>
2313
+ <w>וְלֹ֥א</w>
2314
+ <w>לְטוֹבָֽה׃</w>
2315
+ </v>
2316
+ <v n="5">
2317
+ <w>וַאדֹנָ֨י</w>
2318
+ <w>יְהוִ֜ה</w>
2319
+ <w>הַצְּבָא֗וֹת</w>
2320
+ <w>הַנּוֹגֵ֤עַ</w>
2321
+ <w>בָּאָ֙רֶץ֙</w>
2322
+ <w>וַתָּמ֔וֹג</w>
2323
+ <w>וְאָבְל֖וּ</w>
2324
+ <w>כָּל־</w>
2325
+ <w>י֣וֹשְׁבֵי</w>
2326
+ <w>בָ֑הּ</w>
2327
+ <w>וְעָלְתָ֤ה</w>
2328
+ <w>כַיְאֹר֙</w>
2329
+ <w>כֻּלָּ֔הּ</w>
2330
+ <w>וְשָׁקְעָ֖ה</w>
2331
+ <w>כִּיאֹ֥ר</w>
2332
+ <w>מִצְרָֽיִם</w>
2333
+ </v>
2334
+ <v n="6">
2335
+ <w>הַבּוֹנֶ֤ה</w>
2336
+ <w>בַשָּׁמַ֙יִם֙</w>
2337
+ <k>מעלותו</k>
2338
+ <q>מַעֲלוֹתָ֔יו</q>
2339
+ <w>וַאֲגֻדָּת֖וֹ</w>
2340
+ <w>עַל־</w>
2341
+ <w>אֶ֣רֶץ</w>
2342
+ <w>יְסָדָ֑הּ</w>
2343
+ <w>הַקֹּרֵ֣א</w>
2344
+ <w>לְמֵֽי־</w>
2345
+ <w>הַיָּ֗ם</w>
2346
+ <w>וַֽיִּשְׁפְּכֵ֛ם</w>
2347
+ <w>עַל־</w>
2348
+ <w>פְּנֵ֥י</w>
2349
+ <w>הָאָ֖רֶץ</w>
2350
+ <w>יְהוָ֥ה</w>
2351
+ <w>שְׁמֽוֹ׃</w>
2352
+ </v>
2353
+ <v n="7">
2354
+ <w>הֲל֣וֹא</w>
2355
+ <w>כִבְנֵי֩</w>
2356
+ <w>כֻשִׁיִּ֨ים</w>
2357
+ <w>אַתֶּ֥ם</w>
2358
+ <w>לִ֛י</w>
2359
+ <w>בְּנֵ֥י</w>
2360
+ <w>יִשְׂרָאֵ֖ל</w>
2361
+ <w>נְאֻם־</w>
2362
+ <w>יְהוָ֑ה</w>
2363
+ <w>הֲל֣וֹא</w>
2364
+ <w>אֶת־</w>
2365
+ <w>יִשְׂרָאֵ֗ל</w>
2366
+ <w>הֶעֱלֵ֙יתִי֙</w>
2367
+ <w>מֵאֶ֣רֶץ</w>
2368
+ <w>מִצְרַ֔יִם</w>
2369
+ <w>וּפְלִשְׁתִּיִּ֥ים</w>
2370
+ <w>מִכַּפְתּ֖וֹר</w>
2371
+ <w>וַאֲרָ֥ם</w>
2372
+ <w>מִקִּֽיר׃</w>
2373
+ </v>
2374
+ <v n="8">
2375
+ <w>הִנֵּ֞ה</w>
2376
+ <w>עֵינֵ֣י ׀</w>
2377
+ <w>אֲדֹנָ֣י</w>
2378
+ <w>יְהוִ֗ה</w>
2379
+ <w>בַּמַּמְלָכָה֙</w>
2380
+ <w>הַֽחַטָּאָ֔ה</w>
2381
+ <w>וְהִשְׁמַדְתִּ֣י</w>
2382
+ <w>אֹתָ֔הּ</w>
2383
+ <w>מֵעַ֖ל</w>
2384
+ <w>פְּנֵ֣י</w>
2385
+ <w>הָאֲדָמָ֑ה</w>
2386
+ <w>אֶ֗פֶס</w>
2387
+ <w>כִּ֠י</w>
2388
+ <w>לֹ֣א</w>
2389
+ <w>הַשְׁמֵ֥יד</w>
2390
+ <w>אַשְׁמִ֛יד</w>
2391
+ <w>אֶת־</w>
2392
+ <w>בֵּ֥ית</w>
2393
+ <w>יַעֲקֹ֖ב</w>
2394
+ <w>נְאֻם־</w>
2395
+ <w>יְהוָֽה׃</w>
2396
+ </v>
2397
+ <v n="9">
2398
+ <w>כִּֽי־</w>
2399
+ <w>הִנֵּ֤ה</w>
2400
+ <w>אָֽנֹכִי֙</w>
2401
+ <w>מְצַוֶּ֔ה</w>
2402
+ <w>וַהֲנִע֥וֹתִי</w>
2403
+ <w>בְכָֽל־</w>
2404
+ <w>הַגּוֹיִ֖ם</w>
2405
+ <w>אֶת־</w>
2406
+ <w>בֵּ֣ית</w>
2407
+ <w>יִשְׂרָאֵ֑ל</w>
2408
+ <w>כַּאֲשֶׁ֤ר</w>
2409
+ <w>יִנּ֙וֹעַ֙</w>
2410
+ <w>בַּכְּבָרָ֔ה</w>
2411
+ <w>וְלֹֽא־</w>
2412
+ <w>יִפּ֥וֹל</w>
2413
+ <w>צְר֖וֹר</w>
2414
+ <w>אָֽרֶץ׃</w>
2415
+ </v>
2416
+ <v n="10">
2417
+ <w>בַּחֶ֣רֶב</w>
2418
+ <w>יָמ֔וּתוּ</w>
2419
+ <w>כֹּ֖ל</w>
2420
+ <w>חַטָּאֵ֣י</w>
2421
+ <w>עַמִּ֑י</w>
2422
+ <w>הָאֹמְרִ֗ים</w>
2423
+ <w>לֹֽא־</w>
2424
+ <w>תַגִּ֧ישׁ</w>
2425
+ <w>וְתַקְדִּ֛ים</w>
2426
+ <w>בַּעֲד��֖ינוּ</w>
2427
+ <w>הָרָעָֽה׃</w>
2428
+ </v>
2429
+ <v n="11">
2430
+ <w>בַּיּ֣וֹם</w>
2431
+ <w>הַה֔וּא</w>
2432
+ <w>אָקִ֛ים</w>
2433
+ <w>אֶת־</w>
2434
+ <w>סֻכַּ֥ת</w>
2435
+ <w>דָּוִ֖יד</w>
2436
+ <w>הַנֹּפֶ֑לֶת</w>
2437
+ <w>וְגָדַרְתִּ֣י</w>
2438
+ <w>אֶת־</w>
2439
+ <w>פִּרְצֵיהֶ֗ן</w>
2440
+ <w>וַהֲרִֽסֹתָיו֙</w>
2441
+ <w>אָקִ֔ים</w>
2442
+ <w>וּבְנִיתִ֖יהָ</w>
2443
+ <w>כִּימֵ֥י</w>
2444
+ <w>עוֹלָֽם׃</w>
2445
+ </v>
2446
+ <v n="12">
2447
+ <w>לְמַ֨עַן</w>
2448
+ <w>יִֽירְשׁ֜וּ</w>
2449
+ <w>אֶת־</w>
2450
+ <w>שְׁאֵרִ֤ית</w>
2451
+ <w>אֱדוֹם֙</w>
2452
+ <w>וְכָל־</w>
2453
+ <w>הַגּוֹיִ֔ם</w>
2454
+ <w>אֲשֶׁר־</w>
2455
+ <w>נִקְרָ֥א</w>
2456
+ <w>שְׁמִ֖י</w>
2457
+ <w>עֲלֵיהֶ֑ם</w>
2458
+ <w>נְאֻם־</w>
2459
+ <w>יְהוָ֖ה</w>
2460
+ <w>עֹ֥שֶׂה</w>
2461
+ <w>זֹּֽאת׃</w>
2462
+ <pe/>
2463
+ </v>
2464
+ <v n="13">
2465
+ <w>הִנֵּ֨ה</w>
2466
+ <w>יָמִ֤ים</w>
2467
+ <w>בָּאִים֙</w>
2468
+ <w>נְאֻם־</w>
2469
+ <w>יְהוָ֔ה</w>
2470
+ <w>וְנִגַּ֤שׁ</w>
2471
+ <w>חוֹרֵשׁ֙</w>
2472
+ <w>בַּקֹּצֵ֔ר</w>
2473
+ <w>וְדֹרֵ֥ךְ</w>
2474
+ <w>עֲנָבִ֖ים</w>
2475
+ <w>בְּמֹשֵׁ֣ךְ</w>
2476
+ <w>הַזָּ֑רַע</w>
2477
+ <w>וְהִטִּ֤יפוּ</w>
2478
+ <w>הֶֽהָרִים֙</w>
2479
+ <w>עָסִ֔יס</w>
2480
+ <w>וְכָל־</w>
2481
+ <w>הַגְּבָע֖וֹת</w>
2482
+ <w>תִּתְמוֹגַֽגְנָה׃</w>
2483
+ </v>
2484
+ <v n="14">
2485
+ <w>וְשַׁבְתִּי֮</w>
2486
+ <w>אֶת־</w>
2487
+ <w>שְׁב֣וּת</w>
2488
+ <w>עַמִּ֣י</w>
2489
+ <w>יִשְׂרָאֵל֒</w>
2490
+ <w>וּבָנ֞וּ</w>
2491
+ <w>עָרִ֤ים</w>
2492
+ <w>נְשַׁמּוֹת֙</w>
2493
+ <w>וְיָשָׁ֔בוּ</w>
2494
+ <w>וְנָטְע֣וּ</w>
2495
+ <w>כְרָמִ֔ים</w>
2496
+ <w>וְשָׁת֖וּ</w>
2497
+ <w>אֶת־</w>
2498
+ <w>יֵינָ֑ם</w>
2499
+ <w>וְעָשׂ֣וּ</w>
2500
+ <w>גַנּ֔וֹת</w>
2501
+ <w>וְאָכְל֖וּ</w>
2502
+ <w>אֶת־</w>
2503
+ <w>פְּרִיהֶֽם׃</w>
2504
+ </v>
2505
+ <v n="15">
2506
+ <w>וּנְטַעְתִּ֖ים</w>
2507
+ <w>עַל־</w>
2508
+ <w>אַדְמָתָ֑ם</w>
2509
+ <w>וְלֹ֨א</w>
2510
+ <w>יִנָּתְשׁ֜וּ</w>
2511
+ <w>ע֗וֹד</w>
2512
+ <w>מֵעַ֤ל</w>
2513
+ <w>אַדְמָתָם֙</w>
2514
+ <w>אֲשֶׁ֣ר</w>
2515
+ <w>נָתַ֣תִּי</w>
2516
+ <w>לָהֶ֔ם</w>
2517
+ <w>אָמַ֖ר</w>
2518
+ <w>יְהוָ֥ה</w>
2519
+ <w>אֱלֹהֶֽיךָ׃</w>
2520
+ </v>
2521
+ <vs>15</vs>
2522
+ </c>
2523
+ <vs>146</vs>
2524
+ <cs>9</cs>
2525
+ </book>
2526
+ </tanach>
2527
+ <notes>
2528
+ <note>
2529
+ <code>4</code>
2530
+ <gccode>4</gccode>
2531
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
2532
+ </note>
2533
+ <note>
2534
+ <code>5</code>
2535
+ <gccode>5</gccode>
2536
+ <note>Large letter(s). Shown as large letters.</note>
2537
+ </note>
2538
+ <note>
2539
+ <code>6</code>
2540
+ <gccode>6</gccode>
2541
+ <note>Small letter(s). Shown as small letters.</note>
2542
+ </note>
2543
+ <note>
2544
+ <code>7</code>
2545
+ <gccode>7</gccode>
2546
+ <note>Suspended letter(s). Shown as suspended letters.</note>
2547
+ </note>
2548
+ <note>
2549
+ <code>8</code>
2550
+ <gccode>8</gccode>
2551
+ <note>Inverted nun in the text.</note>
2552
+ </note>
2553
+ <note>
2554
+ <code>c</code>
2555
+ <gccode>c</gccode>
2556
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
2557
+ </note>
2558
+ <note>
2559
+ <code>d</code>
2560
+ <gccode>d</gccode>
2561
+ <note>This tipeha is a dehi in other texts.</note>
2562
+ </note>
2563
+ <note>
2564
+ <code>m</code>
2565
+ <gccode>m</gccode>
2566
+ <note>This meteg is a merkha in other texts.</note>
2567
+ </note>
2568
+ <note>
2569
+ <code>q</code>
2570
+ <gccode>q</gccode>
2571
+ <note>UXLC differs from the conventional word for the qere.</note>
2572
+ </note>
2573
+ <note>
2574
+ <code>t</code>
2575
+ <gccode>t</gccode>
2576
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
2577
+ </note>
2578
+ <note>
2579
+ <code>X</code>
2580
+ <gccode>X</gccode>
2581
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
2582
+ </note>
2583
+ <note>
2584
+ <code>y</code>
2585
+ <gccode>y</gccode>
2586
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
2587
+ </note>
2588
+ </notes>
2589
+ </Tanach>
texts/tanach/18_Obadiah.xml ADDED
@@ -0,0 +1,564 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Obadiah</title>
11
+ <title level="a" type="mainhebrew">עבדיה</title>
12
+ <title level="a" type="filename">Obadiah</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>18589</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>1:1.17</citation>
63
+ <description>Word lacks accent, add note 'c'; MAM has a Tipeha ( ס֖ ) to the Lamed on this word.</description>
64
+ <author>Ben Denckla</author>
65
+ <filedate>2021.10.19</filedate>
66
+ <date>2021.08.07</date>
67
+ <n>15</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>1:3.6</citation>
71
+ <description>Remove dagesh from samekh.</description>
72
+ <author>Daniel Holman</author>
73
+ <filedate>2023.04.01</filedate>
74
+ <date>2022.12.12</date>
75
+ <n>4</n>
76
+ </correction>
77
+ <correction>
78
+ <citation>1:8.4</citation>
79
+ <description>Remove maqaf from end of word.</description>
80
+ <author>Daniel Holman</author>
81
+ <filedate>2023.04.01</filedate>
82
+ <date>2022.12.12</date>
83
+ <n>5</n>
84
+ </correction>
85
+ <correction>
86
+ <citation>1:12.9</citation>
87
+ <description>Remove maqaf from end of word.</description>
88
+ <author>Daniel Holman</author>
89
+ <filedate>2023.04.01</filedate>
90
+ <date>2022.12.12</date>
91
+ <n>6</n>
92
+ </correction>
93
+ <correction>
94
+ <citation>1:16.15</citation>
95
+ <description>Move meteg from yod to he.</description>
96
+ <author>Daniel Holman</author>
97
+ <filedate>2023.04.01</filedate>
98
+ <date>2022.12.12</date>
99
+ <n>7</n>
100
+ </correction>
101
+ </notesStmt>
102
+ <sourceDesc>
103
+ <biblItem>
104
+ <title>Hebrew Bible</title>
105
+ <title>Leningrad Codex</title>
106
+ <editor>Shemu'el ben Ya'akov</editor>
107
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
108
+ <edition>Original document</edition>
109
+ <imprint>
110
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
111
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
112
+ <date>1008</date>
113
+ </imprint>
114
+ <idno type="Accession">Firkovich B 19 A</idno>
115
+ </biblItem>
116
+ <biblItem>
117
+ <title>The Leningrad Codex - A Facsimile Edition</title>
118
+ <editor>Freedman, David Noel</editor>
119
+ <editor>Beck, Astrid B.</editor>
120
+ <edition>First</edition>
121
+ <imprint>
122
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
123
+ <pubPlace>Grand Rapids, MI</pubPlace>
124
+ <date>1998</date>
125
+ </imprint>
126
+ <idno type="IBSN">0-8028-3786-7</idno>
127
+ </biblItem>
128
+ <biblItem>
129
+ <title>The Westminster Leningrad Codex</title>
130
+ <editor>Salisbury, Stephen K.</editor>
131
+ <edition>WLC 4.20</edition>
132
+ <imprint>
133
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
134
+ <pubPlace>2960 Church Rd.</pubPlace>
135
+ <pubPlace>Glenside, PA 19038</pubPlace>
136
+ <date>25 January 2016</date>
137
+ </imprint>
138
+ <idno type="Unknown"/>
139
+ </biblItem>
140
+ </sourceDesc>
141
+ </fileDesc>
142
+ <encodingDesc>
143
+ </encodingDesc>
144
+ <profileDesc>
145
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
146
+ <date>25 Jan 2016</date>
147
+ <langUsage>
148
+ <language ident="HE">Hebrew</language>
149
+ </langUsage>
150
+ </profileDesc>
151
+ </teiHeader>
152
+ <tanach>
153
+ <book>
154
+ <names>
155
+ <name>Obadiah</name>
156
+ <abbrev>Ob</abbrev>
157
+ <number>18</number>
158
+ <filename>Obadiah</filename>
159
+ <hebrewname>עבדיה</hebrewname>
160
+ </names>
161
+ <c n="1">
162
+ <v n="1">
163
+ <w>חֲז֖וֹן</w>
164
+ <w>עֹֽבַדְיָ֑ה</w>
165
+ <w>כֹּֽה־</w>
166
+ <w>אָמַר֩</w>
167
+ <w>אֲדֹנָ֨י</w>
168
+ <w>יְהוִ֜ה</w>
169
+ <w>לֶאֱד֗וֹם</w>
170
+ <w>שְׁמוּעָ֨ה</w>
171
+ <w>שָׁמַ֜עְנוּ</w>
172
+ <w>מֵאֵ֤ת</w>
173
+ <w>יְהוָה֙</w>
174
+ <w>וְצִיר֙</w>
175
+ <w>בַּגּוֹיִ֣ם</w>
176
+ <w>שֻׁלָּ֔ח</w>
177
+ <w>ק֛וּמוּ</w>
178
+ <w>וְנָק֥וּמָה</w>
179
+ <w>עָלֶיהָ<x>c</x></w>
180
+ <w>לַמִּלְחָמָֽה׃</w>
181
+ </v>
182
+ <v n="2">
183
+ <w>הִנֵּ֥ה</w>
184
+ <w>קָטֹ֛ן</w>
185
+ <w>נְתַתִּ֖יךָ</w>
186
+ <w>בַּגּוֹיִ֑ם</w>
187
+ <w>בָּז֥וּי</w>
188
+ <w>אַתָּ֖ה</w>
189
+ <w>מְאֹֽד׃</w>
190
+ </v>
191
+ <v n="3">
192
+ <w>זְד֤וֹן</w>
193
+ <w>לִבְּךָ֙</w>
194
+ <w>הִשִּׁיאֶ֔ךָ</w>
195
+ <w>שֹׁכְנִ֥י</w>
196
+ <w>בְחַגְוֵי־</w>
197
+ <w>סֶ֖לַע</w>
198
+ <w>מְר֣וֹם</w>
199
+ <w>שִׁבְתּ֑וֹ</w>
200
+ <w>אֹמֵ֣ר</w>
201
+ <w>בְּלִבּ֔וֹ</w>
202
+ <w>מִ֥י</w>
203
+ <w>יוֹרִדֵ֖נִי</w>
204
+ <w>אָֽרֶץ׃</w>
205
+ </v>
206
+ <v n="4">
207
+ <w>אִם־</w>
208
+ <w>תַּגְבִּ֣יהַּ</w>
209
+ <w>כַּנֶּ֔שֶׁר</w>
210
+ <w>וְאִם־</w>
211
+ <w>בֵּ֥ין</w>
212
+ <w>כּֽוֹכָבִ֖ים</w>
213
+ <w>שִׂ֣ים</w>
214
+ <w>קִנֶּ֑ךָ</w>
215
+ <w>מִשָּׁ֥ם</w>
216
+ <w>אוֹרִֽידְךָ֖</w>
217
+ <w>נְאֻם־</w>
218
+ <w>יְהוָֽה׃</w>
219
+ </v>
220
+ <v n="5">
221
+ <w>אִם־</w>
222
+ <w>גַּנָּבִ֤ים</w>
223
+ <w>בָּאֽוּ־</w>
224
+ <w>לְךָ֙</w>
225
+ <w>אִם־</w>
226
+ <w>שׁ֣וֹדְדֵי</w>
227
+ <w>לַ֔יְלָה</w>
228
+ <w>אֵ֣יךְ</w>
229
+ <w>נִדְמֵ֔יתָה</w>
230
+ <w>הֲל֥וֹא</w>
231
+ <w>יִגְנְב֖וּ</w>
232
+ <w>דַּיָּ֑ם</w>
233
+ <w>אִם־</w>
234
+ <w>בֹּֽצְרִים֙</w>
235
+ <w>בָּ֣אוּ</w>
236
+ <w>לָ֔ךְ</w>
237
+ <w>הֲל֖וֹא</w>
238
+ <w>יַשְׁאִ֥ירוּ</w>
239
+ <w>עֹלֵלֽוֹת׃</w>
240
+ </v>
241
+ <v n="6">
242
+ <w>אֵ֚יךְ</w>
243
+ <w>נֶחְפְּשׂ֣וּ</w>
244
+ <w>עֵשָׂ֔ו</w>
245
+ <w>נִבְע֖וּ</w>
246
+ <w>מַצְפֻּנָֽיו׃</w>
247
+ </v>
248
+ <v n="7">
249
+ <w>עַֽד־</w>
250
+ <w>הַגְּב֣וּל</w>
251
+ <w>שִׁלְּח֗וּךָ</w>
252
+ <w>כֹּ֚ל</w>
253
+ <w>אַנְשֵׁ֣י</w>
254
+ <w>בְרִיתֶ֔ךָ</w>
255
+ <w>הִשִּׁיא֛וּךָ</w>
256
+ <w>יָכְל֥וּ</w>
257
+ <w>לְךָ֖</w>
258
+ <w>אַנְשֵׁ֣י</w>
259
+ <w>שְׁלֹמֶ֑ךָ</w>
260
+ <w>לַחְמְךָ֗</w>
261
+ <w>יָשִׂ֤ימוּ</w>
262
+ <w>מָזוֹר֙</w>
263
+ <w>תַּחְתֶּ֔יךָ</w>
264
+ <w>אֵ֥ין</w>
265
+ <w>תְּבוּנָ֖ה</w>
266
+ <w>בּֽוֹ׃</w>
267
+ </v>
268
+ <v n="8">
269
+ <w>הֲל֛וֹא</w>
270
+ <w>בַּיּ֥וֹם</w>
271
+ <w>הַה֖וּא</w>
272
+ <w>נְאֻם</w>
273
+ <w>יְהוָ֑ה</w>
274
+ <w>וְהַאֲבַדְתִּ֤י</w>
275
+ <w>חֲכָמִים֙</w>
276
+ <w>מֵֽאֱד֔וֹם</w>
277
+ <w>וּתְבוּנָ֖ה</w>
278
+ <w>מֵהַ֥ר</w>
279
+ <w>עֵשָֽׂו׃</w>
280
+ </v>
281
+ <v n="9">
282
+ <w>וְחַתּ֥וּ</w>
283
+ <w>גִבּוֹרֶ֖יךָ</w>
284
+ <w>תֵּימָ֑ן</w>
285
+ <w>לְמַ֧עַן</w>
286
+ <w>יִכָּֽרֶת־</w>
287
+ <w>אִ֛ישׁ</w>
288
+ <w>מֵהַ֥ר</w>
289
+ <w>עֵשָׂ֖ו</w>
290
+ <w>מִקָּֽטֶל׃</w>
291
+ </v>
292
+ <v n="10">
293
+ <w>מֵחֲמַ֛ס</w>
294
+ <w>אָחִ֥יךָ</w>
295
+ <w>יַעֲקֹ֖ב</w>
296
+ <w>תְּכַסְּךָ֣</w>
297
+ <w>בוּשָׁ֑ה</w>
298
+ <w>וְנִכְרַ֖תָּ</w>
299
+ <w>לְעוֹלָֽם׃</w>
300
+ </v>
301
+ <v n="11">
302
+ <w>בְּיוֹם֙</w>
303
+ <w>עֲמָֽדְךָ֣</w>
304
+ <w>מִנֶּ֔גֶד</w>
305
+ <w>בְּי֛וֹם</w>
306
+ <w>שְׁב֥וֹת</w>
307
+ <w>זָרִ֖ים</w>
308
+ <w>חֵיל֑וֹ</w>
309
+ <w>וְנָכְרִ֞ים</w>
310
+ <w>בָּ֣אוּ</w>
311
+ <k>שערו</k>
312
+ <q>שְׁעָרָ֗יו</q>
313
+ <w>וְעַל־</w>
314
+ <w>יְרוּשָׁלִַ֙ם֙</w>
315
+ <w>יַדּ֣וּ</w>
316
+ <w>גוֹרָ֔ל</w>
317
+ <w>גַּם־</w>
318
+ <w>אַתָּ֖ה</w>
319
+ <w>כְּאַחַ֥ד</w>
320
+ <w>מֵהֶֽם׃</w>
321
+ </v>
322
+ <v n="12">
323
+ <w>וְאַל־</w>
324
+ <w>תֵּ֤רֶא</w>
325
+ <w>בְיוֹם־</w>
326
+ <w>אָחִ֙יךָ֙</w>
327
+ <w>בְּי֣וֹם</w>
328
+ <w>נָכְר֔וֹ</w>
329
+ <w>וְאַל־</w>
330
+ <w>תִּשְׂמַ֥ח</w>
331
+ <w>לִבְנֵֽי</w>
332
+ <w>יְהוּדָ֖ה</w>
333
+ <w>בְּי֣וֹם</w>
334
+ <w>אָבְדָ֑ם</w>
335
+ <w>וְאַל־</w>
336
+ <w>תַּגְדֵּ֥ל</w>
337
+ <w>פִּ֖יךָ</w>
338
+ <w>בְּי֥וֹם</w>
339
+ <w>צָרָֽה׃</w>
340
+ </v>
341
+ <v n="13">
342
+ <w>אַל־</w>
343
+ <w>תָּב֤וֹא</w>
344
+ <w>בְשַֽׁעַר־</w>
345
+ <w>עַמִּי֙</w>
346
+ <w>בְּי֣וֹם</w>
347
+ <w>אֵידָ֔ם</w>
348
+ <w>אַל־</w>
349
+ <w>תֵּ֧רֶא</w>
350
+ <w>גַם־</w>
351
+ <w>אַתָּ֛ה</w>
352
+ <w>בְּרָעָת֖וֹ</w>
353
+ <w>בְּי֣וֹם</w>
354
+ <w>אֵיד֑וֹ</w>
355
+ <w>וְאַל־</w>
356
+ <w>תִּשְׁלַ֥חְנָה</w>
357
+ <w>בְחֵיל֖וֹ</w>
358
+ <w>בְּי֥וֹם</w>
359
+ <w>אֵידֽוֹ׃</w>
360
+ </v>
361
+ <v n="14">
362
+ <w>וְאַֽל־</w>
363
+ <w>תַּעֲמֹד֙</w>
364
+ <w>עַל־</w>
365
+ <w>הַפֶּ֔רֶק</w>
366
+ <w>לְהַכְרִ֖ית</w>
367
+ <w>אֶת־</w>
368
+ <w>פְּלִיטָ֑יו</w>
369
+ <w>וְאַל־</w>
370
+ <w>תַּסְגֵּ֥ר</w>
371
+ <w>שְׂרִידָ֖יו</w>
372
+ <w>בְּי֥וֹם</w>
373
+ <w>צָרָֽה׃</w>
374
+ </v>
375
+ <v n="15">
376
+ <w>כִּֽי־</w>
377
+ <w>קָר֥וֹב</w>
378
+ <w>יוֹם־</w>
379
+ <w>יְהוָ֖ה</w>
380
+ <w>עַל־</w>
381
+ <w>כָּל־</w>
382
+ <w>הַגּוֹיִ֑ם</w>
383
+ <w>כַּאֲשֶׁ֤ר</w>
384
+ <w>עָשִׂ֙יתָ֙</w>
385
+ <w>יֵעָ֣שֶׂה</w>
386
+ <w>לָּ֔ךְ</w>
387
+ <w>גְּמֻלְךָ֖</w>
388
+ <w>יָשׁ֥וּב</w>
389
+ <w>בְּרֹאשֶֽׁךָ׃</w>
390
+ </v>
391
+ <v n="16">
392
+ <w>כִּ֗י</w>
393
+ <w>כַּֽאֲשֶׁ֤ר</w>
394
+ <w>שְׁתִיתֶם֙</w>
395
+ <w>עַל־</w>
396
+ <w>הַ֣ר</w>
397
+ <w>קָדְשִׁ֔י</w>
398
+ <w>יִשְׁתּ֥וּ</w>
399
+ <w>כָֽל־</w>
400
+ <w>הַגּוֹיִ֖ם</w>
401
+ <w>תָּמִ֑יד</w>
402
+ <w>וְשָׁת֣וּ</w>
403
+ <w>וְלָע֔וּ</w>
404
+ <w>וְהָי֖וּ</w>
405
+ <w>כְּל֥וֹא</w>
406
+ <w>הָֽיוּ׃</w>
407
+ </v>
408
+ <v n="17">
409
+ <w>וּבְהַ֥ר</w>
410
+ <w>צִיּ֛וֹן</w>
411
+ <w>תִּהְיֶ֥ה</w>
412
+ <w>פְלֵיטָ֖ה</w>
413
+ <w>וְהָ֣יָה</w>
414
+ <w>קֹ֑דֶשׁ</w>
415
+ <w>וְיָֽרְשׁוּ֙</w>
416
+ <w>בֵּ֣ית</w>
417
+ <w>יַֽעֲקֹ֔ב</w>
418
+ <w>אֵ֖ת</w>
419
+ <w>מוֹרָֽשֵׁיהֶם׃</w>
420
+ </v>
421
+ <v n="18">
422
+ <w>וְהָיָה֩</w>
423
+ <w>בֵית־</w>
424
+ <w>יַעֲקֹ֨ב</w>
425
+ <w>אֵ֜שׁ</w>
426
+ <w>וּבֵ֧ית</w>
427
+ <w>יוֹסֵ֣ף</w>
428
+ <w>לֶהָבָ֗ה</w>
429
+ <w>וּבֵ֤ית</w>
430
+ <w>עֵשָׂו֙</w>
431
+ <w>לְקַ֔שׁ</w>
432
+ <w>וְדָלְק֥וּ</w>
433
+ <w>בָהֶ֖ם</w>
434
+ <w>וַאֲכָל֑וּם</w>
435
+ <w>וְלֹֽא־</w>
436
+ <w>יִֽהְיֶ֤ה</w>
437
+ <w>שָׂרִיד֙</w>
438
+ <w>לְבֵ֣ית</w>
439
+ <w>עֵשָׂ֔ו</w>
440
+ <w>כִּ֥י</w>
441
+ <w>יְהוָ֖ה</w>
442
+ <w>דִּבֵּֽר׃</w>
443
+ </v>
444
+ <v n="19">
445
+ <w>וְיָרְשׁ֨וּ</w>
446
+ <w>הַנֶּ֜גֶב</w>
447
+ <w>אֶת־</w>
448
+ <w>הַ֣ר</w>
449
+ <w>עֵשָׂ֗ו</w>
450
+ <w>וְהַשְּׁפֵלָה֙</w>
451
+ <w>אֶת־</w>
452
+ <w>פְּלִשְׁתִּ֔ים</w>
453
+ <w>וְיָרְשׁוּ֙</w>
454
+ <w>אֶת־</w>
455
+ <w>שְׂדֵ֣ה</w>
456
+ <w>אֶפְרַ֔יִם</w>
457
+ <w>וְאֵ֖ת</w>
458
+ <w>שְׂדֵ֣ה</w>
459
+ <w>שֹׁמְר֑וֹן</w>
460
+ <w>וּבִנְיָמִ֖ן</w>
461
+ <w>אֶת־</w>
462
+ <w>הַגִּלְעָֽד׃</w>
463
+ </v>
464
+ <v n="20">
465
+ <w>וְגָלֻ֣ת</w>
466
+ <w>הַֽחֵל־</w>
467
+ <w>הַ֠זֶּה</w>
468
+ <w>לִבְנֵ֨י</w>
469
+ <w>יִשְׂרָאֵ֤ל</w>
470
+ <w>אֲשֶֽׁר־</w>
471
+ <w>כְּנַעֲנִים֙</w>
472
+ <w>עַד־</w>
473
+ <w>צָ֣רְפַ֔ת</w>
474
+ <w>וְגָלֻ֥ת</w>
475
+ <w>יְרוּשָׁלַ֖͏ִם</w>
476
+ <w>אֲשֶׁ֣ר</w>
477
+ <w>בִּסְפָרַ֑ד</w>
478
+ <w>יִֽרְשׁ֕וּ</w>
479
+ <w>אֵ֖ת</w>
480
+ <w>עָרֵ֥י</w>
481
+ <w>הַנֶּֽגֶב׃</w>
482
+ </v>
483
+ <v n="21">
484
+ <w>וְעָל֤וּ</w>
485
+ <w>מֽוֹשִׁעִים֙</w>
486
+ <w>בְּהַ֣ר</w>
487
+ <w>צִיּ֔וֹן</w>
488
+ <w>לִשְׁפֹּ֖ט</w>
489
+ <w>אֶת־</w>
490
+ <w>הַ֣ר</w>
491
+ <w>עֵשָׂ֑ו</w>
492
+ <w>וְהָיְתָ֥ה</w>
493
+ <w>לַֽיהוָ֖ה</w>
494
+ <w>הַמְּלוּכָֽה׃</w>
495
+ </v>
496
+ <vs>21</vs>
497
+ </c>
498
+ <vs>21</vs>
499
+ <cs>1</cs>
500
+ </book>
501
+ </tanach>
502
+ <notes>
503
+ <note>
504
+ <code>4</code>
505
+ <gccode>4</gccode>
506
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
507
+ </note>
508
+ <note>
509
+ <code>5</code>
510
+ <gccode>5</gccode>
511
+ <note>Large letter(s). Shown as large letters.</note>
512
+ </note>
513
+ <note>
514
+ <code>6</code>
515
+ <gccode>6</gccode>
516
+ <note>Small letter(s). Shown as small letters.</note>
517
+ </note>
518
+ <note>
519
+ <code>7</code>
520
+ <gccode>7</gccode>
521
+ <note>Suspended letter(s). Shown as suspended letters.</note>
522
+ </note>
523
+ <note>
524
+ <code>8</code>
525
+ <gccode>8</gccode>
526
+ <note>Inverted nun in the text.</note>
527
+ </note>
528
+ <note>
529
+ <code>c</code>
530
+ <gccode>c</gccode>
531
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
532
+ </note>
533
+ <note>
534
+ <code>d</code>
535
+ <gccode>d</gccode>
536
+ <note>This tipeha is a dehi in other texts.</note>
537
+ </note>
538
+ <note>
539
+ <code>m</code>
540
+ <gccode>m</gccode>
541
+ <note>This meteg is a merkha in other texts.</note>
542
+ </note>
543
+ <note>
544
+ <code>q</code>
545
+ <gccode>q</gccode>
546
+ <note>UXLC differs from the conventional word for the qere.</note>
547
+ </note>
548
+ <note>
549
+ <code>t</code>
550
+ <gccode>t</gccode>
551
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
552
+ </note>
553
+ <note>
554
+ <code>X</code>
555
+ <gccode>X</gccode>
556
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
557
+ </note>
558
+ <note>
559
+ <code>y</code>
560
+ <gccode>y</gccode>
561
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
562
+ </note>
563
+ </notes>
564
+ </Tanach>
texts/tanach/19_Jonah.xml ADDED
@@ -0,0 +1,994 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Jonah</title>
11
+ <title level="a" type="mainhebrew">יונה</title>
12
+ <title level="a" type="filename">Jonah</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>31628</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>3:3.5</citation>
63
+ <description>Change segol under vav to tsere. Add note 't'.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.04.01</filedate>
66
+ <date>2022.12.12</date>
67
+ <n>8</n>
68
+ </correction>
69
+ </notesStmt>
70
+ <sourceDesc>
71
+ <biblItem>
72
+ <title>Hebrew Bible</title>
73
+ <title>Leningrad Codex</title>
74
+ <editor>Shemu'el ben Ya'akov</editor>
75
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
76
+ <edition>Original document</edition>
77
+ <imprint>
78
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
79
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
80
+ <date>1008</date>
81
+ </imprint>
82
+ <idno type="Accession">Firkovich B 19 A</idno>
83
+ </biblItem>
84
+ <biblItem>
85
+ <title>The Leningrad Codex - A Facsimile Edition</title>
86
+ <editor>Freedman, David Noel</editor>
87
+ <editor>Beck, Astrid B.</editor>
88
+ <edition>First</edition>
89
+ <imprint>
90
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
91
+ <pubPlace>Grand Rapids, MI</pubPlace>
92
+ <date>1998</date>
93
+ </imprint>
94
+ <idno type="IBSN">0-8028-3786-7</idno>
95
+ </biblItem>
96
+ <biblItem>
97
+ <title>The Westminster Leningrad Codex</title>
98
+ <editor>Salisbury, Stephen K.</editor>
99
+ <edition>WLC 4.20</edition>
100
+ <imprint>
101
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
102
+ <pubPlace>2960 Church Rd.</pubPlace>
103
+ <pubPlace>Glenside, PA 19038</pubPlace>
104
+ <date>25 January 2016</date>
105
+ </imprint>
106
+ <idno type="Unknown"/>
107
+ </biblItem>
108
+ </sourceDesc>
109
+ </fileDesc>
110
+ <encodingDesc>
111
+ </encodingDesc>
112
+ <profileDesc>
113
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
114
+ <date>25 Jan 2016</date>
115
+ <langUsage>
116
+ <language ident="HE">Hebrew</language>
117
+ </langUsage>
118
+ </profileDesc>
119
+ </teiHeader>
120
+ <tanach>
121
+ <book>
122
+ <names>
123
+ <name>Jonah</name>
124
+ <abbrev>Jon</abbrev>
125
+ <number>19</number>
126
+ <filename>Jonah</filename>
127
+ <hebrewname>יונה</hebrewname>
128
+ </names>
129
+ <c n="1">
130
+ <v n="1">
131
+ <w>וַֽיְהִי֙</w>
132
+ <w>דְּבַר־</w>
133
+ <w>יְהוָ֔ה</w>
134
+ <w>אֶל־</w>
135
+ <w>יוֹנָ֥ה</w>
136
+ <w>בֶן־</w>
137
+ <w>אֲמִתַּ֖י</w>
138
+ <w>לֵאמֹֽר׃</w>
139
+ </v>
140
+ <v n="2">
141
+ <w>ק֠וּם</w>
142
+ <w>לֵ֧ךְ</w>
143
+ <w>אֶל־</w>
144
+ <w>נִֽינְוֵ֛ה</w>
145
+ <w>הָעִ֥יר</w>
146
+ <w>הַגְּדוֹלָ֖ה</w>
147
+ <w>וּקְרָ֣א</w>
148
+ <w>עָלֶ֑יהָ</w>
149
+ <w>כִּֽי־</w>
150
+ <w>עָלְתָ֥ה</w>
151
+ <w>רָעָתָ֖ם</w>
152
+ <w>לְפָנָֽי׃</w>
153
+ </v>
154
+ <v n="3">
155
+ <w>וַיָּ֤קָם</w>
156
+ <w>יוֹנָה֙</w>
157
+ <w>לִבְרֹ֣חַ</w>
158
+ <w>תַּרְשִׁ֔ישָׁה</w>
159
+ <w>מִלִּפְנֵ֖י</w>
160
+ <w>יְהוָ֑ה</w>
161
+ <w>וַיֵּ֨רֶד</w>
162
+ <w>יָפ֜וֹ</w>
163
+ <w>וַיִּמְצָ֥א</w>
164
+ <w>אָנִיָּ֣ה ׀</w>
165
+ <w>בָּאָ֣ה</w>
166
+ <w>תַרְשִׁ֗ישׁ</w>
167
+ <w>וַיִּתֵּ֨ן</w>
168
+ <w>שְׂכָרָ֜הּ</w>
169
+ <w>וַיֵּ֤רֶד</w>
170
+ <w>בָּהּ֙</w>
171
+ <w>לָב֤וֹא</w>
172
+ <w>עִמָּהֶם֙</w>
173
+ <w>תַּרְשִׁ֔ישָׁה</w>
174
+ <w>מִלִּפְנֵ֖י</w>
175
+ <w>יְהוָֽה׃</w>
176
+ </v>
177
+ <v n="4">
178
+ <w>וַֽיהוָ֗ה</w>
179
+ <w>הֵטִ֤יל</w>
180
+ <w>רֽוּחַ־</w>
181
+ <w>גְּדוֹלָה֙</w>
182
+ <w>אֶל־</w>
183
+ <w>הַיָּ֔ם</w>
184
+ <w>וַיְהִ֥י</w>
185
+ <w>סַֽעַר־</w>
186
+ <w>גָּד֖וֹל</w>
187
+ <w>בַּיָּ֑ם</w>
188
+ <w>וְהָ֣אֳנִיָּ֔ה</w>
189
+ <w>חִשְּׁבָ֖ה</w>
190
+ <w>לְהִשָּׁבֵֽר׃</w>
191
+ </v>
192
+ <v n="5">
193
+ <w>וַיִּֽירְא֣וּ</w>
194
+ <w>הַמַּלָּחִ֗ים</w>
195
+ <w>וַֽיִּזְעֲקוּ֮</w>
196
+ <w>אִ֣ישׁ</w>
197
+ <w>אֶל־</w>
198
+ <w>אֱלֹהָיו֒</w>
199
+ <w>וַיָּטִ֨לוּ</w>
200
+ <w>אֶת־</w>
201
+ <w>הַכֵּלִ֜ים</w>
202
+ <w>אֲשֶׁ֤ר</w>
203
+ <w>בָּֽאֳנִיָּה֙</w>
204
+ <w>אֶל־</w>
205
+ <w>הַיָּ֔ם</w>
206
+ <w>לְהָקֵ֖ל</w>
207
+ <w>מֵֽעֲלֵיהֶ֑ם</w>
208
+ <w>וְיוֹנָ֗ה</w>
209
+ <w>יָרַד֙</w>
210
+ <w>אֶל־</w>
211
+ <w>יַרְכְּתֵ֣י</w>
212
+ <w>הַסְּפִינָ֔ה</w>
213
+ <w>וַיִּשְׁכַּ֖ב</w>
214
+ <w>וַיֵּרָדַֽם׃</w>
215
+ </v>
216
+ <v n="6">
217
+ <w>וַיִּקְרַ֤ב</w>
218
+ <w>אֵלָיו֙</w>
219
+ <w>רַ֣ב</w>
220
+ <w>הַחֹבֵ֔ל</w>
221
+ <w>וַיֹּ֥אמֶר</w>
222
+ <w>ל֖וֹ</w>
223
+ <w>מַה־</w>
224
+ <w>לְּךָ֣</w>
225
+ <w>נִרְדָּ֑ם</w>
226
+ <w>ק֚וּם</w>
227
+ <w>קְרָ֣א</w>
228
+ <w>אֶל־</w>
229
+ <w>אֱלֹהֶ֔יךָ</w>
230
+ <w>אוּלַ֞י</w>
231
+ <w>יִתְעַשֵּׁ֧ת</w>
232
+ <w>הָאֱלֹהִ֛ים</w>
233
+ <w>לָ֖נוּ</w>
234
+ <w>וְלֹ֥א</w>
235
+ <w>נֹאבֵֽד׃</w>
236
+ </v>
237
+ <v n="7">
238
+ <w>וַיֹּאמְר֞וּ</w>
239
+ <w>אִ֣ישׁ</w>
240
+ <w>אֶל־</w>
241
+ <w>רֵעֵ֗הוּ</w>
242
+ <w>לְכוּ֙</w>
243
+ <w>וְנַפִּ֣ילָה</w>
244
+ <w>גֽוֹרָל֔וֹת</w>
245
+ <w>וְנֵ֣דְעָ֔ה</w>
246
+ <w>בְּשֶׁלְּמִ֛י</w>
247
+ <w>הָרָעָ֥ה</w>
248
+ <w>הַזֹּ֖את</w>
249
+ <w>לָ֑נוּ</w>
250
+ <w>וַיַּפִּ֙לוּ֙</w>
251
+ <w>גּֽוֹרָל֔וֹת</w>
252
+ <w>וַיִּפֹּ֥ל</w>
253
+ <w>הַגּוֹרָ֖ל</w>
254
+ <w>עַל־</w>
255
+ <w>יוֹנָֽה׃</w>
256
+ </v>
257
+ <v n="8">
258
+ <w>וַיֹּאמְר֣וּ</w>
259
+ <w>אֵלָ֔יו</w>
260
+ <w>הַגִּידָה־</w>
261
+ <w>נָּ֣א</w>
262
+ <w>לָ֔נוּ</w>
263
+ <w>בַּאֲשֶׁ֛ר</w>
264
+ <w>לְמִי־</w>
265
+ <w>הָרָעָ֥ה</w>
266
+ <w>הַזֹּ֖את</w>
267
+ <w>לָ֑נוּ</w>
268
+ <w>מַה־</w>
269
+ <w>מְּלַאכְתְּךָ֙</w>
270
+ <w>וּמֵאַ֣יִן</w>
271
+ <w>תָּב֔וֹא</w>
272
+ <w>מָ֣ה</w>
273
+ <w>אַרְצֶ֔ךָ</w>
274
+ <w>וְאֵֽי־</w>
275
+ <w>מִזֶּ֥ה</w>
276
+ <w>עַ֖ם</w>
277
+ <w>אָֽתָּה׃</w>
278
+ </v>
279
+ <v n="9">
280
+ <w>וַיֹּ֥אמֶר</w>
281
+ <w>אֲלֵיהֶ֖ם</w>
282
+ <w>עִבְרִ֣י</w>
283
+ <w>אָנֹ֑כִי</w>
284
+ <w>וְאֶת־</w>
285
+ <w>יְהוָ֞ה</w>
286
+ <w>אֱלֹהֵ֤י</w>
287
+ <w>הַשָּׁמַ֙יִם֙</w>
288
+ <w>אֲנִ֣י</w>
289
+ <w>יָרֵ֔א</w>
290
+ <w>אֲשֶׁר־</w>
291
+ <w>עָשָׂ֥ה</w>
292
+ <w>אֶת־</w>
293
+ <w>הַיָּ֖ם</w>
294
+ <w>וְאֶת־</w>
295
+ <w>הַיַּבָּשָֽׁה׃</w>
296
+ </v>
297
+ <v n="10">
298
+ <w>וַיִּֽירְא֤וּ</w>
299
+ <w>הָֽאֲנָשִׁים֙</w>
300
+ <w>יִרְאָ֣ה</w>
301
+ <w>גְדוֹלָ֔ה</w>
302
+ <w>וַיֹּאמְר֥וּ</w>
303
+ <w>אֵלָ֖יו</w>
304
+ <w>מַה־</w>
305
+ <w>זֹּ֣את</w>
306
+ <w>עָשִׂ֑יתָ</w>
307
+ <w>כִּֽי־</w>
308
+ <w>יָדְע֣וּ</w>
309
+ <w>הָאֲנָשִׁ֗ים</w>
310
+ <w>כִּֽי־</w>
311
+ <w>מִלִּפְנֵ֤י</w>
312
+ <w>יְהוָה֙</w>
313
+ <w>ה֣וּא</w>
314
+ <w>בֹרֵ֔חַ</w>
315
+ <w>כִּ֥י</w>
316
+ <w>הִגִּ֖יד</w>
317
+ <w>לָהֶֽם׃</w>
318
+ </v>
319
+ <v n="11">
320
+ <w>וַיֹּאמְר֤וּ</w>
321
+ <w>אֵלָיו֙</w>
322
+ <w>מַה־</w>
323
+ <w>נַּ֣עֲשֶׂה</w>
324
+ <w>לָּ֔ךְ</w>
325
+ <w>וְיִשְׁתֹּ֥ק</w>
326
+ <w>הַיָּ֖ם</w>
327
+ <w>מֵֽעָלֵ֑ינוּ</w>
328
+ <w>כִּ֥י</w>
329
+ <w>הַיָּ֖ם</w>
330
+ <w>הוֹלֵ֥ךְ</w>
331
+ <w>וְסֹעֵֽר׃</w>
332
+ </v>
333
+ <v n="12">
334
+ <w>וַיֹּ֣אמֶר</w>
335
+ <w>אֲלֵיהֶ֗ם</w>
336
+ <w>שָׂא֙וּנִי֙</w>
337
+ <w>וַהֲטִילֻ֣נִי</w>
338
+ <w>אֶל־</w>
339
+ <w>הַיָּ֔ם</w>
340
+ <w>וְיִשְׁתֹּ֥ק</w>
341
+ <w>הַיָּ֖ם</w>
342
+ <w>מֵֽעֲלֵיכֶ֑ם</w>
343
+ <w>כִּ֚י</w>
344
+ <w>יוֹדֵ֣עַ</w>
345
+ <w>אָ֔נִי</w>
346
+ <w>כִּ֣י</w>
347
+ <w>בְשֶׁלִּ֔י</w>
348
+ <w>הַסַּ֧עַר</w>
349
+ <w>הַגָּד֛וֹל</w>
350
+ <w>הַזֶּ֖ה</w>
351
+ <w>עֲלֵיכֶֽם׃</w>
352
+ </v>
353
+ <v n="13">
354
+ <w>וַיַּחְתְּר֣וּ</w>
355
+ <w>הָאֲנָשִׁ֗ים</w>
356
+ <w>לְהָשִׁ֛יב</w>
357
+ <w>אֶל־</w>
358
+ <w>הַיַּבָּשָׁ֖ה</w>
359
+ <w>וְלֹ֣א</w>
360
+ <w>יָכֹ֑לוּ</w>
361
+ <w>כִּ֣י</w>
362
+ <w>הַיָּ֔ם</w>
363
+ <w>הוֹלֵ֥ךְ</w>
364
+ <w>וְסֹעֵ֖ר</w>
365
+ <w>עֲלֵיהֶֽם׃</w>
366
+ </v>
367
+ <v n="14">
368
+ <w>וַיִּקְרְא֨וּ</w>
369
+ <w>אֶל־</w>
370
+ <w>יְהוָ֜ה</w>
371
+ <w>וַיֹּאמְר֗וּ</w>
372
+ <w>אָנָּ֤ה</w>
373
+ <w>יְהוָה֙</w>
374
+ <w>אַל־</w>
375
+ <w>נָ֣א</w>
376
+ <w>נֹאבְדָ֗ה</w>
377
+ <w>בְּנֶ֙פֶשׁ֙</w>
378
+ <w>הָאִ֣ישׁ</w>
379
+ <w>הַזֶּ֔ה</w>
380
+ <w>וְאַל־</w>
381
+ <w>תִּתֵּ֥ן</w>
382
+ <w>עָלֵ֖ינוּ</w>
383
+ <w>דָּ֣ם</w>
384
+ <w>נָקִ֑יא</w>
385
+ <w>כִּֽי־</w>
386
+ <w>אַתָּ֣ה</w>
387
+ <w>יְהוָ֔ה</w>
388
+ <w>כַּאֲשֶׁ֥ר</w>
389
+ <w>חָפַ֖צְתָּ</w>
390
+ <w>עָשִֽׂיתָ׃</w>
391
+ </v>
392
+ <v n="15">
393
+ <w>וַיִּשְׂאוּ֙</w>
394
+ <w>אֶת־</w>
395
+ <w>יוֹנָ֔ה</w>
396
+ <w>וַיְטִלֻ֖הוּ</w>
397
+ <w>אֶל־</w>
398
+ <w>הַיָּ֑ם</w>
399
+ <w>וַיַּעֲמֹ֥ד</w>
400
+ <w>הַיָּ֖ם</w>
401
+ <w>מִזַּעְפּֽוֹ׃</w>
402
+ </v>
403
+ <v n="16">
404
+ <w>וַיִּֽירְא֧וּ</w>
405
+ <w>הָאֲנָשִׁ֛ים</w>
406
+ <w>יִרְאָ֥ה</w>
407
+ <w>גְדוֹלָ֖ה</w>
408
+ <w>אֶת־</w>
409
+ <w>יְהוָ֑ה</w>
410
+ <w>וַיִּֽזְבְּחוּ־</w>
411
+ <w>זֶ֙בַח֙</w>
412
+ <w>לַֽיהוָ֔ה</w>
413
+ <w>וַֽיִּדְּר֖וּ</w>
414
+ <w>נְדָרִֽים׃</w>
415
+ </v>
416
+ <vs>16</vs>
417
+ </c>
418
+ <c n="2">
419
+ <v n="1">
420
+ <w>וַיְמַ֤ן</w>
421
+ <w>יְהוָה֙</w>
422
+ <w>דָּ֣ג</w>
423
+ <w>גָּד֔וֹל</w>
424
+ <w>לִבְלֹ֖עַ</w>
425
+ <w>אֶת־</w>
426
+ <w>יוֹנָ֑ה</w>
427
+ <w>וַיְהִ֤י</w>
428
+ <w>יוֹנָה֙</w>
429
+ <w>בִּמְעֵ֣י</w>
430
+ <w>הַדָּ֔ג</w>
431
+ <w>שְׁלֹשָׁ֥ה</w>
432
+ <w>יָמִ֖ים</w>
433
+ <w>וּשְׁלֹשָׁ֥ה</w>
434
+ <w>לֵילֽוֹת׃</w>
435
+ </v>
436
+ <v n="2">
437
+ <w>וַיִּתְפַּלֵּ֣ל</w>
438
+ <w>יוֹנָ֔ה</w>
439
+ <w>אֶל־</w>
440
+ <w>יְהוָ֖ה</w>
441
+ <w>אֱלֹהָ֑יו</w>
442
+ <w>מִמְּעֵ֖י</w>
443
+ <w>הַדָּגָֽה׃</w>
444
+ </v>
445
+ <v n="3">
446
+ <w>וַיֹּ֗אמֶר</w>
447
+ <w>קָ֠רָאתִי</w>
448
+ <w>מִצָּ֥רָה</w>
449
+ <w>לִ֛י</w>
450
+ <w>אֶל־</w>
451
+ <w>יְהוָ֖ה</w>
452
+ <w>וַֽיַּעֲנֵ֑נִי</w>
453
+ <w>מִבֶּ֧טֶן</w>
454
+ <w>שְׁא֛וֹל</w>
455
+ <w>שִׁוַּ֖עְתִּי</w>
456
+ <w>שָׁמַ֥עְתָּ</w>
457
+ <w>קוֹלִֽי׃</w>
458
+ </v>
459
+ <v n="4">
460
+ <w>וַתַּשְׁלִיכֵ֤נִי</w>
461
+ <w>מְצוּלָה֙</w>
462
+ <w>בִּלְבַ֣ב</w>
463
+ <w>יַמִּ֔ים</w>
464
+ <w>וְנָהָ֖ר</w>
465
+ <w>יְסֹבְבֵ֑נִי</w>
466
+ <w>כָּל־</w>
467
+ <w>מִשְׁבָּרֶ֥יךָ</w>
468
+ <w>וְגַלֶּ֖יךָ</w>
469
+ <w>עָלַ֥י</w>
470
+ <w>עָבָֽרוּ׃</w>
471
+ </v>
472
+ <v n="5">
473
+ <w>וַאֲנִ֣י</w>
474
+ <w>אָמַ֔רְתִּי</w>
475
+ <w>נִגְרַ֖שְׁתִּי</w>
476
+ <w>מִנֶּ֣גֶד</w>
477
+ <w>עֵינֶ֑יךָ</w>
478
+ <w>אַ֚ךְ</w>
479
+ <w>אוֹסִ֣יף</w>
480
+ <w>לְהַבִּ֔יט</w>
481
+ <w>אֶל־</w>
482
+ <w>הֵיכַ֖ל</w>
483
+ <w>קָדְשֶֽׁךָ׃</w>
484
+ </v>
485
+ <v n="6">
486
+ <w>אֲפָפ֤וּנִי</w>
487
+ <w>מַ֙יִם֙</w>
488
+ <w>עַד־</w>
489
+ <w>נֶ֔פֶשׁ</w>
490
+ <w>תְּה֖וֹם</w>
491
+ <w>יְסֹבְבֵ֑נִי</w>
492
+ <w>ס֖וּף</w>
493
+ <w>חָב֥וּשׁ</w>
494
+ <w>לְרֹאשִֽׁי׃</w>
495
+ </v>
496
+ <v n="7">
497
+ <w>לְקִצְבֵ֤י</w>
498
+ <w>הָרִים֙</w>
499
+ <w>יָרַ֔דְתִּי</w>
500
+ <w>הָאָ֛רֶץ</w>
501
+ <w>בְּרִחֶ֥יהָ</w>
502
+ <w>בַעֲדִ֖י</w>
503
+ <w>לְעוֹלָ֑ם</w>
504
+ <w>וַתַּ֧עַל</w>
505
+ <w>מִשַּׁ֛חַת</w>
506
+ <w>חַיַּ֖י</w>
507
+ <w>יְהוָ֥ה</w>
508
+ <w>אֱלֹהָֽי׃</w>
509
+ </v>
510
+ <v n="8">
511
+ <w>בְּהִתְעַטֵּ֤ף</w>
512
+ <w>עָלַי֙</w>
513
+ <w>נַפְשִׁ֔י</w>
514
+ <w>אֶת־</w>
515
+ <w>יְהוָ֖ה</w>
516
+ <w>זָכָ֑רְתִּי</w>
517
+ <w>וַתָּב֤וֹא</w>
518
+ <w>אֵלֶ֙יךָ֙</w>
519
+ <w>תְּפִלָּתִ֔י</w>
520
+ <w>אֶל־</w>
521
+ <w>הֵיכַ֖ל</w>
522
+ <w>קָדְשֶֽׁךָ׃</w>
523
+ </v>
524
+ <v n="9">
525
+ <w>מְשַׁמְּרִ֖ים</w>
526
+ <w>הַבְלֵי־</w>
527
+ <w>שָׁ֑וְא</w>
528
+ <w>חַסְדָּ֖ם</w>
529
+ <w>יַעֲזֹֽבוּ׃</w>
530
+ </v>
531
+ <v n="10">
532
+ <w>וַאֲנִ֗י</w>
533
+ <w>בְּק֤וֹל</w>
534
+ <w>תּוֹדָה֙</w>
535
+ <w>אֶזְבְּחָה־</w>
536
+ <w>לָּ֔ךְ</w>
537
+ <w>אֲשֶׁ֥ר</w>
538
+ <w>נָדַ֖רְתִּי</w>
539
+ <w>אֲשַׁלֵּ֑מָה</w>
540
+ <w>יְשׁוּעָ֖תָה</w>
541
+ <w>לַיהוָֽה׃</w>
542
+ <samekh/>
543
+ </v>
544
+ <v n="11">
545
+ <w>וַיֹּ֥אמֶר</w>
546
+ <w>יְהוָ֖ה</w>
547
+ <w>לַדָּ֑ג</w>
548
+ <w>וַיָּקֵ֥א</w>
549
+ <w>אֶת־</w>
550
+ <w>יוֹנָ֖ה</w>
551
+ <w>אֶל־</w>
552
+ <w>הַיַּבָּשָֽׁה׃</w>
553
+ <pe/>
554
+ </v>
555
+ <vs>11</vs>
556
+ </c>
557
+ <c n="3">
558
+ <v n="1">
559
+ <w>וַיְהִ֧י</w>
560
+ <w>דְבַר־</w>
561
+ <w>יְהוָ֛ה</w>
562
+ <w>אֶל־</w>
563
+ <w>יוֹנָ֖ה</w>
564
+ <w>שֵׁנִ֥ית</w>
565
+ <w>לֵאמֹֽר׃</w>
566
+ </v>
567
+ <v n="2">
568
+ <w>ק֛וּם</w>
569
+ <w>לֵ֥ךְ</w>
570
+ <w>אֶל־</w>
571
+ <w>נִֽינְוֵ֖ה</w>
572
+ <w>הָעִ֣יר</w>
573
+ <w>הַגְּדוֹלָ֑ה</w>
574
+ <w>וִּקְרָ֤א</w>
575
+ <w>אֵלֶ֙יהָ֙</w>
576
+ <w>אֶת־</w>
577
+ <w>הַקְּרִיאָ֔ה</w>
578
+ <w>אֲשֶׁ֥ר</w>
579
+ <w>אָנֹכִ֖י</w>
580
+ <w>דֹּבֵ֥ר</w>
581
+ <w>אֵלֶֽיךָ׃</w>
582
+ </v>
583
+ <v n="3">
584
+ <w>וַיָּ֣קָם</w>
585
+ <w>יוֹנָ֗ה</w>
586
+ <w>וַיֵּ֛לֶךְ</w>
587
+ <w>אֶל־</w>
588
+ <w>נִֽינְוֵ֖<x>t</x>ה</w>
589
+ <w>כִּדְבַ֣ר</w>
590
+ <w>יְהוָ֑ה</w>
591
+ <w>וְנִֽינְוֵ֗ה</w>
592
+ <w>הָיְתָ֤ה</w>
593
+ <w>עִיר־</w>
594
+ <w>גְּדוֹלָה֙</w>
595
+ <w>לֵֽ��לֹהִ֔ים</w>
596
+ <w>מַהֲלַ֖ךְ</w>
597
+ <w>שְׁלֹ֥שֶׁת</w>
598
+ <w>יָמִֽים׃</w>
599
+ </v>
600
+ <v n="4">
601
+ <w>וַיָּ֤חֶל</w>
602
+ <w>יוֹנָה֙</w>
603
+ <w>לָב֣וֹא</w>
604
+ <w>בָעִ֔יר</w>
605
+ <w>מַהֲלַ֖ךְ</w>
606
+ <w>י֣וֹם</w>
607
+ <w>אֶחָ֑ד</w>
608
+ <w>וַיִּקְרָא֙</w>
609
+ <w>וַיֹּאמַ֔ר</w>
610
+ <w>ע֚וֹד</w>
611
+ <w>אַרְבָּעִ֣ים</w>
612
+ <w>י֔וֹם</w>
613
+ <w>וְנִֽינְוֵ֖ה</w>
614
+ <w>נֶהְפָּֽכֶת׃</w>
615
+ </v>
616
+ <v n="5">
617
+ <w>וַֽיַּאֲמִ֛ינוּ</w>
618
+ <w>אַנְשֵׁ֥י</w>
619
+ <w>נִֽינְוֵ֖ה</w>
620
+ <w>בֵּֽאלֹהִ֑ים</w>
621
+ <w>וַיִּקְרְאוּ־</w>
622
+ <w>צוֹם֙</w>
623
+ <w>וַיִּלְבְּשׁ֣וּ</w>
624
+ <w>שַׂקִּ֔ים</w>
625
+ <w>מִגְּדוֹלָ֖ם</w>
626
+ <w>וְעַד־</w>
627
+ <w>קְטַנָּֽם׃</w>
628
+ </v>
629
+ <v n="6">
630
+ <w>וַיִּגַּ֤ע</w>
631
+ <w>הַדָּבָר֙</w>
632
+ <w>אֶל־</w>
633
+ <w>מֶ֣לֶך</w>
634
+ <w>נִֽינְוֵ֔ה</w>
635
+ <w>וַיָּ֙קָם֙</w>
636
+ <w>מִכִּסְא֔וֹ</w>
637
+ <w>וַיַּעֲבֵ֥ר</w>
638
+ <w>אַדַּרְתּ֖וֹ</w>
639
+ <w>מֵֽעָלָ֑יו</w>
640
+ <w>וַיְכַ֣ס</w>
641
+ <w>שַׂ֔ק</w>
642
+ <w>וַיֵּ֖שֶׁב</w>
643
+ <w>עַל־</w>
644
+ <w>הָאֵֽפֶר׃</w>
645
+ </v>
646
+ <v n="7">
647
+ <w>וַיַּזְעֵ֗ק</w>
648
+ <w>וַיֹּ֙אמֶר֙</w>
649
+ <w>בְּנִֽינְוֵ֔ה</w>
650
+ <w>מִטַּ֧עַם</w>
651
+ <w>הַמֶּ֛לֶךְ</w>
652
+ <w>וּגְדֹלָ֖יו</w>
653
+ <w>לֵאמֹ֑ר</w>
654
+ <w>הָאָדָ֨ם</w>
655
+ <w>וְהַבְּהֵמָ֜ה</w>
656
+ <w>הַבָּקָ֣ר</w>
657
+ <w>וְהַצֹּ֗אן</w>
658
+ <w>אַֽל־</w>
659
+ <w>יִטְעֲמוּ֙</w>
660
+ <w>מְא֔וּמָה</w>
661
+ <w>אַ֨ל־</w>
662
+ <w>יִרְע֔וּ</w>
663
+ <w>וּמַ֖יִם</w>
664
+ <w>אַל־</w>
665
+ <w>יִשְׁתּֽוּ׃</w>
666
+ </v>
667
+ <v n="8">
668
+ <w>וְיִתְכַּסּ֣וּ</w>
669
+ <w>שַׂקִּ֗ים</w>
670
+ <w>הָֽאָדָם֙</w>
671
+ <w>וְהַבְּהֵמָ֔ה</w>
672
+ <w>וְיִקְרְא֥וּ</w>
673
+ <w>אֶל־</w>
674
+ <w>אֱלֹהִ֖ים</w>
675
+ <w>בְּחָזְקָ֑ה</w>
676
+ <w>וְיָשֻׁ֗בוּ</w>
677
+ <w>אִ֚ישׁ</w>
678
+ <w>מִדַּרְכּ֣וֹ</w>
679
+ <w>הָֽרָעָ֔ה</w>
680
+ <w>וּמִן־</w>
681
+ <w>הֶחָמָ֖ס</w>
682
+ <w>אֲשֶׁ֥ר</w>
683
+ <w>בְּכַפֵּיהֶֽם׃</w>
684
+ </v>
685
+ <v n="9">
686
+ <w>מִֽי־</w>
687
+ <w>יוֹדֵ֣עַ</w>
688
+ <w>יָשׁ֔וּב</w>
689
+ <w>וְנִחַ֖ם</w>
690
+ <w>הָאֱלֹהִ֑ים</w>
691
+ <w>וְשָׁ֛ב</w>
692
+ <w>מֵחֲר֥וֹן</w>
693
+ <w>אַפּ֖וֹ</w>
694
+ <w>וְלֹ֥א</w>
695
+ <w>נֹאבֵֽד׃</w>
696
+ </v>
697
+ <v n="10">
698
+ <w>וַיַּ֤רְא</w>
699
+ <w>הָֽאֱלֹהִים֙</w>
700
+ <w>אֶֽת־</w>
701
+ <w>מַ֣עֲשֵׂיהֶ֔ם</w>
702
+ <w>כִּי־</w>
703
+ <w>שָׁ֖בוּ</w>
704
+ <w>מִדַּרְכָּ֣ם</w>
705
+ <w>הָרָעָ֑ה</w>
706
+ <w>וַיִּנָּ֣חֶם</w>
707
+ <w>הָאֱלֹהִ֗ים</w>
708
+ <w>עַל־</w>
709
+ <w>הָרָעָ֛ה</w>
710
+ <w>אֲשֶׁר־</w>
711
+ <w>דִּבֶּ֥ר</w>
712
+ <w>לַעֲשׂוֹת־</w>
713
+ <w>לָהֶ֖ם</w>
714
+ <w>וְלֹ֥א</w>
715
+ <w>עָשָֽׂה׃</w>
716
+ </v>
717
+ <vs>10</vs>
718
+ </c>
719
+ <c n="4">
720
+ <v n="1">
721
+ <w>וַיֵּ֥רַע</w>
722
+ <w>אֶל־</w>
723
+ <w>יוֹנָ֖ה</w>
724
+ <w>רָעָ֣ה</w>
725
+ <w>גְדוֹלָ֑ה</w>
726
+ <w>וַיִּ֖חַר</w>
727
+ <w>לֽוֹ׃</w>
728
+ </v>
729
+ <v n="2">
730
+ <w>וַיִּתְפַּלֵּ֨ל</w>
731
+ <w>אֶל־</w>
732
+ <w>יְהוָ֜ה</w>
733
+ <w>וַיֹּאמַ֗ר</w>
734
+ <w>אָנָּ֤ה</w>
735
+ <w>יְהוָה֙</w>
736
+ <w>הֲלוֹא־</w>
737
+ <w>זֶ֣ה</w>
738
+ <w>דְבָרִ֗י</w>
739
+ <w>עַד־</w>
740
+ <w>הֱיוֹתִי֙</w>
741
+ <w>עַל־</w>
742
+ <w>אַדְמָתִ֔י</w>
743
+ <w>עַל־</w>
744
+ <w>כֵּ֥ן</w>
745
+ <w>קִדַּ֖מְתִּי</w>
746
+ <w>לִבְרֹ֣חַ</w>
747
+ <w>תַּרְשִׁ֑ישָׁה</w>
748
+ <w>כִּ֣י</w>
749
+ <w>יָדַ֗עְתִּי</w>
750
+ <w>כִּ֤י</w>
751
+ <w>אַתָּה֙</w>
752
+ <w>אֵֽל־</w>
753
+ <w>חַנּ֣וּן</w>
754
+ <w>וְרַח֔וּם</w>
755
+ <w>אֶ֤רֶךְ</w>
756
+ <w>אַפַּ֙יִם֙</w>
757
+ <w>וְרַב־</w>
758
+ <w>חֶ֔סֶד</w>
759
+ <w>וְנִחָ֖ם</w>
760
+ <w>עַל־</w>
761
+ <w>הָרָעָֽה׃</w>
762
+ </v>
763
+ <v n="3">
764
+ <w>וְעַתָּ֣ה</w>
765
+ <w>יְהוָ֔ה</w>
766
+ <w>קַח־</w>
767
+ <w>נָ֥א</w>
768
+ <w>אֶת־</w>
769
+ <w>נַפְשִׁ֖י</w>
770
+ <w>מִמֶּ֑נִּי</w>
771
+ <w>כִּ֛י</w>
772
+ <w>ט֥וֹב</w>
773
+ <w>מוֹתִ֖י</w>
774
+ <w>מֵחַיָּֽי׃</w>
775
+ <samekh/>
776
+ </v>
777
+ <v n="4">
778
+ <w>וַיֹּ֣אמֶר</w>
779
+ <w>יְהוָ֔ה</w>
780
+ <w>הַהֵיטֵ֖ב</w>
781
+ <w>חָ֥רָה</w>
782
+ <w>לָֽךְ׃</w>
783
+ </v>
784
+ <v n="5">
785
+ <w>וַיֵּצֵ֤א</w>
786
+ <w>יוֹנָה֙</w>
787
+ <w>מִן־</w>
788
+ <w>הָעִ֔יר</w>
789
+ <w>וַיֵּ֖שֶׁב</w>
790
+ <w>מִקֶּ֣דֶם</w>
791
+ <w>לָעִ֑יר</w>
792
+ <w>וַיַּעַשׂ֩</w>
793
+ <w>ל֨וֹ</w>
794
+ <w>שָׁ֜ם</w>
795
+ <w>סֻכָּ֗ה</w>
796
+ <w>וַיֵּ֤שֶׁב</w>
797
+ <w>תַּחְתֶּ֙יהָ֙</w>
798
+ <w>בַּצֵּ֔ל</w>
799
+ <w>עַ֚ד</w>
800
+ <w>אֲשֶׁ֣ר</w>
801
+ <w>יִרְאֶ֔ה</w>
802
+ <w>מַה־</w>
803
+ <w>יִּהְיֶ֖ה</w>
804
+ <w>בָּעִֽיר׃</w>
805
+ </v>
806
+ <v n="6">
807
+ <w>וַיְמַ֣ן</w>
808
+ <w>יְהוָֽה־</w>
809
+ <w>אֱ֠לֹהִים</w>
810
+ <w>קִיקָי֞וֹן</w>
811
+ <w>וַיַּ֣עַל ׀</w>
812
+ <w>מֵעַ֣ל</w>
813
+ <w>לְיוֹנָ֗ה</w>
814
+ <w>לִֽהְי֥וֹת</w>
815
+ <w>צֵל֙</w>
816
+ <w>עַל־</w>
817
+ <w>רֹאשׁ֔וֹ</w>
818
+ <w>לְהַצִּ֥יל</w>
819
+ <w>ל֖וֹ</w>
820
+ <w>מֵרָֽעָת֑וֹ</w>
821
+ <w>וַיִּשְׂמַ֥ח</w>
822
+ <w>יוֹנָ֛ה</w>
823
+ <w>עַל־</w>
824
+ <w>הַקּֽ͏ִיקָי֖וֹן</w>
825
+ <w>שִׂמְחָ֥ה</w>
826
+ <w>גְדוֹלָֽה׃</w>
827
+ </v>
828
+ <v n="7">
829
+ <w>וַיְמַ֤ן</w>
830
+ <w>הָֽאֱלֹהִים֙</w>
831
+ <w>תּוֹלַ֔עַת</w>
832
+ <w>בַּעֲל֥וֹת</w>
833
+ <w>הַשַּׁ֖חַר</w>
834
+ <w>לַֽמָּחֳרָ֑ת</w>
835
+ <w>וַתַּ֥ךְ</w>
836
+ <w>אֶת־</w>
837
+ <w>הַקִּֽיקָי֖וֹן</w>
838
+ <w>וַיִּיבָֽשׁ׃</w>
839
+ </v>
840
+ <v n="8">
841
+ <w>וַיְהִ֣י ׀</w>
842
+ <w>כִּזְרֹ֣חַ</w>
843
+ <w>הַשֶּׁ֗מֶשׁ</w>
844
+ <w>וַיְמַ֨ן</w>
845
+ <w>אֱלֹהִ֜ים</w>
846
+ <w>ר֤וּחַ</w>
847
+ <w>קָדִים֙</w>
848
+ <w>חֲרִישִׁ֔ית</w>
849
+ <w>וַתַּ֥ךְ</w>
850
+ <w>הַשֶּׁ֛מֶשׁ</w>
851
+ <w>עַל־</w>
852
+ <w>רֹ֥אשׁ</w>
853
+ <w>יוֹנָ֖ה</w>
854
+ <w>וַיִּתְעַלָּ֑ף</w>
855
+ <w>וַיִּשְׁאַ֤ל</w>
856
+ <w>אֶת־</w>
857
+ <w>נַפְשׁוֹ֙</w>
858
+ <w>לָמ֔וּת</w>
859
+ <w>וַיֹּ֕אמֶר</w>
860
+ <w>ט֥וֹב</w>
861
+ <w>מוֹתִ֖י</w>
862
+ <w>מֵחַיָּֽי׃</w>
863
+ </v>
864
+ <v n="9">
865
+ <w>וַיֹּ֤אמֶר</w>
866
+ <w>אֱלֹהִים֙</w>
867
+ <w>אֶל־</w>
868
+ <w>יוֹנָ֔ה</w>
869
+ <w>הַהֵיטֵ֥ב</w>
870
+ <w>חָרָֽה־</w>
871
+ <w>לְךָ֖</w>
872
+ <w>עַל־</w>
873
+ <w>הַקִּֽיקָי֑וֹן</w>
874
+ <w>וַיֹּ֕אמֶר</w>
875
+ <w>הֵיטֵ֥ב</w>
876
+ <w>חָֽרָה־</w>
877
+ <w>לִ֖י</w>
878
+ <w>עַד־</w>
879
+ <w>מָֽוֶת׃</w>
880
+ </v>
881
+ <v n="10">
882
+ <w>וַיֹּ֣אמֶר</w>
883
+ <w>יְהוָ֔ה</w>
884
+ <w>אַתָּ֥ה</w>
885
+ <w>חַ֙סְתָּ֙</w>
886
+ <w>עַל־</w>
887
+ <w>הַקִּ֣יקָי֔וֹן</w>
888
+ <w>אֲשֶׁ֛ר</w>
889
+ <w>לֹא־</w>
890
+ <w>עָמַ֥לְתָּ</w>
891
+ <w>בּ֖וֹ</w>
892
+ <w>וְלֹ֣א</w>
893
+ <w>גִדַּלְתּ֑וֹ</w>
894
+ <w>שֶׁבִּן־</w>
895
+ <w>לַ֥יְלָה</w>
896
+ <w>הָיָ֖ה</w>
897
+ <w>וּבִן־</w>
898
+ <w>לַ֥יְלָה</w>
899
+ <w>אָבָֽד׃</w>
900
+ </v>
901
+ <v n="11">
902
+ <w>וַֽאֲנִי֙</w>
903
+ <w>לֹ֣א</w>
904
+ <w>אָח֔וּס</w>
905
+ <w>עַל־</w>
906
+ <w>נִינְוֵ֖ה</w>
907
+ <w>הָעִ֣יר</w>
908
+ <w>הַגְּדוֹלָ֑ה</w>
909
+ <w>אֲשֶׁ֣ר</w>
910
+ <w>יֶשׁ־</w>
911
+ <w>בָּ֡הּ</w>
912
+ <w>הַרְבֵּה֩</w>
913
+ <w>מִֽשְׁתֵּים־</w>
914
+ <w>עֶשְׂרֵ֨ה</w>
915
+ <w>רִבּ֜וֹ</w>
916
+ <w>אָדָ֗ם</w>
917
+ <w>אֲשֶׁ֤ר</w>
918
+ <w>לֹֽא־</w>
919
+ <w>יָדַע֙</w>
920
+ <w>בֵּין־</w>
921
+ <w>יְמִינ֣וֹ</w>
922
+ <w>לִשְׂמֹאל֔וֹ</w>
923
+ <w>וּבְהֵמָ֖ה</w>
924
+ <w>רַבָּֽה׃</w>
925
+ </v>
926
+ <vs>11</vs>
927
+ </c>
928
+ <vs>48</vs>
929
+ <cs>4</cs>
930
+ </book>
931
+ </tanach>
932
+ <notes>
933
+ <note>
934
+ <code>4</code>
935
+ <gccode>4</gccode>
936
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
937
+ </note>
938
+ <note>
939
+ <code>5</code>
940
+ <gccode>5</gccode>
941
+ <note>Large letter(s). Shown as large letters.</note>
942
+ </note>
943
+ <note>
944
+ <code>6</code>
945
+ <gccode>6</gccode>
946
+ <note>Small letter(s). Shown as small letters.</note>
947
+ </note>
948
+ <note>
949
+ <code>7</code>
950
+ <gccode>7</gccode>
951
+ <note>Suspended letter(s). Shown as suspended letters.</note>
952
+ </note>
953
+ <note>
954
+ <code>8</code>
955
+ <gccode>8</gccode>
956
+ <note>Inverted nun in the text.</note>
957
+ </note>
958
+ <note>
959
+ <code>c</code>
960
+ <gccode>c</gccode>
961
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
962
+ </note>
963
+ <note>
964
+ <code>d</code>
965
+ <gccode>d</gccode>
966
+ <note>This tipeha is a dehi in other texts.</note>
967
+ </note>
968
+ <note>
969
+ <code>m</code>
970
+ <gccode>m</gccode>
971
+ <note>This meteg is a merkha in other texts.</note>
972
+ </note>
973
+ <note>
974
+ <code>q</code>
975
+ <gccode>q</gccode>
976
+ <note>UXLC differs from the conventional word for the qere.</note>
977
+ </note>
978
+ <note>
979
+ <code>t</code>
980
+ <gccode>t</gccode>
981
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
982
+ </note>
983
+ <note>
984
+ <code>X</code>
985
+ <gccode>X</gccode>
986
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
987
+ </note>
988
+ <note>
989
+ <code>y</code>
990
+ <gccode>y</gccode>
991
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
992
+ </note>
993
+ </notes>
994
+ </Tanach>
texts/tanach/20_Micah.xml ADDED
@@ -0,0 +1,1882 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Micah</title>
11
+ <title level="a" type="mainhebrew">מיכה</title>
12
+ <title level="a" type="filename">Micah</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>58153</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>1:14.10</citation>
63
+ <description>Add merkha to kaf.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.04.01</filedate>
66
+ <date>2022.12.12</date>
67
+ <n>9</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>2:7.11</citation>
71
+ <description>Remove qadma on the resh, add pashta to yod.</description>
72
+ <author>Daniel Holman</author>
73
+ <filedate>2023.04.01</filedate>
74
+ <date>2022.12.12</date>
75
+ <n>10</n>
76
+ </correction>
77
+ <correction>
78
+ <citation>4:2.19</citation>
79
+ <description>Remove dagesh from tsadi.</description>
80
+ <author>Ben Denckla</author>
81
+ <filedate>2022.04.01</filedate>
82
+ <date>2022.02.16</date>
83
+ <n>4</n>
84
+ </correction>
85
+ <correction>
86
+ <citation>4:8.13</citation>
87
+ <description>Remove maqaf from end of word.</description>
88
+ <author>Daniel Holman</author>
89
+ <filedate>2023.04.01</filedate>
90
+ <date>2022.12.12</date>
91
+ <n>11</n>
92
+ </correction>
93
+ <correction>
94
+ <citation>5:7.12</citation>
95
+ <description>Word lacks accent, add note 'c'; MAM ends the word with a Maqaf ( ס־ ).</description>
96
+ <author>Ben Denckla</author>
97
+ <filedate>2021.10.19</filedate>
98
+ <date>2021.08.07</date>
99
+ <n>2</n>
100
+ </correction>
101
+ <correction>
102
+ <citation>5:7.15</citation>
103
+ <description>Word lacks accent, add note 'c'; MAM ends the word with a Maqaf ( ס־ ).</description>
104
+ <author>Ben Denckla</author>
105
+ <filedate>2021.10.19</filedate>
106
+ <date>2021.08.07</date>
107
+ <n>17</n>
108
+ </correction>
109
+ </notesStmt>
110
+ <sourceDesc>
111
+ <biblItem>
112
+ <title>Hebrew Bible</title>
113
+ <title>Leningrad Codex</title>
114
+ <editor>Shemu'el ben Ya'akov</editor>
115
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
116
+ <edition>Original document</edition>
117
+ <imprint>
118
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
119
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
120
+ <date>1008</date>
121
+ </imprint>
122
+ <idno type="Accession">Firkovich B 19 A</idno>
123
+ </biblItem>
124
+ <biblItem>
125
+ <title>The Leningrad Codex - A Facsimile Edition</title>
126
+ <editor>Freedman, David Noel</editor>
127
+ <editor>Beck, Astrid B.</editor>
128
+ <edition>First</edition>
129
+ <imprint>
130
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
131
+ <pubPlace>Grand Rapids, MI</pubPlace>
132
+ <date>1998</date>
133
+ </imprint>
134
+ <idno type="IBSN">0-8028-3786-7</idno>
135
+ </biblItem>
136
+ <biblItem>
137
+ <title>The Westminster Leningrad Codex</title>
138
+ <editor>Salisbury, Stephen K.</editor>
139
+ <edition>WLC 4.20</edition>
140
+ <imprint>
141
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
142
+ <pubPlace>2960 Church Rd.</pubPlace>
143
+ <pubPlace>Glenside, PA 19038</pubPlace>
144
+ <date>25 January 2016</date>
145
+ </imprint>
146
+ <idno type="Unknown"/>
147
+ </biblItem>
148
+ </sourceDesc>
149
+ </fileDesc>
150
+ <encodingDesc>
151
+ </encodingDesc>
152
+ <profileDesc>
153
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
154
+ <date>25 Jan 2016</date>
155
+ <langUsage>
156
+ <language ident="HE">Hebrew</language>
157
+ </langUsage>
158
+ </profileDesc>
159
+ </teiHeader>
160
+ <tanach>
161
+ <book>
162
+ <names>
163
+ <name>Micah</name>
164
+ <abbrev>Mic</abbrev>
165
+ <number>20</number>
166
+ <filename>Micah</filename>
167
+ <hebrewname>מיכה</hebrewname>
168
+ </names>
169
+ <c n="1">
170
+ <v n="1">
171
+ <w>דְּבַר־</w>
172
+ <w>יְהוָ֣ה ׀</w>
173
+ <w>אֲשֶׁ֣ר</w>
174
+ <w>הָיָ֗ה</w>
175
+ <w>אֶל־</w>
176
+ <w>מִיכָה֙</w>
177
+ <w>הַמֹּ֣רַשְׁתִּ֔י</w>
178
+ <w>בִּימֵ֥י</w>
179
+ <w>יוֹתָ֛ם</w>
180
+ <w>אָחָ֥ז</w>
181
+ <w>יְחִזְקִיָּ֖ה</w>
182
+ <w>מַלְכֵ֣י</w>
183
+ <w>יְהוּדָ֑ה</w>
184
+ <w>אֲשֶׁר־</w>
185
+ <w>חָזָ֥ה</w>
186
+ <w>עַל־</w>
187
+ <w>שֹׁמְר֖וֹן</w>
188
+ <w>וִירֽוּשָׁלָֽ͏ִם׃</w>
189
+ </v>
190
+ <v n="2">
191
+ <w>שִׁמְעוּ֙</w>
192
+ <w>עַמִּ֣ים</w>
193
+ <w>כֻּלָּ֔ם</w>
194
+ <w>הַקְשִׁ֖יבִי</w>
195
+ <w>אֶ֣רֶץ</w>
196
+ <w>וּמְלֹאָ֑הּ</w>
197
+ <w>וִיהִי֩</w>
198
+ <w>אֲדֹנָ֨י</w>
199
+ <w>יְהוִ֤ה</w>
200
+ <w>בָּכֶם֙</w>
201
+ <w>לְעֵ֔ד</w>
202
+ <w>אֲדֹנָ֖י</w>
203
+ <w>מֵהֵיכַ֥ל</w>
204
+ <w>קָדְשֽׁוֹ׃</w>
205
+ </v>
206
+ <v n="3">
207
+ <w>כִּֽי־</w>
208
+ <w>הִנֵּ֥ה</w>
209
+ <w>יְהוָ֖ה</w>
210
+ <w>יֹצֵ֣א</w>
211
+ <w>מִמְּקוֹמ֑וֹ</w>
212
+ <w>וְיָרַ֥ד</w>
213
+ <w>וְדָרַ֖ךְ</w>
214
+ <w>עַל־</w>
215
+ <k>במותי</k>
216
+ <q>בָּ֥מֳתֵי</q>
217
+ <w>אָֽרֶץ׃</w>
218
+ </v>
219
+ <v n="4">
220
+ <w>וְנָמַ֤סּוּ</w>
221
+ <w>הֶֽהָרִים֙</w>
222
+ <w>תַּחְתָּ֔יו</w>
223
+ <w>וְהָעֲמָקִ֖ים</w>
224
+ <w>יִתְבַּקָּ֑עוּ</w>
225
+ <w>כַּדּוֹנַג֙</w>
226
+ <w>מִפְּנֵ֣י</w>
227
+ <w>הָאֵ֔שׁ</w>
228
+ <w>כְּמַ֖יִם</w>
229
+ <w>מֻגָּרִ֥ים</w>
230
+ <w>בְּמוֹרָֽד׃</w>
231
+ </v>
232
+ <v n="5">
233
+ <w>בְּפֶ֤שַׁע</w>
234
+ <w>יַֽעֲקֹב֙</w>
235
+ <w>כָּל־</w>
236
+ <w>זֹ֔את</w>
237
+ <w>וּבְחַטֹּ֖אות</w>
238
+ <w>בֵּ֣ית</w>
239
+ <w>יִשְׂרָאֵ֑ל</w>
240
+ <w>מִֽי־</w>
241
+ <w>פֶ֣שַׁע</w>
242
+ <w>יַעֲקֹ֗ב</w>
243
+ <w>הֲלוֹא֙</w>
244
+ <w>שֹֽׁמְר֔וֹן</w>
245
+ <w>וּמִי֙</w>
246
+ <w>בָּמ֣וֹת</w>
247
+ <w>יְהוּדָ֔ה</w>
248
+ <w>הֲל֖וֹא</w>
249
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
250
+ </v>
251
+ <v n="6">
252
+ <w>וְשַׂמְתִּ֥י</w>
253
+ <w>שֹׁמְר֛וֹן</w>
254
+ <w>לְעִ֥י</w>
255
+ <w>הַשָּׂדֶ֖ה</w>
256
+ <w>לְמַטָּ֣עֵי</w>
257
+ <w>כָ֑רֶם</w>
258
+ <w>וְהִגַּרְתִּ֤י</w>
259
+ <w>לַגַּי֙</w>
260
+ <w>אֲבָנֶ֔יהָ</w>
261
+ <w>וִיסֹדֶ֖יהָ</w>
262
+ <w>אֲגַלֶּֽה׃</w>
263
+ </v>
264
+ <v n="7">
265
+ <w>וְכָל־</w>
266
+ <w>פְּסִילֶ֣יהָ</w>
267
+ <w>יֻכַּ֗תּוּ</w>
268
+ <w>וְכָל־</w>
269
+ <w>אֶתְנַנֶּ֙יהָ֙</w>
270
+ <w>יִשָּׂרְפ֣וּ</w>
271
+ <w>בָאֵ֔שׁ</w>
272
+ <w>וְכָל־</w>
273
+ <w>עֲצַבֶּ֖יהָ</w>
274
+ <w>אָשִׂ֣ים</w>
275
+ <w>שְׁמָמָ֑ה</w>
276
+ <w>כִּ֠י</w>
277
+ <w>מֵאֶתְנַ֤ן</w>
278
+ <w>זוֹנָה֙</w>
279
+ <w>קִבָּ֔צָה</w>
280
+ <w>וְעַד־</w>
281
+ <w>אֶתְנַ֥ן</w>
282
+ <w>זוֹנָ֖ה</w>
283
+ <w>יָשֽׁוּבוּ׃</w>
284
+ </v>
285
+ <v n="8">
286
+ <w>עַל־</w>
287
+ <w>זֹאת֙</w>
288
+ <w>אֶסְפְּדָ֣ה</w>
289
+ <w>וְאֵילִ֔ילָה</w>
290
+ <w>אֵילְכָ֥ה</w>
291
+ <k>שילל</k>
292
+ <q>שׁוֹלָ֖ל</q>
293
+ <w>וְעָר֑וֹם</w>
294
+ <w>אֶעֱשֶׂ֤ה</w>
295
+ <w>מִסְפֵּד֙</w>
296
+ <w>כַּתַּנִּ֔ים</w>
297
+ <w>וְאֵ֖בֶל</w>
298
+ <w>כִּבְנ֥וֹת</w>
299
+ <w>יַעֲנָֽה׃</w>
300
+ </v>
301
+ <v n="9">
302
+ <w>כִּ֥י</w>
303
+ <w>אֲנוּשָׁ֖ה</w>
304
+ <w>מַכּוֹתֶ֑יהָ</w>
305
+ <w>כִּי־</w>
306
+ <w>בָ֙אָה֙</w>
307
+ <w>עַד־</w>
308
+ <w>יְהוּדָ֔ה</w>
309
+ <w>נָגַ֛ע</w>
310
+ <w>עַד־</w>
311
+ <w>שַׁ֥עַר</w>
312
+ <w>עַמִּ֖י</w>
313
+ <w>עַד־</w>
314
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
315
+ </v>
316
+ <v n="10">
317
+ <w>בְּגַת֙</w>
318
+ <w>אַל־</w>
319
+ <w>תַּגִּ֔ידוּ</w>
320
+ <w>בָּכ֖וֹ</w>
321
+ <w>אַל־</w>
322
+ <w>תִּבְכּ֑וּ</w>
323
+ <w>בְּבֵ֣ית</w>
324
+ <w>לְעַפְרָ֔ה</w>
325
+ <w>עָפָ֖ר</w>
326
+ <k>התפלשתי</k>
327
+ <q>הִתְפַּלָּֽשִׁי׃</q>
328
+ </v>
329
+ <v n="11">
330
+ <w>עִבְרִ֥י</w>
331
+ <w>לָכֶ֛ם</w>
332
+ <w>יוֹשֶׁ֥בֶת</w>
333
+ <w>שָׁפִ֖יר</w>
334
+ <w>עֶרְיָה־</w>
335
+ <w>בֹ֑שֶׁת</w>
336
+ <w>לֹ֤א</w>
337
+ <w>יָֽצְאָה֙</w>
338
+ <w>יוֹשֶׁ֣בֶת</w>
339
+ <w>צַֽאֲנָ֔ן</w>
340
+ <w>מִסְפַּד֙</w>
341
+ <w>בֵּ֣ית</w>
342
+ <w>הָאֵ֔צֶל</w>
343
+ <w>יִקַּ֥ח</w>
344
+ <w>מִכֶּ֖ם</w>
345
+ <w>עֶמְדָּתֽוֹ׃</w>
346
+ </v>
347
+ <v n="12">
348
+ <w>כִּֽי־</w>
349
+ <w>חָ֥לָֽה</w>
350
+ <w>לְט֖וֹב</w>
351
+ <w>יוֹשֶׁ֣בֶת</w>
352
+ <w>מָר֑וֹת</w>
353
+ <w>כִּֽי־</w>
354
+ <w>יָ֤רַד</w>
355
+ <w>רָע֙</w>
356
+ <w>מֵאֵ֣ת</w>
357
+ <w>יְהוָ֔ה</w>
358
+ <w>לְשַׁ֖עַר</w>
359
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
360
+ </v>
361
+ <v n="13">
362
+ <w>רְתֹ֧ם</w>
363
+ <w>הַמֶּרְכָּבָ֛ה</w>
364
+ <w>לָרֶ֖כֶשׁ</w>
365
+ <w>יוֹשֶׁ֣בֶת</w>
366
+ <w>לָכִ֑ישׁ</w>
367
+ <w>רֵאשִׁ֨ית</w>
368
+ <w>חַטָּ֥את</w>
369
+ <w>הִיא֙</w>
370
+ <w>לְבַת־</w>
371
+ <w>צִיּ֔וֹן</w>
372
+ <w>כִּי־</w>
373
+ <w>בָ֥ךְ</w>
374
+ <w>נִמְצְא֖וּ</w>
375
+ <w>פִּשְׁעֵ֥י</w>
376
+ <w>יִשְׂרָאֵֽל׃</w>
377
+ </v>
378
+ <v n="14">
379
+ <w>לָכֵן֙</w>
380
+ <w>תִּתְּנִ֣י</w>
381
+ <w>שִׁלּוּחִ֔ים</w>
382
+ <w>עַ֖ל</w>
383
+ <w>מוֹרֶ֣שֶׁת</w>
384
+ <w>גַּ֑ת</w>
385
+ <w>בָּתֵּ֤י</w>
386
+ <w>אַכְזִיב֙</w>
387
+ <w>לְאַכְזָ֔ב</w>
388
+ <w>לְמַלְכֵ֥י</w>
389
+ <w>יִשְׂרָאֵֽל׃</w>
390
+ </v>
391
+ <v n="15">
392
+ <w>עֹ֗ד</w>
393
+ <w>הַיֹּרֵשׁ֙</w>
394
+ <w>אָ֣בִי</w>
395
+ <w>לָ֔ךְ</w>
396
+ <w>יוֹשֶׁ֖בֶת</w>
397
+ <w>מָֽרֵשָׁ֑ה</w>
398
+ <w>עַד־</w>
399
+ <w>עֲדֻּלָּ֥ם</w>
400
+ <w>יָב֖וֹא</w>
401
+ <w>כְּב֥וֹד</w>
402
+ <w>יִשְׂרָאֵֽל׃</w>
403
+ </v>
404
+ <v n="16">
405
+ <w>קָרְחִ֣י</w>
406
+ <w>וָגֹ֔זִּי</w>
407
+ <w>עַל־</w>
408
+ <w>בְּנֵ֖י</w>
409
+ <w>תַּעֲנוּגָ֑יִךְ</w>
410
+ <w>הַרְחִ֤בִי</w>
411
+ <w>קָרְחָתֵךְ֙</w>
412
+ <w>כַּנֶּ֔שֶׁר</w>
413
+ <w>כִּ֥י</w>
414
+ <w>גָל֖וּ</w>
415
+ <w>מִמֵּֽךְ׃</w>
416
+ <samekh/>
417
+ </v>
418
+ <vs>16</vs>
419
+ </c>
420
+ <c n="2">
421
+ <v n="1">
422
+ <w>ה֧וֹי</w>
423
+ <w>חֹֽשְׁבֵי־</w>
424
+ <w>אָ֛וֶן</w>
425
+ <w>וּפֹ֥עֲלֵי</w>
426
+ <w>רָ֖ע</w>
427
+ <w>עַל־</w>
428
+ <w>מִשְׁכְּבוֹתָ֑ם</w>
429
+ <w>בְּא֤וֹר</w>
430
+ <w>הַבֹּ֙קֶר֙</w>
431
+ <w>יַעֲשׂ֔וּהָ</w>
432
+ <w>כִּ֥י</w>
433
+ <w>��ֶשׁ־</w>
434
+ <w>לְאֵ֖ל</w>
435
+ <w>יָדָֽם׃</w>
436
+ </v>
437
+ <v n="2">
438
+ <w>וְחָמְד֤וּ</w>
439
+ <w>שָׂדוֹת֙</w>
440
+ <w>וְגָזָ֔לוּ</w>
441
+ <w>וּבָתִּ֖ים</w>
442
+ <w>וְנָשָׂ֑אוּ</w>
443
+ <w>וְעָֽשְׁקוּ֙</w>
444
+ <w>גֶּ֣בֶר</w>
445
+ <w>וּבֵית֔וֹ</w>
446
+ <w>וְאִ֖ישׁ</w>
447
+ <w>וְנַחֲלָתֽוֹ׃</w>
448
+ <pe/>
449
+ </v>
450
+ <v n="3">
451
+ <w>לָכֵ֗ן</w>
452
+ <w>כֹּ֚ה</w>
453
+ <w>אָמַ֣ר</w>
454
+ <w>יְהוָ֔ה</w>
455
+ <w>הִנְנִ֥י</w>
456
+ <w>חֹשֵׁ֛ב</w>
457
+ <w>עַל־</w>
458
+ <w>הַמִּשְׁפָּחָ֥ה</w>
459
+ <w>הַזֹּ֖את</w>
460
+ <w>רָעָ֑ה</w>
461
+ <w>אֲ֠שֶׁר</w>
462
+ <w>לֹֽא־</w>
463
+ <w>תָמִ֨ישׁוּ</w>
464
+ <w>מִשָּׁ֜ם</w>
465
+ <w>צַוְּארֹֽתֵיכֶ֗ם</w>
466
+ <w>וְלֹ֤א</w>
467
+ <w>תֵֽלְכוּ֙</w>
468
+ <w>רוֹמָ֔ה</w>
469
+ <w>כִּ֛י</w>
470
+ <w>עֵ֥ת</w>
471
+ <w>רָעָ֖ה</w>
472
+ <w>הִֽיא׃</w>
473
+ </v>
474
+ <v n="4">
475
+ <w>בַּיּ֨וֹם</w>
476
+ <w>הַה֜וּא</w>
477
+ <w>יִשָּׂ֧א</w>
478
+ <w>עֲלֵיכֶ֣ם</w>
479
+ <w>מָשָׁ֗ל</w>
480
+ <w>וְנָהָ֨ה</w>
481
+ <w>נְהִ֤י</w>
482
+ <w>נִֽהְיָה֙</w>
483
+ <w>אָמַר֙</w>
484
+ <w>שָׁד֣וֹד</w>
485
+ <w>נְשַׁדֻּ֔נוּ</w>
486
+ <w>חֵ֥לֶק</w>
487
+ <w>עַמִּ֖י</w>
488
+ <w>יָמִ֑יר</w>
489
+ <w>אֵ֚יךְ</w>
490
+ <w>יָמִ֣ישׁ</w>
491
+ <w>לִ֔י</w>
492
+ <w>לְשׁוֹבֵ֥ב</w>
493
+ <w>שָׂדֵ֖ינוּ</w>
494
+ <w>יְחַלֵּֽק׃</w>
495
+ </v>
496
+ <v n="5">
497
+ <w>לָכֵן֙</w>
498
+ <w>לֹֽא־</w>
499
+ <w>יִֽהְיֶ֣ה</w>
500
+ <w>לְךָ֔</w>
501
+ <w>מַשְׁלִ֥יךְ</w>
502
+ <w>חֶ֖בֶל</w>
503
+ <w>בְּגוֹרָ֑ל</w>
504
+ <w>בִּקְהַ֖ל</w>
505
+ <w>יְהוָֽה׃</w>
506
+ </v>
507
+ <v n="6">
508
+ <w>אַל־</w>
509
+ <w>תַּטִּ֖פוּ</w>
510
+ <w>יַטִּיפ֑וּן</w>
511
+ <w>לֹֽא־</w>
512
+ <w>יַטִּ֣פוּ</w>
513
+ <w>לָאֵ֔לֶּה</w>
514
+ <w>לֹ֥א</w>
515
+ <w>יִסַּ֖ג</w>
516
+ <w>כְּלִמּֽוֹת׃</w>
517
+ </v>
518
+ <v n="7">
519
+ <w>הֶאָמ֣וּר</w>
520
+ <w>בֵּֽית־</w>
521
+ <w>יַעֲקֹ֗ב</w>
522
+ <w>הֲקָצַר֙</w>
523
+ <w>ר֣וּחַ</w>
524
+ <w>יְהוָ֔ה</w>
525
+ <w>אִם־</w>
526
+ <w>אֵ֖לֶּה</w>
527
+ <w>מַעֲלָלָ֑יו</w>
528
+ <w>הֲל֤וֹא</w>
529
+ <w>דְבָרַי֙</w>
530
+ <w>יֵיטִ֔יבוּ</w>
531
+ <w>עִ֖ם</w>
532
+ <w>הַיָּשָׁ֥ר</w>
533
+ <w>הוֹלֵֽךְ׃</w>
534
+ </v>
535
+ <v n="8">
536
+ <w>וְאֶתְמ֗וּל</w>
537
+ <w>עַמִּי֙</w>
538
+ <w>לְאוֹיֵ֣ב</w>
539
+ <w>יְקוֹמֵ֔ם</w>
540
+ <w>מִמּ֣וּל</w>
541
+ <w>שַׂלְמָ֔ה</w>
542
+ <w>אֶ֖דֶר</w>
543
+ <w>תַּפְשִׁט֑וּן</w>
544
+ <w>מֵעֹבְרִ֣ים</w>
545
+ <w>בֶּ֔טַח</w>
546
+ <w>שׁוּבֵ֖י</w>
547
+ <w>מִלְחָמָֽה׃</w>
548
+ </v>
549
+ <v n="9">
550
+ <w>נְשֵׁ֤י</w>
551
+ <w>עַמִּי֙</w>
552
+ <w>תְּגָ֣רְשׁ֔וּן</w>
553
+ <w>מִבֵּ֖ית</w>
554
+ <w>תַּֽעֲנֻגֶ֑יהָ</w>
555
+ <w>מֵעַל֙</w>
556
+ <w>עֹֽלָלֶ֔יהָ</w>
557
+ <w>תִּקְח֥וּ</w>
558
+ <w>הֲדָרִ֖י</w>
559
+ <w>לְעוֹלָֽם׃</w>
560
+ </v>
561
+ <v n="10">
562
+ <w>ק֣וּמוּ</w>
563
+ <w>וּלְכ֔וּ</w>
564
+ <w>כִּ֥י</w>
565
+ <w>לֹא־</w>
566
+ <w>זֹ֖את</w>
567
+ <w>הַמְּנוּחָ֑ה</w>
568
+ <w>בַּעֲב֥וּר</w>
569
+ <w>טָמְאָ֛ה</w>
570
+ <w>תְּחַבֵּ֖ל</w>
571
+ <w>וְחֶ֥בֶל</w>
572
+ <w>נִמְרָֽץ׃</w>
573
+ </v>
574
+ <v n="11">
575
+ <w>לוּ־</w>
576
+ <w>אִ֞ישׁ</w>
577
+ <w>הֹלֵ֥ךְ</w>
578
+ <w>ר֙וּחַ֙</w>
579
+ <w>וָשֶׁ֣קֶר</w>
580
+ <w>כִּזֵּ֔ב</w>
581
+ <w>אַטִּ֣ף</w>
582
+ <w>לְךָ֔</w>
583
+ <w>לַיַּ֖יִן</w>
584
+ <w>וְלַשֵּׁכָ֑ר</w>
585
+ <w>וְהָיָ֥ה</w>
586
+ <w>מַטִּ֖יף</w>
587
+ <w>הָעָ֥ם</w>
588
+ <w>הַזֶּֽה׃</w>
589
+ </v>
590
+ <v n="12">
591
+ <w>אָסֹ֨ף</w>
592
+ <w>אֶאֱסֹ֜ף</w>
593
+ <w>יַעֲקֹ֣ב</w>
594
+ <w>כֻּלָּ֗ךְ</w>
595
+ <w>קַבֵּ֤ץ</w>
596
+ <w>אֲקַבֵּץ֙</w>
597
+ <w>שְׁאֵרִ֣ית</w>
598
+ <w>יִשְׂרָאֵ֔ל</w>
599
+ <w>יַ֥חַד</w>
600
+ <w>אֲשִׂימֶ֖נּוּ</w>
601
+ <w>כְּצֹ֣אן</w>
602
+ <w>בָּצְרָ֑ה</w>
603
+ <w>כְּעֵ֙דֶר֙</w>
604
+ <w>בְּת֣וֹךְ</w>
605
+ <w>הַדָּֽבְר֔וֹ</w>
606
+ <w>תְּהִימֶ֖נָה</w>
607
+ <w>מֵאָדָֽם׃</w>
608
+ </v>
609
+ <v n="13">
610
+ <w>עָלָ֤ה</w>
611
+ <w>הַפֹּרֵץ֙</w>
612
+ <w>לִפְנֵיהֶ֔ם</w>
613
+ <w>פָּֽרְצוּ֙</w>
614
+ <w>וַֽיַּעֲבֹ֔רוּ</w>
615
+ <w>שַׁ֖עַר</w>
616
+ <w>וַיֵּ֣צְאוּ</w>
617
+ <w>ב֑וֹ</w>
618
+ <w>וַיַּעֲבֹ֤ר</w>
619
+ <w>מַלְכָּם֙</w>
620
+ <w>לִפְנֵיהֶ֔ם</w>
621
+ <w>וַיהוָ֖ה</w>
622
+ <w>בְּרֹאשָֽׁם׃</w>
623
+ <pe/>
624
+ </v>
625
+ <vs>13</vs>
626
+ </c>
627
+ <c n="3">
628
+ <v n="1">
629
+ <w>וָאֹמַ֗ר</w>
630
+ <w>שִׁמְעוּ־</w>
631
+ <w>נָא֙</w>
632
+ <w>רָאשֵׁ֣י</w>
633
+ <w>יַעֲקֹ֔ב</w>
634
+ <w>וּקְצִינֵ֖י</w>
635
+ <w>בֵּ֣ית</w>
636
+ <w>יִשְׂרָאֵ֑ל</w>
637
+ <w>הֲל֣וֹא</w>
638
+ <w>לָכֶ֔ם</w>
639
+ <w>לָדַ֖עַת</w>
640
+ <w>אֶת־</w>
641
+ <w>הַמִּשְׁפָּֽט׃</w>
642
+ </v>
643
+ <v n="2">
644
+ <w>שֹׂ֥נְאֵי</w>
645
+ <w>ט֖וֹב</w>
646
+ <w>וְאֹ֣הֲבֵי</w>
647
+ <k>רעה</k>
648
+ <q>רָ֑ע</q>
649
+ <w>גֹּזְלֵ֤י</w>
650
+ <w>עוֹרָם֙</w>
651
+ <w>מֵֽעֲלֵיהֶ֔ם</w>
652
+ <w>וּשְׁאֵרָ֖ם</w>
653
+ <w>מֵעַ֥ל</w>
654
+ <w>עַצְמוֹתָֽם׃</w>
655
+ </v>
656
+ <v n="3">
657
+ <w>וַאֲשֶׁ֣ר</w>
658
+ <w>אָכְלוּ֮</w>
659
+ <w>שְׁאֵ֣ר</w>
660
+ <w>עַמִּי֒</w>
661
+ <w>וְעוֹרָם֙</w>
662
+ <w>מֵעֲלֵיהֶ֣ם</w>
663
+ <w>הִפְשִׁ֔יטוּ</w>
664
+ <w>וְאֶת־</w>
665
+ <w>עַצְמֹֽתֵיהֶ֖ם</w>
666
+ <w>פִּצֵּ֑חוּ</w>
667
+ <w>וּפָרְשׂוּ֙</w>
668
+ <w>כַּאֲשֶׁ֣ר</w>
669
+ <w>בַּסִּ֔יר</w>
670
+ <w>וּכְבָשָׂ֖ר</w>
671
+ <w>בְּת֥וֹךְ</w>
672
+ <w>קַלָּֽחַת׃</w>
673
+ </v>
674
+ <v n="4">
675
+ <w>אָ֚ז</w>
676
+ <w>יִזְעֲק֣וּ</w>
677
+ <w>אֶל־</w>
678
+ <w>יְהוָ֔ה</w>
679
+ <w>וְלֹ֥א</w>
680
+ <w>יַעֲנֶ֖ה</w>
681
+ <w>אוֹתָ֑ם</w>
682
+ <w>וְיַסְתֵּ֨ר</w>
683
+ <w>פָּנָ֤יו</w>
684
+ <w>מֵהֶם֙</w>
685
+ <w>בָּעֵ֣ת</w>
686
+ <w>הַהִ֔יא</w>
687
+ <w>כַּאֲשֶׁ֥ר</w>
688
+ <w>הֵרֵ֖עוּ</w>
689
+ <w>מַעַלְלֵיהֶֽם׃</w>
690
+ <pe/>
691
+ </v>
692
+ <v n="5">
693
+ <w>כֹּ֚ה</w>
694
+ <w>אָמַ֣ר</w>
695
+ <w>יְהוָ֔ה</w>
696
+ <w>עַל־</w>
697
+ <w>הַנְּבִיאִ֖ים</w>
698
+ <w>הַמַּתְעִ֣ים</w>
699
+ <w>אֶת־</w>
700
+ <w>עַמִּ֑י</w>
701
+ <w>הַנֹּשְׁכִ֤ים</w>
702
+ <w>בְּשִׁנֵּיהֶם֙</w>
703
+ <w>וְקָרְא֣וּ</w>
704
+ <w>שָׁל֔וֹם</w>
705
+ <w>וַאֲשֶׁר֙</w>
706
+ <w>לֹא־</w>
707
+ <w>יִתֵּ֣ן</w>
708
+ <w>עַל־</w>
709
+ <w>פִּיהֶ֔ם</w>
710
+ <w>וְקִדְּשׁ֥וּ</w>
711
+ <w>עָלָ֖יו</w>
712
+ <w>מִלְחָמָֽה׃</w>
713
+ </v>
714
+ <v n="6">
715
+ <w>לָכֵ֞ן</w>
716
+ <w>לַ֤יְלָה</w>
717
+ <w>לָכֶם֙</w>
718
+ <w>מֵֽחָז֔וֹן</w>
719
+ <w>וְחָשְׁכָ֥ה</w>
720
+ <w>לָכֶ֖ם</w>
721
+ <w>מִקְּסֹ֑ם</w>
722
+ <w>וּבָ֤אָה</w>
723
+ <w>הַשֶּׁ֙מֶשׁ֙</w>
724
+ <w>עַל־</w>
725
+ <w>הַנְּבִיאִ֔ים</w>
726
+ <w>וְקָדַ֥ר</w>
727
+ <w>עֲלֵיהֶ֖ם</w>
728
+ <w>הַיּֽוֹם׃</w>
729
+ </v>
730
+ <v n="7">
731
+ <w>וּבֹ֣שׁוּ</w>
732
+ <w>הַחֹזִ֗ים</w>
733
+ <w>וְחָֽפְרוּ֙</w>
734
+ <w>הַקֹּ֣סְמִ֔ים</w>
735
+ <w>וְעָט֥וּ</w>
736
+ <w>עַל־</w>
737
+ <w>שָׂפָ֖ם</w>
738
+ <w>כֻּלָּ֑ם</w>
739
+ <w>כִּ֛י</w>
740
+ <w>אֵ֥ין</w>
741
+ <w>מַעֲנֵ֖ה</w>
742
+ <w>אֱלֹהִֽים׃</w>
743
+ </v>
744
+ <v n="8">
745
+ <w>וְאוּלָ֗ם</w>
746
+ <w>אָנֹכִ֞י</w>
747
+ <w>מָלֵ֤אתִי</w>
748
+ <w>כֹ֙חַ֙</w>
749
+ <w>אֶת־</w>
750
+ <w>ר֣וּחַ</w>
751
+ <w>יְהוָ֔ה</w>
752
+ <w>וּמִשְׁפָּ֖ט</w>
753
+ <w>וּגְבוּרָ֑ה</w>
754
+ <w>לְהַגִּ֤יד</w>
755
+ <w>לְיַֽעֲקֹב֙</w>
756
+ <w>פִּשְׁע֔וֹ</w>
757
+ <w>וּלְיִשְׂרָאֵ֖ל</w>
758
+ <w>חַטָּאתֽוֹ׃</w>
759
+ <samekh/>
760
+ </v>
761
+ <v n="9">
762
+ <w>שִׁמְעוּ־</w>
763
+ <w>נָ֣א</w>
764
+ <w>זֹ֗את</w>
765
+ <w>רָא��ֵׁי֙</w>
766
+ <w>בֵּ֣ית</w>
767
+ <w>יַעֲקֹ֔ב</w>
768
+ <w>וּקְצִינֵ֖י</w>
769
+ <w>בֵּ֣ית</w>
770
+ <w>יִשְׂרָאֵ֑ל</w>
771
+ <w>הַֽמֲתַעֲבִ֣ים</w>
772
+ <w>מִשְׁפָּ֔ט</w>
773
+ <w>וְאֵ֥ת</w>
774
+ <w>כָּל־</w>
775
+ <w>הַיְשָׁרָ֖ה</w>
776
+ <w>יְעַקֵּֽשׁוּ׃</w>
777
+ </v>
778
+ <v n="10">
779
+ <w>בֹּנֶ֥ה</w>
780
+ <w>צִיּ֖וֹן</w>
781
+ <w>בְּדָמִ֑ים</w>
782
+ <w>וִירוּשָׁלַ֖͏ִם</w>
783
+ <w>בְּעַוְלָֽה׃</w>
784
+ </v>
785
+ <v n="11">
786
+ <w>רָאשֶׁ֣יהָ ׀</w>
787
+ <w>בְּשֹׁ֣חַד</w>
788
+ <w>יִשְׁפֹּ֗טוּ</w>
789
+ <w>וְכֹהֲנֶ֙יהָ֙</w>
790
+ <w>בִּמְחִ֣יר</w>
791
+ <w>יוֹר֔וּ</w>
792
+ <w>וּנְבִיאֶ֖יהָ</w>
793
+ <w>בְּכֶ֣סֶף</w>
794
+ <w>יִקְסֹ֑מוּ</w>
795
+ <w>וְעַל־</w>
796
+ <w>יְהוָה֙</w>
797
+ <w>יִשָּׁעֵ֣נוּ</w>
798
+ <w>לֵאמֹ֔ר</w>
799
+ <w>הֲל֤וֹא</w>
800
+ <w>יְהוָה֙</w>
801
+ <w>בְּקִרְבֵּ֔נוּ</w>
802
+ <w>לֹֽא־</w>
803
+ <w>תָב֥וֹא</w>
804
+ <w>עָלֵ֖ינוּ</w>
805
+ <w>רָעָֽה׃</w>
806
+ </v>
807
+ <v n="12">
808
+ <w>לָכֵן֙</w>
809
+ <w>בִּגְלַלְכֶ֔ם</w>
810
+ <w>צִיּ֖וֹן</w>
811
+ <w>שָׂדֶ֣ה</w>
812
+ <w>תֵֽחָרֵ֑שׁ</w>
813
+ <w>וִירוּשָׁלִַ֙ם֙</w>
814
+ <w>עִיִּ֣ין</w>
815
+ <w>תִּֽהְיֶ֔ה</w>
816
+ <w>וְהַ֥ר</w>
817
+ <w>הַבַּ֖יִת</w>
818
+ <w>לְבָמ֥וֹת</w>
819
+ <w>יָֽעַר׃</w>
820
+ <pe/>
821
+ </v>
822
+ <vs>12</vs>
823
+ </c>
824
+ <c n="4">
825
+ <v n="1">
826
+ <w>וְהָיָ֣ה ׀</w>
827
+ <w>בְּאַחֲרִ֣ית</w>
828
+ <w>הַיָּמִ֗ים</w>
829
+ <w>יִ֠הְיֶה</w>
830
+ <w>הַ֣ר</w>
831
+ <w>בֵּית־</w>
832
+ <w>יְהוָ֤ה</w>
833
+ <w>נָכוֹן֙</w>
834
+ <w>בְּרֹ֣אשׁ</w>
835
+ <w>הֶהָרִ֔ים</w>
836
+ <w>וְנִשָּׂ֥א</w>
837
+ <w>ה֖וּא</w>
838
+ <w>מִגְּבָע֑וֹת</w>
839
+ <w>וְנָהֲר֥וּ</w>
840
+ <w>עָלָ֖יו</w>
841
+ <w>עַמִּֽים׃</w>
842
+ </v>
843
+ <v n="2">
844
+ <w>וְֽהָלְכ֞וּ</w>
845
+ <w>גּוֹיִ֣ם</w>
846
+ <w>רַבִּ֗ים</w>
847
+ <w>וְאָֽמְרוּ֙</w>
848
+ <w>לְכ֣וּ ׀</w>
849
+ <w>וְנַעֲלֶ֣ה</w>
850
+ <w>אֶל־</w>
851
+ <w>הַר־</w>
852
+ <w>יְהוָ֗ה</w>
853
+ <w>וְאֶל־</w>
854
+ <w>בֵּית֙</w>
855
+ <w>אֱלֹהֵ֣י</w>
856
+ <w>יַעֲקֹ֔ב</w>
857
+ <w>וְיוֹרֵ֙נוּ֙</w>
858
+ <w>מִדְּרָכָ֔יו</w>
859
+ <w>וְנֵלְכָ֖ה</w>
860
+ <w>בְּאֹֽרְחֹתָ֑יו</w>
861
+ <w>כִּ֤י</w>
862
+ <w>מִצִיּוֹן֙</w>
863
+ <w>תֵּצֵ֣א</w>
864
+ <w>תוֹרָ֔ה</w>
865
+ <w>וּדְבַר־</w>
866
+ <w>יְהוָ֖ה</w>
867
+ <w>מִירוּשָׁלָֽ͏ִם׃</w>
868
+ </v>
869
+ <v n="3">
870
+ <w>וְשָׁפַ֗ט</w>
871
+ <w>בֵּ֚ין</w>
872
+ <w>עַמִּ֣ים</w>
873
+ <w>רַבִּ֔ים</w>
874
+ <w>וְהוֹכִ֛יחַ</w>
875
+ <w>לְגוֹיִ֥ם</w>
876
+ <w>עֲצֻמִ֖ים</w>
877
+ <w>עַד־</w>
878
+ <w>רָח֑וֹק</w>
879
+ <w>וְכִתְּת֨וּ</w>
880
+ <w>חַרְבֹתֵיהֶ֜ם</w>
881
+ <w>לְאִתִּ֗ים</w>
882
+ <w>וַחֲנִיתֹֽתֵיהֶם֙</w>
883
+ <w>לְמַזְמֵר֔וֹת</w>
884
+ <w>לֹֽא־</w>
885
+ <w>יִשְׂא֞וּ</w>
886
+ <w>גּ֤וֹי</w>
887
+ <w>אֶל־</w>
888
+ <w>גּוֹי֙</w>
889
+ <w>חֶ֔רֶב</w>
890
+ <w>וְלֹא־</w>
891
+ <w>יִלְמְד֥וּן</w>
892
+ <w>ע֖וֹד</w>
893
+ <w>מִלְחָמָֽה׃</w>
894
+ </v>
895
+ <v n="4">
896
+ <w>וְיָשְׁב֗וּ</w>
897
+ <w>אִ֣ישׁ</w>
898
+ <w>תַּ֧חַת</w>
899
+ <w>גַּפְנ֛וֹ</w>
900
+ <w>וְתַ֥חַת</w>
901
+ <w>תְּאֵנָת֖וֹ</w>
902
+ <w>וְאֵ֣ין</w>
903
+ <w>מַחֲרִ֑יד</w>
904
+ <w>כִּי־</w>
905
+ <w>פִ֛י</w>
906
+ <w>יְהוָ֥ה</w>
907
+ <w>צְבָא֖וֹת</w>
908
+ <w>דִּבֵּֽר׃</w>
909
+ </v>
910
+ <v n="5">
911
+ <w>כִּ֚י</w>
912
+ <w>כָּל־</w>
913
+ <w>הָ֣עַמִּ֔ים</w>
914
+ <w>יֵלְכ֕וּ</w>
915
+ <w>אִ֖ישׁ</w>
916
+ <w>בְּשֵׁ֣ם</w>
917
+ <w>אֱלֹהָ֑יו</w>
918
+ <w>וַאֲנַ֗חְנוּ</w>
919
+ <w>נֵלֵ֛ךְ</w>
920
+ <w>בְּשֵׁם־</w>
921
+ <w>יְהוָ֥ה</w>
922
+ <w>אֱלֹהֵ֖ינוּ</w>
923
+ <w>לְעוֹלָ֥ם</w>
924
+ <w>וָעֶֽד׃</w>
925
+ <pe/>
926
+ </v>
927
+ <v n="6">
928
+ <w>בַּיּ֨וֹם</w>
929
+ <w>הַה֜וּא</w>
930
+ <w>נְאֻם־</w>
931
+ <w>יְהוָ֗ה</w>
932
+ <w>אֹֽסְפָה֙</w>
933
+ <w>הַצֹּ֣לֵעָ֔ה</w>
934
+ <w>וְהַנִּדָּחָ֖ה</w>
935
+ <w>אֲקַבֵּ֑צָה</w>
936
+ <w>וַאֲשֶׁ֖ר</w>
937
+ <w>הֲרֵעֹֽתִי׃</w>
938
+ </v>
939
+ <v n="7">
940
+ <w>וְשַׂמְתִּ֤י</w>
941
+ <w>אֶת־</w>
942
+ <w>הַצֹּֽלֵעָה֙</w>
943
+ <w>לִשְׁאֵרִ֔ית</w>
944
+ <w>וְהַנַּהֲלָאָ֖ה</w>
945
+ <w>לְג֣וֹי</w>
946
+ <w>עָצ֑וּם</w>
947
+ <w>וּמָלַ֨ךְ</w>
948
+ <w>יְהוָ֤ה</w>
949
+ <w>עֲלֵיהֶם֙</w>
950
+ <w>בְּהַ֣ר</w>
951
+ <w>צִיּ֔וֹן</w>
952
+ <w>מֵעַתָּ֖ה</w>
953
+ <w>וְעַד־</w>
954
+ <w>עוֹלָֽם׃</w>
955
+ <pe/>
956
+ </v>
957
+ <v n="8">
958
+ <w>וְאַתָּ֣ה</w>
959
+ <w>מִגְדַּל־</w>
960
+ <w>עֵ֗דֶר</w>
961
+ <w>עֹ֛פֶל</w>
962
+ <w>בַּת־</w>
963
+ <w>צִיּ֖וֹן</w>
964
+ <w>עָדֶ֣יךָ</w>
965
+ <w>תֵּאתֶ֑ה</w>
966
+ <w>וּבָאָ֗ה</w>
967
+ <w>הַמֶּמְשָׁלָה֙</w>
968
+ <w>הָרִ֣אשֹׁנָ֔ה</w>
969
+ <w>מַמְלֶ֖כֶת</w>
970
+ <w>לְבַ֥ת</w>
971
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
972
+ </v>
973
+ <v n="9">
974
+ <w>עַתָּ֕ה</w>
975
+ <w>לָ֥מָּה</w>
976
+ <w>תָרִ֖יעִי</w>
977
+ <w>רֵ֑עַ</w>
978
+ <w>הֲמֶ֣לֶךְ</w>
979
+ <w>אֵֽין־</w>
980
+ <w>בָּ֗ךְ</w>
981
+ <w>אִֽם־</w>
982
+ <w>יוֹעֲצֵךְ֙</w>
983
+ <w>אָבָ֔ד</w>
984
+ <w>כִּֽי־</w>
985
+ <w>הֶחֱזִיקֵ֥ךְ</w>
986
+ <w>חִ֖יל</w>
987
+ <w>כַּיּוֹלֵדָֽה׃</w>
988
+ </v>
989
+ <v n="10">
990
+ <w>ח֧וּלִי</w>
991
+ <w>וָגֹ֛חִי</w>
992
+ <w>בַּת־</w>
993
+ <w>צִיּ֖וֹן</w>
994
+ <w>כַּיּֽוֹלֵדָ֑ה</w>
995
+ <w>כִּֽי־</w>
996
+ <w>עַתָּה֩</w>
997
+ <w>תֵצְאִ֨י</w>
998
+ <w>מִקִּרְיָ֜ה</w>
999
+ <w>וְשָׁכַ֣נְתְּ</w>
1000
+ <w>בַּשָּׂדֶ֗ה</w>
1001
+ <w>וּבָ֤את</w>
1002
+ <w>עַד־</w>
1003
+ <w>בָּבֶל֙</w>
1004
+ <w>שָׁ֣ם</w>
1005
+ <w>תִּנָּצֵ֔לִי</w>
1006
+ <w>שָׁ֚ם</w>
1007
+ <w>יִגְאָלֵ֣ךְ</w>
1008
+ <w>יְהוָ֔ה</w>
1009
+ <w>מִכַּ֖ף</w>
1010
+ <w>אֹיְבָֽיִךְ׃</w>
1011
+ </v>
1012
+ <v n="11">
1013
+ <w>וְעַתָּ֛ה</w>
1014
+ <w>נֶאֶסְפ֥וּ</w>
1015
+ <w>עָלַ֖יִךְ</w>
1016
+ <w>גּוֹיִ֣ם</w>
1017
+ <w>רַבִּ֑ים</w>
1018
+ <w>הָאֹמְרִ֣ים</w>
1019
+ <w>תֶּחֱנָ֔ף</w>
1020
+ <w>וְתַ֥חַז</w>
1021
+ <w>בְּצִיּ֖וֹן</w>
1022
+ <w>עֵינֵֽינוּ׃</w>
1023
+ </v>
1024
+ <v n="12">
1025
+ <w>וְהֵ֗מָּה</w>
1026
+ <w>לֹ֤א</w>
1027
+ <w>יָֽדְעוּ֙</w>
1028
+ <w>מַחְשְׁב֣וֹת</w>
1029
+ <w>יְהוָ֔ה</w>
1030
+ <w>וְלֹ֥א</w>
1031
+ <w>הֵבִ֖ינוּ</w>
1032
+ <w>עֲצָת֑וֹ</w>
1033
+ <w>כִּ֥י</w>
1034
+ <w>קִבְּצָ֖ם</w>
1035
+ <w>כֶּעָמִ֥יר</w>
1036
+ <w>גֹּֽרְנָה׃</w>
1037
+ </v>
1038
+ <v n="13">
1039
+ <w>ק֧וּמִי</w>
1040
+ <w>וָד֣וֹשִׁי</w>
1041
+ <w>בַת־</w>
1042
+ <w>צִיּ֗וֹן</w>
1043
+ <w>כִּֽי־</w>
1044
+ <w>קַרְנֵ֞ךְ</w>
1045
+ <w>אָשִׂ֤ים</w>
1046
+ <w>בַּרְזֶל֙</w>
1047
+ <w>וּפַרְסֹתַ֙יִךְ֙</w>
1048
+ <w>אָשִׂ֣ים</w>
1049
+ <w>נְחוּשָׁ֔ה</w>
1050
+ <w>וַהֲדִקּ֖וֹת</w>
1051
+ <w>עַמִּ֣ים</w>
1052
+ <w>רַבִּ֑ים</w>
1053
+ <w>וְהַחֲרַמְתִּ֤י</w>
1054
+ <w>לַֽיהוָה֙</w>
1055
+ <w>בִּצְעָ֔ם</w>
1056
+ <w>וְחֵילָ֖ם</w>
1057
+ <w>לַאֲד֥וֹן</w>
1058
+ <w>כָּל־</w>
1059
+ <w>הָאָֽרֶץ׃</w>
1060
+ </v>
1061
+ <v n="14">
1062
+ <w>עַתָּה֙</w>
1063
+ <w>תִּתְגֹּדְדִ֣י</w>
1064
+ <w>בַת־</w>
1065
+ <w>גְּד֔וּד</w>
1066
+ <w>מָצ֖וֹר</w>
1067
+ <w>שָׂ֣ם</w>
1068
+ <w>עָלֵ֑ינוּ</w>
1069
+ <w>בַּשֵּׁ֙בֶט֙</w>
1070
+ <w>יַכּ֣וּ</w>
1071
+ <w>עַֽל־</w>
1072
+ <w>הַלְּחִ֔י</w>
1073
+ <w>אֵ֖ת</w>
1074
+ <w>שֹׁפֵ֥ט</w>
1075
+ <w>יִשְׂרָאֵֽל׃</w>
1076
+ <samekh/>
1077
+ </v>
1078
+ <vs>14</vs>
1079
+ </c>
1080
+ <c n="5">
1081
+ <v n="1">
1082
+ <w>וְאַתָּ֞ה</w>
1083
+ <w>בֵּֽית־</w>
1084
+ <w>לֶ֣חֶם</w>
1085
+ <w>אֶפְרָ֗תָה</w>
1086
+ <w>צָעִיר֙</w>
1087
+ <w>לִֽהְיוֹת֙</w>
1088
+ <w>בְּאַלְפֵ֣י</w>
1089
+ <w>יְהוּדָ֔ה</w>
1090
+ <w>מִמּ��ךָ֙</w>
1091
+ <w>לִ֣י</w>
1092
+ <w>יֵצֵ֔א</w>
1093
+ <w>לִֽהְי֥וֹת</w>
1094
+ <w>מוֹשֵׁ֖ל</w>
1095
+ <w>בְּיִשְׂרָאֵ֑ל</w>
1096
+ <w>וּמוֹצָאֹתָ֥יו</w>
1097
+ <w>מִקֶּ֖דֶם</w>
1098
+ <w>מִימֵ֥י</w>
1099
+ <w>עוֹלָֽם׃</w>
1100
+ </v>
1101
+ <v n="2">
1102
+ <w>לָכֵ֣ן</w>
1103
+ <w>יִתְּנֵ֔ם</w>
1104
+ <w>עַד־</w>
1105
+ <w>עֵ֥ת</w>
1106
+ <w>יוֹלֵדָ֖ה</w>
1107
+ <w>יָלָ֑דָה</w>
1108
+ <w>וְיֶ֣תֶר</w>
1109
+ <w>אֶחָ֔יו</w>
1110
+ <w>יְשׁוּב֖וּן</w>
1111
+ <w>עַל־</w>
1112
+ <w>בְּנֵ֥י</w>
1113
+ <w>יִשְׂרָאֵֽל׃</w>
1114
+ </v>
1115
+ <v n="3">
1116
+ <w>וְעָמַ֗ד</w>
1117
+ <w>וְרָעָה֙</w>
1118
+ <w>בְּעֹ֣ז</w>
1119
+ <w>יְהוָ֔ה</w>
1120
+ <w>בִּגְא֕וֹן</w>
1121
+ <w>שֵׁ֖ם</w>
1122
+ <w>יְהוָ֣ה</w>
1123
+ <w>אֱלֹהָ֑יו</w>
1124
+ <w>וְיָשָׁ֕בוּ</w>
1125
+ <w>כִּֽי־</w>
1126
+ <w>עַתָּ֥ה</w>
1127
+ <w>יִגְדַּ֖ל</w>
1128
+ <w>עַד־</w>
1129
+ <w>אַפְסֵי־</w>
1130
+ <w>אָֽרֶץ׃</w>
1131
+ </v>
1132
+ <v n="4">
1133
+ <w>וְהָיָ֥ה</w>
1134
+ <w>זֶ֖ה</w>
1135
+ <w>שָׁל֑וֹם</w>
1136
+ <w>אַשּׁ֣וּר ׀</w>
1137
+ <w>כִּֽי־</w>
1138
+ <w>יָב֣וֹא</w>
1139
+ <w>בְאַרְצֵ֗נוּ</w>
1140
+ <w>וְכִ֤י</w>
1141
+ <w>יִדְרֹךְ֙</w>
1142
+ <w>בְּאַרְמְנֹתֵ֔ינוּ</w>
1143
+ <w>וַהֲקֵמֹ֤נוּ</w>
1144
+ <w>עָלָיו֙</w>
1145
+ <w>שִׁבְעָ֣ה</w>
1146
+ <w>רֹעִ֔ים</w>
1147
+ <w>וּשְׁמֹנָ֖ה</w>
1148
+ <w>נְסִיכֵ֥י</w>
1149
+ <w>אָדָֽם׃</w>
1150
+ </v>
1151
+ <v n="5">
1152
+ <w>וְרָע֞וּ</w>
1153
+ <w>אֶת־</w>
1154
+ <w>אֶ֤רֶץ</w>
1155
+ <w>אַשּׁוּר֙</w>
1156
+ <w>בַּחֶ֔רֶב</w>
1157
+ <w>וְאֶת־</w>
1158
+ <w>אֶ֥רֶץ</w>
1159
+ <w>נִמְרֹ֖ד</w>
1160
+ <w>בִּפְתָחֶ֑יהָ</w>
1161
+ <w>וְהִצִּיל֙</w>
1162
+ <w>מֵֽאַשּׁ֔וּר</w>
1163
+ <w>כִּֽי־</w>
1164
+ <w>יָב֣וֹא</w>
1165
+ <w>בְאַרְצֵ֔נוּ</w>
1166
+ <w>וְכִ֥י</w>
1167
+ <w>יִדְרֹ֖ךְ</w>
1168
+ <w>בִּגְבוּלֵֽנוּ׃</w>
1169
+ <samekh/>
1170
+ </v>
1171
+ <v n="6">
1172
+ <w>וְהָיָ֣ה ׀</w>
1173
+ <w>שְׁאֵרִ֣ית</w>
1174
+ <w>יַעֲקֹ֗ב</w>
1175
+ <w>בְּקֶ֙רֶב֙</w>
1176
+ <w>עַמִּ֣ים</w>
1177
+ <w>רַבִּ֔ים</w>
1178
+ <w>כְּטַל֙</w>
1179
+ <w>מֵאֵ֣ת</w>
1180
+ <w>יְהוָ֔ה</w>
1181
+ <w>כִּרְבִיבִ֖ים</w>
1182
+ <w>עֲלֵי־</w>
1183
+ <w>עֵ֑שֶׂב</w>
1184
+ <w>אֲשֶׁ֤ר</w>
1185
+ <w>לֹֽא־</w>
1186
+ <w>יְקַוֶּה֙</w>
1187
+ <w>לְאִ֔ישׁ</w>
1188
+ <w>וְלֹ֥א</w>
1189
+ <w>יְיַחֵ֖ל</w>
1190
+ <w>לִבְנֵ֥י</w>
1191
+ <w>אָדָֽם׃</w>
1192
+ </v>
1193
+ <v n="7">
1194
+ <w>וְהָיָה֩</w>
1195
+ <w>שְׁאֵרִ֨ית</w>
1196
+ <w>יַעֲקֹ֜ב</w>
1197
+ <w>בַּגּוֹיִ֗ם</w>
1198
+ <w>בְּקֶ֙רֶב֙</w>
1199
+ <w>עַמִּ֣ים</w>
1200
+ <w>רַבִּ֔ים</w>
1201
+ <w>כְּאַרְיֵה֙</w>
1202
+ <w>בְּבַהֲמ֣וֹת</w>
1203
+ <w>יַ֔עַר</w>
1204
+ <w>כִּכְפִ֖יר</w>
1205
+ <w>בְּעֶדְרֵי<x>c</x></w>
1206
+ <w>צֹ֑אן</w>
1207
+ <w>אֲשֶׁ֧ר</w>
1208
+ <w>אִם<x>c</x></w>
1209
+ <w>עָבַ֛ר</w>
1210
+ <w>וְרָמַ֥ס</w>
1211
+ <w>וְטָרַ֖ף</w>
1212
+ <w>וְאֵ֥ין</w>
1213
+ <w>מַצִּֽיל׃</w>
1214
+ </v>
1215
+ <v n="8">
1216
+ <w>תָּרֹ֥ם</w>
1217
+ <w>יָדְךָ֖</w>
1218
+ <w>עַל־</w>
1219
+ <w>צָרֶ֑יךָ</w>
1220
+ <w>וְכָל־</w>
1221
+ <w>אֹיְבֶ֖יךָ</w>
1222
+ <w>יִכָּרֵֽתוּ׃</w>
1223
+ <pe/>
1224
+ </v>
1225
+ <v n="9">
1226
+ <w>וְהָיָ֤ה</w>
1227
+ <w>בַיּוֹם־</w>
1228
+ <w>הַהוּא֙</w>
1229
+ <w>נְאֻם־</w>
1230
+ <w>יְהוָ֔ה</w>
1231
+ <w>וְהִכְרַתִּ֥י</w>
1232
+ <w>סוּסֶ֖יךָ</w>
1233
+ <w>מִקִּרְבֶּ֑ךָ</w>
1234
+ <w>וְהַאֲבַדְתִּ֖י</w>
1235
+ <w>מַרְכְּבֹתֶֽיךָ׃</w>
1236
+ </v>
1237
+ <v n="10">
1238
+ <w>וְהִכְרַתִּ֖י</w>
1239
+ <w>עָרֵ֣י</w>
1240
+ <w>אַרְצֶ֑ךָ</w>
1241
+ <w>וְהָרַסְתִּ֖י</w>
1242
+ <w>כָּל־</w>
1243
+ <w>מִבְצָרֶֽיךָ׃</w>
1244
+ </v>
1245
+ <v n="11">
1246
+ <w>וְהִכְרַתִּ֥י</w>
1247
+ <w>כְשָׁפִ֖ים</w>
1248
+ <w>מִיָּדֶ֑ךָ</w>
1249
+ <w>וּֽמְעוֹנְנִ֖ים</w>
1250
+ <w>לֹ֥א</w>
1251
+ <w>יִֽהְיוּ־</w>
1252
+ <w>לָֽךְ׃</w>
1253
+ </v>
1254
+ <v n="12">
1255
+ <w>וְהִכְרַתִּ֧י</w>
1256
+ <w>פְסִילֶ֛יךָ</w>
1257
+ <w>וּמַצֵּבוֹתֶ֖יךָ</w>
1258
+ <w>מִקִּרְבֶּ֑ךָ</w>
1259
+ <w>וְלֹֽא־</w>
1260
+ <w>תִשְׁתַּחֲוֶ֥ה</w>
1261
+ <w>ע֖וֹד</w>
1262
+ <w>לְמַעֲשֵׂ֥ה</w>
1263
+ <w>יָדֶֽיךָ׃</w>
1264
+ </v>
1265
+ <v n="13">
1266
+ <w>וְנָתַשְׁתִּ֥י</w>
1267
+ <w>אֲשֵׁירֶ֖יךָ</w>
1268
+ <w>מִקִּרְבֶּ֑ךָ</w>
1269
+ <w>וְהִשְׁמַדְתִּ֖י</w>
1270
+ <w>עָרֶֽיךָ׃</w>
1271
+ </v>
1272
+ <v n="14">
1273
+ <w>וְעָשִׂ֜יתִי</w>
1274
+ <w>בְּאַ֧ף</w>
1275
+ <w>וּבְחֵמָ֛ה</w>
1276
+ <w>נָקָ֖ם</w>
1277
+ <w>אֶת־</w>
1278
+ <w>הַגּוֹיִ֑ם</w>
1279
+ <w>אֲשֶׁ֖ר</w>
1280
+ <w>לֹ֥א</w>
1281
+ <w>שָׁמֵֽעוּ׃</w>
1282
+ <samekh/>
1283
+ </v>
1284
+ <vs>14</vs>
1285
+ </c>
1286
+ <c n="6">
1287
+ <v n="1">
1288
+ <w>שִׁמְעוּ־</w>
1289
+ <w>נָ֕א</w>
1290
+ <w>אֵ֥ת</w>
1291
+ <w>אֲשֶׁר־</w>
1292
+ <w>יְהוָ֖ה</w>
1293
+ <w>אֹמֵ֑ר</w>
1294
+ <w>ק֚וּם</w>
1295
+ <w>רִ֣יב</w>
1296
+ <w>אֶת־</w>
1297
+ <w>הֶהָרִ֔ים</w>
1298
+ <w>וְתִשְׁמַ֥עְנָה</w>
1299
+ <w>הַגְּבָע֖וֹת</w>
1300
+ <w>קוֹלֶֽךָ׃</w>
1301
+ </v>
1302
+ <v n="2">
1303
+ <w>שִׁמְע֤וּ</w>
1304
+ <w>הָרִים֙</w>
1305
+ <w>אֶת־</w>
1306
+ <w>רִ֣יב</w>
1307
+ <w>יְהוָ֔ה</w>
1308
+ <w>וְהָאֵתָנִ֖ים</w>
1309
+ <w>מֹ֣סְדֵי</w>
1310
+ <w>אָ֑רֶץ</w>
1311
+ <w>כִּ֣י</w>
1312
+ <w>רִ֤יב</w>
1313
+ <w>לַֽיהוָה֙</w>
1314
+ <w>עִם־</w>
1315
+ <w>עַמּ֔וֹ</w>
1316
+ <w>וְעִם־</w>
1317
+ <w>יִשְׂרָאֵ֖ל</w>
1318
+ <w>יִתְוַכָּֽח׃</w>
1319
+ </v>
1320
+ <v n="3">
1321
+ <w>עַמִּ֛י</w>
1322
+ <w>מֶה־</w>
1323
+ <w>עָשִׂ֥יתִי</w>
1324
+ <w>לְךָ֖</w>
1325
+ <w>וּמָ֣ה</w>
1326
+ <w>הֶלְאֵתִ֑יךָ</w>
1327
+ <w>עֲנֵ֥ה</w>
1328
+ <w>בִּֽי׃</w>
1329
+ </v>
1330
+ <v n="4">
1331
+ <w>כִּ֤י</w>
1332
+ <w>הֶעֱלִתִ֙יךָ֙</w>
1333
+ <w>מֵאֶ֣רֶץ</w>
1334
+ <w>מִצְרַ֔יִם</w>
1335
+ <w>וּמִבֵּ֥ית</w>
1336
+ <w>עֲבָדִ֖ים</w>
1337
+ <w>פְּדִיתִ֑יךָ</w>
1338
+ <w>וָאֶשְׁלַ֣ח</w>
1339
+ <w>לְפָנֶ֔יךָ</w>
1340
+ <w>אֶת־</w>
1341
+ <w>מֹשֶׁ֖ה</w>
1342
+ <w>אַהֲרֹ֥ן</w>
1343
+ <w>וּמִרְיָֽם׃</w>
1344
+ </v>
1345
+ <v n="5">
1346
+ <w>עַמִּ֗י</w>
1347
+ <w>זְכָר־</w>
1348
+ <w>נָא֙</w>
1349
+ <w>מַה־</w>
1350
+ <w>יָּעַ֗ץ</w>
1351
+ <w>בָּלָק֙</w>
1352
+ <w>מֶ֣לֶךְ</w>
1353
+ <w>מוֹאָ֔ב</w>
1354
+ <w>וּמֶה־</w>
1355
+ <w>עָנָ֥ה</w>
1356
+ <w>אֹת֖וֹ</w>
1357
+ <w>בִּלְעָ֣ם</w>
1358
+ <w>בֶּן־</w>
1359
+ <w>בְּע֑וֹר</w>
1360
+ <w>מִן־</w>
1361
+ <w>הַשִּׁטִּים֙</w>
1362
+ <w>עַד־</w>
1363
+ <w>הַגִּלְגָּ֔ל</w>
1364
+ <w>לְמַ֕עַן</w>
1365
+ <w>דַּ֖עַת</w>
1366
+ <w>צִדְק֥וֹת</w>
1367
+ <w>יְהוָֽה׃</w>
1368
+ </v>
1369
+ <v n="6">
1370
+ <w>בַּמָּה֙</w>
1371
+ <w>אֲקַדֵּ֣ם</w>
1372
+ <w>יְהוָ֔ה</w>
1373
+ <w>אִכַּ֖ף</w>
1374
+ <w>לֵאלֹהֵ֣י</w>
1375
+ <w>מָר֑וֹם</w>
1376
+ <w>הַאֲקַדְּמֶ֣נּוּ</w>
1377
+ <w>בְעוֹל֔וֹת</w>
1378
+ <w>בַּעֲגָלִ֖ים</w>
1379
+ <w>בְּנֵ֥י</w>
1380
+ <w>שָׁנָֽה׃</w>
1381
+ </v>
1382
+ <v n="7">
1383
+ <w>הֲיִרְצֶ֤ה</w>
1384
+ <w>יְהוָה֙</w>
1385
+ <w>בְּאַלְפֵ֣י</w>
1386
+ <w>אֵילִ֔ים</w>
1387
+ <w>בְּרִֽבְב֖וֹת</w>
1388
+ <w>נַֽחֲלֵי־</w>
1389
+ <w>שָׁ֑מֶן</w>
1390
+ <w>הַאֶתֵּ֤ן</w>
1391
+ <w>בְּכוֹרִי֙</w>
1392
+ <w>פִּשְׁעִ֔י</w>
1393
+ <w>פְּרִ֥י</w>
1394
+ <w>בִטְנִ֖י</w>
1395
+ <w>חַטַּ֥את</w>
1396
+ <w>נַפְשִֽׁי׃</w>
1397
+ </v>
1398
+ <v n="8">
1399
+ <w>הִגִּ֥יד</w>
1400
+ <w>לְךָ֛</w>
1401
+ <w>אָדָ֖ם</w>
1402
+ <w>מַה־</w>
1403
+ <w>טּ֑וֹב</w>
1404
+ <w>וּמָֽה־</w>
1405
+ <w>יְהוָ֞ה</w>
1406
+ <w>דּוֹרֵ֣שׁ</w>
1407
+ <w>מִמְּךָ֗</w>
1408
+ <w>כִּ֣י</w>
1409
+ <w>אִם־</w>
1410
+ <w>עֲשׂ֤וֹת</w>
1411
+ <w>מִשְׁפָּט֙</w>
1412
+ <w>וְאַ֣הֲבַת</w>
1413
+ <w>חֶ֔סֶד</w>
1414
+ <w>וְהַצְנֵ֥עַ</w>
1415
+ <w>לֶ֖כֶת</w>
1416
+ <w>עִם־</w>
1417
+ <w>אֱלֹהֶֽיךָ׃</w>
1418
+ <pe/>
1419
+ </v>
1420
+ <v n="9">
1421
+ <w>ק֤וֹל</w>
1422
+ <w>יְהוָה֙</w>
1423
+ <w>לָעִ֣יר</w>
1424
+ <w>יִקְרָ֔א</w>
1425
+ <w>וְתוּשִׁיָּ֖ה</w>
1426
+ <w>יִרְאֶ֣ה</w>
1427
+ <w>שְׁמֶ֑ךָ</w>
1428
+ <w>שִׁמְע֥וּ</w>
1429
+ <w>מַטֶּ֖ה</w>
1430
+ <w>וּמִ֥י</w>
1431
+ <w>יְעָדָֽהּ׃</w>
1432
+ </v>
1433
+ <v n="10">
1434
+ <w>ע֗וֹד</w>
1435
+ <w>הַאִשׁ֙</w>
1436
+ <w>בֵּ֣ית</w>
1437
+ <w>רָשָׁ֔ע</w>
1438
+ <w>אֹצְר֖וֹת</w>
1439
+ <w>רֶ֑שַׁע</w>
1440
+ <w>וְאֵיפַ֥ת</w>
1441
+ <w>רָז֖וֹן</w>
1442
+ <w>זְעוּמָֽה׃</w>
1443
+ </v>
1444
+ <v n="11">
1445
+ <w>הַאֶזְכֶּ֖ה</w>
1446
+ <w>בְּמֹ֣אזְנֵי</w>
1447
+ <w>רֶ֑שַׁע</w>
1448
+ <w>וּבְכִ֖יס</w>
1449
+ <w>אַבְנֵ֥י</w>
1450
+ <w>מִרְמָֽה׃</w>
1451
+ </v>
1452
+ <v n="12">
1453
+ <w>אֲשֶׁ֤ר</w>
1454
+ <w>עֲשִׁירֶ֙יהָ֙</w>
1455
+ <w>מָלְא֣וּ</w>
1456
+ <w>חָמָ֔ס</w>
1457
+ <w>וְיֹשְׁבֶ֖יהָ</w>
1458
+ <w>דִּבְּרוּ־</w>
1459
+ <w>שָׁ֑קֶר</w>
1460
+ <w>וּלְשׁוֹנָ֖ם</w>
1461
+ <w>רְמִיָּ֥ה</w>
1462
+ <w>בְּפִיהֶֽם׃</w>
1463
+ </v>
1464
+ <v n="13">
1465
+ <w>וְגַם־</w>
1466
+ <w>אֲנִ֖י</w>
1467
+ <w>הֶחֱלֵ֣יתִי</w>
1468
+ <w>הַכּוֹתֶ֑ךָ</w>
1469
+ <w>הַשְׁמֵ֖ם</w>
1470
+ <w>עַל־</w>
1471
+ <w>חַטֹּאתֶֽךָ׃</w>
1472
+ </v>
1473
+ <v n="14">
1474
+ <w>אַתָּ֤ה</w>
1475
+ <w>תֹאכַל֙</w>
1476
+ <w>וְלֹ֣א</w>
1477
+ <w>תִשְׂבָּ֔ע</w>
1478
+ <w>וְיֶשְׁחֲךָ֖</w>
1479
+ <w>בְּקִרְבֶּ֑ךָ</w>
1480
+ <w>וְתַסֵּג֙</w>
1481
+ <w>וְלֹ֣א</w>
1482
+ <w>תַפְלִ֔יט</w>
1483
+ <w>וַאֲשֶׁ֥ר</w>
1484
+ <w>תְּפַלֵּ֖ט</w>
1485
+ <w>לַחֶ֥רֶב</w>
1486
+ <w>אֶתֵּֽן׃</w>
1487
+ </v>
1488
+ <v n="15">
1489
+ <w>אַתָּ֥ה</w>
1490
+ <w>תִזְרַ֖ע</w>
1491
+ <w>וְלֹ֣א</w>
1492
+ <w>תִקְצ֑וֹר</w>
1493
+ <w>אַתָּ֤ה</w>
1494
+ <w>תִדְרֹֽךְ־</w>
1495
+ <w>זַ֙יִת֙</w>
1496
+ <w>וְלֹא־</w>
1497
+ <w>תָס֣וּךְ</w>
1498
+ <w>שֶׁ֔מֶן</w>
1499
+ <w>וְתִיר֖וֹשׁ</w>
1500
+ <w>וְלֹ֥א</w>
1501
+ <w>תִשְׁתֶּה־</w>
1502
+ <w>יָּֽיִן׃</w>
1503
+ </v>
1504
+ <v n="16">
1505
+ <w>וְיִשְׁתַּמֵּ֞ר</w>
1506
+ <w>חֻקּ֣וֹת</w>
1507
+ <w>עָמְרִ֗י</w>
1508
+ <w>וְכֹל֙</w>
1509
+ <w>מַעֲשֵׂ֣ה</w>
1510
+ <w>בֵית־</w>
1511
+ <w>אַחְאָ֔ב</w>
1512
+ <w>וַתֵּלְכ֖וּ</w>
1513
+ <w>בְּמֹֽעֲצוֹתָ֑ם</w>
1514
+ <w>לְמַעַן֩</w>
1515
+ <w>תִּתִּ֨י</w>
1516
+ <w>אֹתְךָ֜</w>
1517
+ <w>לְשַׁמָּ֗ה</w>
1518
+ <w>וְיֹשְׁבֶ֙יהָ֙</w>
1519
+ <w>לִשְׁרֵקָ֔ה</w>
1520
+ <w>וְחֶרְפַּ֥ת</w>
1521
+ <w>עַמִּ֖י</w>
1522
+ <w>תִּשָּֽׂאוּ׃</w>
1523
+ <pe/>
1524
+ </v>
1525
+ <vs>16</vs>
1526
+ </c>
1527
+ <c n="7">
1528
+ <v n="1">
1529
+ <w>אַ֣לְלַי</w>
1530
+ <w>לִ֗י</w>
1531
+ <w>כִּ֤י</w>
1532
+ <w>הָיִ֙יתִי֙</w>
1533
+ <w>כְּאָסְפֵּי־</w>
1534
+ <w>קַ֔יִץ</w>
1535
+ <w>כְּעֹלְלֹ֖ת</w>
1536
+ <w>בָּצִ֑יר</w>
1537
+ <w>אֵין־</w>
1538
+ <w>אֶשְׁכּ֣וֹל</w>
1539
+ <w>לֶאֱכ֔וֹל</w>
1540
+ <w>בִּכּוּרָ֖ה</w>
1541
+ <w>אִוְּתָ֥ה</w>
1542
+ <w>נַפְשִֽׁי׃</w>
1543
+ </v>
1544
+ <v n="2">
1545
+ <w>אָבַ֤ד</w>
1546
+ <w>חָסִיד֙</w>
1547
+ <w>מִן־</w>
1548
+ <w>הָאָ֔רֶץ</w>
1549
+ <w>וְיָשָׁ֥ר</w>
1550
+ <w>בָּאָדָ֖ם</w>
1551
+ <w>אָ֑יִן</w>
1552
+ <w>כֻּלָּם֙</w>
1553
+ <w>לְדָמִ֣ים</w>
1554
+ <w>יֶאֱרֹ֔בוּ</w>
1555
+ <w>אִ֥ישׁ</w>
1556
+ <w>אֶת־</w>
1557
+ <w>אָחִ֖יהוּ</w>
1558
+ <w>יָצ֥וּדוּ</w>
1559
+ <w>חֵֽרֶם׃</w>
1560
+ </v>
1561
+ <v n="3">
1562
+ <w>עַל־</w>
1563
+ <w>הָרַ֤ע</w>
1564
+ <w>כַּפַּ֙יִם֙</w>
1565
+ <w>לְהֵיטִ֔יב</w>
1566
+ <w>הַשַּׂ֣ר</w>
1567
+ <w>שֹׁאֵ֔ל</w>
1568
+ <w>וְהַשֹּׁפֵ֖ט</w>
1569
+ <w>בַּשִׁלּ֑וּם</w>
1570
+ <w>וְהַגָּד֗וֹל</w>
1571
+ <w>דֹּבֵ֨ר</w>
1572
+ <w>הַוַּ֥ת</w>
1573
+ <w>נַפְשׁ֛וֹ</w>
1574
+ <w>ה֖וּא</w>
1575
+ <w>וַֽיְעַבְּתֽוּהָ׃</w>
1576
+ </v>
1577
+ <v n="4">
1578
+ <w>טוֹבָ֣ם</w>
1579
+ <w>כְּחֵ֔דֶק</w>
1580
+ <w>יָשָׁ֖ר</w>
1581
+ <w>מִמְּסוּכָ֑ה</w>
1582
+ <w>י֤וֹם</w>
1583
+ <w>מְצַפֶּ֙יךָ֙</w>
1584
+ <w>פְּקֻדָּתְךָ֣</w>
1585
+ <w>בָ֔אָה</w>
1586
+ <w>עַתָּ֥ה</w>
1587
+ <w>תִהְיֶ֖ה</w>
1588
+ <w>מְבוּכָתָֽם׃</w>
1589
+ </v>
1590
+ <v n="5">
1591
+ <w>אַל־</w>
1592
+ <w>תַּאֲמִ֣ינוּ</w>
1593
+ <w>בְרֵ֔עַ</w>
1594
+ <w>אַֽל־</w>
1595
+ <w>תִּבְטְח֖וּ</w>
1596
+ <w>בְּאַלּ֑וּף</w>
1597
+ <w>מִשֹּׁכֶ֣בֶת</w>
1598
+ <w>חֵיקֶ֔ךָ</w>
1599
+ <w>שְׁמֹ֖ר</w>
1600
+ <w>פִּתְחֵי־</w>
1601
+ <w>פִֽיךָ׃</w>
1602
+ </v>
1603
+ <v n="6">
1604
+ <w>כִּֽי־</w>
1605
+ <w>בֵן֙</w>
1606
+ <w>מְנַבֵּ֣ל</w>
1607
+ <w>אָ֔ב</w>
1608
+ <w>בַּ֚ת</w>
1609
+ <w>קָמָ֣ה</w>
1610
+ <w>בְאִמָּ֔הּ</w>
1611
+ <w>כַּלָּ֖ה</w>
1612
+ <w>בַּחֲמֹתָ֑הּ</w>
1613
+ <w>אֹיְבֵ֥י</w>
1614
+ <w>אִ֖ישׁ</w>
1615
+ <w>אַנְשֵׁ֥י</w>
1616
+ <w>בֵיתֽוֹ׃</w>
1617
+ </v>
1618
+ <v n="7">
1619
+ <w>וַאֲנִי֙</w>
1620
+ <w>בַּיהוָ֣ה</w>
1621
+ <w>אֲצַפֶּ֔ה</w>
1622
+ <w>אוֹחִ֖ילָה</w>
1623
+ <w>לֵאלֹהֵ֣י</w>
1624
+ <w>יִשְׁעִ֑י</w>
1625
+ <w>יִשְׁמָעֵ֖נִי</w>
1626
+ <w>אֱלֹהָֽי׃</w>
1627
+ </v>
1628
+ <v n="8">
1629
+ <w>אַֽל־</w>
1630
+ <w>תִּשְׂמְחִ֤י</w>
1631
+ <w>אֹיַ֙בְתִּי֙</w>
1632
+ <w>לִ֔י</w>
1633
+ <w>כִּ֥י</w>
1634
+ <w>נָפַ֖לְתִּי</w>
1635
+ <w>קָ֑מְתִּי</w>
1636
+ <w>כִּֽי־</w>
1637
+ <w>אֵשֵׁ֣ב</w>
1638
+ <w>בַּחֹ֔שֶׁךְ</w>
1639
+ <w>יְהוָ֖ה</w>
1640
+ <w>א֥וֹר</w>
1641
+ <w>לִֽי׃</w>
1642
+ <samekh/>
1643
+ </v>
1644
+ <v n="9">
1645
+ <w>זַ֤עַף</w>
1646
+ <w>יְהוָה֙</w>
1647
+ <w>אֶשָּׂ֔א</w>
1648
+ <w>כִּ֥י</w>
1649
+ <w>חָטָ֖אתִי</w>
1650
+ <w>ל֑וֹ</w>
1651
+ <w>עַד֩</w>
1652
+ <w>אֲשֶׁ֨ר</w>
1653
+ <w>יָרִ֤יב</w>
1654
+ <w>רִיבִי֙</w>
1655
+ <w>וְעָשָׂ֣ה</w>
1656
+ <w>מִשְׁפָּטִ֔י</w>
1657
+ <w>יוֹצִיאֵ֣נִי</w>
1658
+ <w>לָא֔וֹר</w>
1659
+ <w>אֶרְאֶ֖ה</w>
1660
+ <w>בְּצִדְקָתֽוֹ׃</w>
1661
+ </v>
1662
+ <v n="10">
1663
+ <w>וְתֵרֶ֤א</w>
1664
+ <w>אֹיַ֙בְתִּי֙</w>
1665
+ <w>וּתְכַסֶּ֣הָ</w>
1666
+ <w>בוּשָׁ֔ה</w>
1667
+ <w>הָאֹמְרָ֣ה</w>
1668
+ <w>אֵלַ֔י</w>
1669
+ <w>אַיּ֖וֹ</w>
1670
+ <w>יְהוָ֣ה</w>
1671
+ <w>אֱלֹהָ֑יִךְ</w>
1672
+ <w>עֵינַי֙</w>
1673
+ <w>תִּרְאֶ֣ינָּה</w>
1674
+ <w>בָּ֔הּ</w>
1675
+ <w>עַתָּ֛ה</w>
1676
+ <w>תִּֽהְיֶ֥ה</w>
1677
+ <w>לְמִרְמָ֖ס</w>
1678
+ <w>כְּטִ֥יט</w>
1679
+ <w>חוּצֽוֹת׃</w>
1680
+ </v>
1681
+ <v n="11">
1682
+ <w>י֖וֹם</w>
1683
+ <w>לִבְנ֣וֹת</w>
1684
+ <w>גְּדֵרָ֑יִךְ</w>
1685
+ <w>י֥וֹם</w>
1686
+ <w>הַה֖וּא</w>
1687
+ <w>יִרְחַק־</w>
1688
+ <w>חֹֽק׃</w>
1689
+ </v>
1690
+ <v n="12">
1691
+ <w>י֥וֹם</w>
1692
+ <w>הוּא֙</w>
1693
+ <w>וְעָדֶ֣יךָ</w>
1694
+ <w>יָב֔וֹא</w>
1695
+ <w>לְמִנִּ֥י</w>
1696
+ <w>אַשּׁ֖וּר</w>
1697
+ <w>וְעָרֵ֣י</w>
1698
+ <w>מָצ֑וֹר</w>
1699
+ <w>וּלְמִנִּ֤י</w>
1700
+ <w>מָצוֹר֙</w>
1701
+ <w>וְעַד־</w>
1702
+ <w>נָהָ֔ר</w>
1703
+ <w>וְיָ֥ם</w>
1704
+ <w>מִיָּ֖ם</w>
1705
+ <w>וְהַ֥ר</w>
1706
+ <w>הָהָֽר׃</w>
1707
+ </v>
1708
+ <v n="13">
1709
+ <w>וְהָיְתָ֥ה</w>
1710
+ <w>הָאָ֛רֶץ</w>
1711
+ <w>לִשְׁמָמָ֖ה</w>
1712
+ <w>עַל־</w>
1713
+ <w>יֹֽשְׁבֶ֑יהָ</w>
1714
+ <w>מִפְּרִ֖י</w>
1715
+ <w>מַֽעַלְלֵיהֶֽם׃</w>
1716
+ <samekh/>
1717
+ </v>
1718
+ <v n="14">
1719
+ <w>רְעֵ֧ה</w>
1720
+ <w>עַמְּךָ֣</w>
1721
+ <w>בְשִׁבְטֶ֗ךָ</w>
1722
+ <w>צֹ֚אן</w>
1723
+ <w>נַֽחֲלָתֶ֔ךָ</w>
1724
+ <w>שֹׁכְנִ֣י</w>
1725
+ <w>לְבָדָ֔ד</w>
1726
+ <w>יַ֖עַר</w>
1727
+ <w>בְּת֣וֹךְ</w>
1728
+ <w>כַּרְמֶ֑ל</w>
1729
+ <w>יִרְע֥וּ</w>
1730
+ <w>בָשָׁ֛ן</w>
1731
+ <w>וְגִלְעָ֖ד</w>
1732
+ <w>כִּימֵ֥י</w>
1733
+ <w>עוֹלָֽם׃</w>
1734
+ </v>
1735
+ <v n="15">
1736
+ <w>כִּימֵ֥י</w>
1737
+ <w>צֵאתְךָ֖</w>
1738
+ <w>מֵאֶ֣רֶץ</w>
1739
+ <w>מִצְרָ֑יִם</w>
1740
+ <w>אַרְאֶ֖נּוּ</w>
1741
+ <w>נִפְלָאֽוֹת׃</w>
1742
+ </v>
1743
+ <v n="16">
1744
+ <w>יִרְא֤וּ</w>
1745
+ <w>גוֹיִם֙</w>
1746
+ <w>וְיֵבֹ֔שׁוּ</w>
1747
+ <w>מִכֹּ֖ל</w>
1748
+ <w>גְּבֽוּרָתָ֑ם</w>
1749
+ <w>יָשִׂ֤ימוּ</w>
1750
+ <w>יָד֙</w>
1751
+ <w>עַל־</w>
1752
+ <w>פֶּ֔ה</w>
1753
+ <w>אָזְנֵיהֶ֖ם</w>
1754
+ <w>תֶּחֱרַֽשְׁנָה׃</w>
1755
+ </v>
1756
+ <v n="17">
1757
+ <w>יְלַחֲכ֤וּ</w>
1758
+ <w>עָפָר֙</w>
1759
+ <w>כַּנָּחָ֔שׁ</w>
1760
+ <w>כְּזֹחֲלֵ֣י</w>
1761
+ <w>אֶ֔רֶץ</w>
1762
+ <w>יִרְגְּז֖וּ</w>
1763
+ <w>מִמִּסְגְּרֹֽתֵיהֶ֑ם</w>
1764
+ <w>אֶל־</w>
1765
+ <w>יְהוָ֤ה</w>
1766
+ <w>אֱלֹהֵ֙ינוּ֙</w>
1767
+ <w>יִפְחָ֔דוּ</w>
1768
+ <w>וְיִֽרְא֖וּ</w>
1769
+ <w>מִמֶּֽךָּ׃</w>
1770
+ </v>
1771
+ <v n="18">
1772
+ <w>מִי־</w>
1773
+ <w>אֵ֣ל</w>
1774
+ <w>כָּמ֗וֹךָ</w>
1775
+ <w>נֹשֵׂ֤א</w>
1776
+ <w>עָוֺן֙</w>
1777
+ <w>וְעֹבֵ֣ר</w>
1778
+ <w>עַל־</w>
1779
+ <w>פֶּ֔שַׁע</w>
1780
+ <w>לִשְׁאֵרִ֖ית</w>
1781
+ <w>נַחֲלָת֑וֹ</w>
1782
+ <w>לֹא־</w>
1783
+ <w>הֶחֱזִ֤יק</w>
1784
+ <w>לָעַד֙</w>
1785
+ <w>אַפּ֔וֹ</w>
1786
+ <w>כִּֽי־</w>
1787
+ <w>חָפֵ֥ץ</w>
1788
+ <w>חֶ֖סֶד</w>
1789
+ <w>הֽוּא׃</w>
1790
+ </v>
1791
+ <v n="19">
1792
+ <w>יָשׁ֣וּב</w>
1793
+ <w>יְרַֽחֲמֵ֔נוּ</w>
1794
+ <w>יִכְבֹּ֖שׁ</w>
1795
+ <w>עֲוֺֽנֹתֵ֑ינוּ</w>
1796
+ <w>וְתַשְׁלִ֛יךְ</w>
1797
+ <w>בִּמְצֻל֥וֹת</w>
1798
+ <w>יָ֖ם</w>
1799
+ <w>כָּל־</w>
1800
+ <w>חַטֹּאותָֽם׃</w>
1801
+ </v>
1802
+ <v n="20">
1803
+ <w>תִּתֵּ֤ן</w>
1804
+ <w>אֱמֶת֙</w>
1805
+ <w>לְיַֽעֲקֹ֔ב</w>
1806
+ <w>חֶ֖סֶד</w>
1807
+ <w>לְאַבְרָהָ֑ם</w>
1808
+ <w>אֲשֶׁר־</w>
1809
+ <w>נִשְׁבַּ֥עְתָּ</w>
1810
+ <w>לַאֲבֹתֵ֖ינוּ</w>
1811
+ <w>מִ֥ימֵי</w>
1812
+ <w>קֶֽדֶם׃</w>
1813
+ </v>
1814
+ <vs>20</vs>
1815
+ </c>
1816
+ <vs>105</vs>
1817
+ <cs>7</cs>
1818
+ </book>
1819
+ </tanach>
1820
+ <notes>
1821
+ <note>
1822
+ <code>4</code>
1823
+ <gccode>4</gccode>
1824
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
1825
+ </note>
1826
+ <note>
1827
+ <code>5</code>
1828
+ <gccode>5</gccode>
1829
+ <note>Large letter(s). Shown as large letters.</note>
1830
+ </note>
1831
+ <note>
1832
+ <code>6</code>
1833
+ <gccode>6</gccode>
1834
+ <note>Small letter(s). Shown as small letters.</note>
1835
+ </note>
1836
+ <note>
1837
+ <code>7</code>
1838
+ <gccode>7</gccode>
1839
+ <note>Suspended letter(s). Shown as suspended letters.</note>
1840
+ </note>
1841
+ <note>
1842
+ <code>8</code>
1843
+ <gccode>8</gccode>
1844
+ <note>Inverted nun in the text.</note>
1845
+ </note>
1846
+ <note>
1847
+ <code>c</code>
1848
+ <gccode>c</gccode>
1849
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
1850
+ </note>
1851
+ <note>
1852
+ <code>d</code>
1853
+ <gccode>d</gccode>
1854
+ <note>This tipeha is a dehi in other texts.</note>
1855
+ </note>
1856
+ <note>
1857
+ <code>m</code>
1858
+ <gccode>m</gccode>
1859
+ <note>This meteg is a merkha in other texts.</note>
1860
+ </note>
1861
+ <note>
1862
+ <code>q</code>
1863
+ <gccode>q</gccode>
1864
+ <note>UXLC differs from the conventional word for the qere.</note>
1865
+ </note>
1866
+ <note>
1867
+ <code>t</code>
1868
+ <gccode>t</gccode>
1869
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
1870
+ </note>
1871
+ <note>
1872
+ <code>X</code>
1873
+ <gccode>X</gccode>
1874
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
1875
+ </note>
1876
+ <note>
1877
+ <code>y</code>
1878
+ <gccode>y</gccode>
1879
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
1880
+ </note>
1881
+ </notes>
1882
+ </Tanach>
texts/tanach/21_Nahum.xml ADDED
@@ -0,0 +1,855 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Nahum</title>
11
+ <title level="a" type="mainhebrew">נחום</title>
12
+ <title level="a" type="filename">Nahum</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>27513</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ </notesStmt>
62
+ <sourceDesc>
63
+ <biblItem>
64
+ <title>Hebrew Bible</title>
65
+ <title>Leningrad Codex</title>
66
+ <editor>Shemu'el ben Ya'akov</editor>
67
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
68
+ <edition>Original document</edition>
69
+ <imprint>
70
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
71
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
72
+ <date>1008</date>
73
+ </imprint>
74
+ <idno type="Accession">Firkovich B 19 A</idno>
75
+ </biblItem>
76
+ <biblItem>
77
+ <title>The Leningrad Codex - A Facsimile Edition</title>
78
+ <editor>Freedman, David Noel</editor>
79
+ <editor>Beck, Astrid B.</editor>
80
+ <edition>First</edition>
81
+ <imprint>
82
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
83
+ <pubPlace>Grand Rapids, MI</pubPlace>
84
+ <date>1998</date>
85
+ </imprint>
86
+ <idno type="IBSN">0-8028-3786-7</idno>
87
+ </biblItem>
88
+ <biblItem>
89
+ <title>The Westminster Leningrad Codex</title>
90
+ <editor>Salisbury, Stephen K.</editor>
91
+ <edition>WLC 4.20</edition>
92
+ <imprint>
93
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
94
+ <pubPlace>2960 Church Rd.</pubPlace>
95
+ <pubPlace>Glenside, PA 19038</pubPlace>
96
+ <date>25 January 2016</date>
97
+ </imprint>
98
+ <idno type="Unknown"/>
99
+ </biblItem>
100
+ </sourceDesc>
101
+ </fileDesc>
102
+ <encodingDesc>
103
+ </encodingDesc>
104
+ <profileDesc>
105
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
106
+ <date>25 Jan 2016</date>
107
+ <langUsage>
108
+ <language ident="HE">Hebrew</language>
109
+ </langUsage>
110
+ </profileDesc>
111
+ </teiHeader>
112
+ <tanach>
113
+ <book>
114
+ <names>
115
+ <name>Nahum</name>
116
+ <abbrev>Nah</abbrev>
117
+ <number>21</number>
118
+ <filename>Nahum</filename>
119
+ <hebrewname>נחום</hebrewname>
120
+ </names>
121
+ <c n="1">
122
+ <v n="1">
123
+ <w>מַשָּׂ֖א</w>
124
+ <w>נִֽינְוֵ֑ה</w>
125
+ <w>סֵ֧פֶר</w>
126
+ <w>חֲז֛וֹן</w>
127
+ <w>נַח֖וּם</w>
128
+ <w>הָאֶלְקֹשִֽׁי׃</w>
129
+ </v>
130
+ <v n="2">
131
+ <w>אֵ֣ל</w>
132
+ <w>קַנּ֤וֹא</w>
133
+ <w>וְנֹקֵם֙</w>
134
+ <w>יְהוָ֔ה</w>
135
+ <w>נֹקֵ֥ם</w>
136
+ <w>יְהוָ֖ה</w>
137
+ <w>וּבַ֣עַל</w>
138
+ <w>חֵמָ֑ה</w>
139
+ <w>נֹקֵ֤ם</w>
140
+ <w>יְהוָה֙</w>
141
+ <w>לְצָרָ֔יו</w>
142
+ <w>וְנוֹטֵ֥ר</w>
143
+ <w>ה֖וּא</w>
144
+ <w>לְאֹיְבָֽיו׃</w>
145
+ </v>
146
+ <v n="3">
147
+ <w>יְהֹוָ֗ה</w>
148
+ <w>אֶ֤רֶךְ</w>
149
+ <w>אַפַּ֙יִם֙</w>
150
+ <k>וגדול־</k>
151
+ <q>וּגְדָל־</q>
152
+ <w>כֹּ֔חַ</w>
153
+ <w>וְנַקֵּ֖ה</w>
154
+ <w>לֹ֣א</w>
155
+ <w>יְנַקֶּ֑ה</w>
156
+ <w>יְהוָ֗ה</w>
157
+ <w>בְּסוּפָ֤ה</w>
158
+ <w>וּבִשְׂעָרָה֙</w>
159
+ <w>דַּרְכּ֔וֹ</w>
160
+ <w>וְעָנָ֖ן</w>
161
+ <w>אֲבַ֥ק</w>
162
+ <w>רַגְלָֽיו׃</w>
163
+ </v>
164
+ <v n="4">
165
+ <w>גּוֹעֵ֤ר</w>
166
+ <w>בַּיָּם֙</w>
167
+ <w>וַֽיַּבְּשֵׁ֔הוּ</w>
168
+ <w>וְכָל־</w>
169
+ <w>הַנְּהָר֖וֹת</w>
170
+ <w>הֶֽחֱרִ֑יב</w>
171
+ <w>אֻמְלַ֤ל</w>
172
+ <w>בָּשָׁן֙</w>
173
+ <w>וְכַרְמֶ֔ל</w>
174
+ <w>וּפֶ֥רַח</w>
175
+ <w>לְבָנ֖וֹן</w>
176
+ <w>אֻמְלָֽל׃</w>
177
+ </v>
178
+ <v n="5">
179
+ <w>הָרִים֙</w>
180
+ <w>רָעֲשׁ֣וּ</w>
181
+ <w>מִמֶּ֔נּוּ</w>
182
+ <w>וְהַגְּבָע֖וֹת</w>
183
+ <w>הִתְמֹגָ֑גוּ</w>
184
+ <w>וַתִּשָּׂ֤א</w>
185
+ <w>הָאָ֙רֶץ֙</w>
186
+ <w>מִפָּנָ֔יו</w>
187
+ <w>וְתֵבֵ֖ל</w>
188
+ <w>וְכָל־</w>
189
+ <w>יֹ֥שְׁבֵי</w>
190
+ <w>בָֽהּ׃</w>
191
+ </v>
192
+ <v n="6">
193
+ <w>לִפְנֵ֤י</w>
194
+ <w>זַעְמוֹ֙</w>
195
+ <w>מִ֣י</w>
196
+ <w>יַֽעֲמ֔וֹד</w>
197
+ <w>וּמִ֥י</w>
198
+ <w>יָק֖וּם</w>
199
+ <w>בַּחֲר֣וֹן</w>
200
+ <w>אַפּ֑וֹ</w>
201
+ <w>חֲמָתוֹ֙</w>
202
+ <w>נִתְּכָ֣ה</w>
203
+ <w>כָאֵ֔שׁ</w>
204
+ <w>וְהַצֻּרִ֖ים</w>
205
+ <w>נִתְּצ֥וּ</w>
206
+ <w>מִמֶּֽנּוּ׃</w>
207
+ </v>
208
+ <v n="7">
209
+ <w>ט֣וֹב</w>
210
+ <w>יְהוָ֔ה</w>
211
+ <w>לְמָע֖וֹז</w>
212
+ <w>בְּי֣וֹם</w>
213
+ <w>צָרָ֑ה</w>
214
+ <w>וְיֹדֵ֖עַ</w>
215
+ <w>חֹ֥סֵי</w>
216
+ <w>בֽוֹ׃</w>
217
+ </v>
218
+ <v n="8">
219
+ <w>וּבְשֶׁ֣טֶף</w>
220
+ <w>עֹבֵ֔ר</w>
221
+ <w>כָּלָ֖ה</w>
222
+ <w>יַעֲשֶׂ֣ה</w>
223
+ <w>מְקוֹמָ֑הּ</w>
224
+ <w>וְאֹיְבָ֖יו</w>
225
+ <w>יְרַדֶּף־</w>
226
+ <w>חֹֽשֶׁךְ׃</w>
227
+ </v>
228
+ <v n="9">
229
+ <w>מַה־</w>
230
+ <w>תְּחַשְּׁבוּן֙</w>
231
+ <w>אֶל־</w>
232
+ <w>יְהוָ֔ה</w>
233
+ <w>כָּלָ֖ה</w>
234
+ <w>ה֣וּא</w>
235
+ <w>עֹשֶׂ֑ה</w>
236
+ <w>לֹֽא־</w>
237
+ <w>תָק֥וּם</w>
238
+ <w>פַּעֲמַ֖יִם</w>
239
+ <w>צָרָֽה׃</w>
240
+ </v>
241
+ <v n="10">
242
+ <w>כִּ֚י</w>
243
+ <w>עַד־</w>
244
+ <w>סִירִ֣ים</w>
245
+ <w>סְבֻכִ֔ים</w>
246
+ <w>וּכְסָבְאָ֖ם</w>
247
+ <w>סְבוּאִ֑ים</w>
248
+ <w>אֻ֨כְּל֔וּ</w>
249
+ <w>כְּקַ֥שׁ</w>
250
+ <w>יָבֵ֖שׁ</w>
251
+ <w>מָלֵֽא׃</w>
252
+ </v>
253
+ <v n="11">
254
+ <w>מִמֵּ֣ךְ</w>
255
+ <w>יָצָ֔א</w>
256
+ <w>חֹשֵׁ֥ב</w>
257
+ <w>עַל־</w>
258
+ <w>יְהוָ֖ה</w>
259
+ <w>רָעָ֑ה</w>
260
+ <w>יֹעֵ֖ץ</w>
261
+ <w>בְּלִיָּֽעַל׃</w>
262
+ <samekh/>
263
+ </v>
264
+ <v n="12">
265
+ <w>כֹּ֣ה ׀</w>
266
+ <w>אָמַ֣ר</w>
267
+ <w>יְהוָ֗ה</w>
268
+ <w>אִם־</w>
269
+ <w>שְׁל��מִים֙</w>
270
+ <w>וְכֵ֣ן</w>
271
+ <w>רַבִּ֔ים</w>
272
+ <w>וְכֵ֥ן</w>
273
+ <w>נָגֹ֖זּוּ</w>
274
+ <w>וְעָבָ֑ר</w>
275
+ <w>וְעִ֨נִּתִ֔ךְ</w>
276
+ <w>לֹ֥א</w>
277
+ <w>אֲעַנֵּ֖ךְ</w>
278
+ <w>עֽוֹד׃</w>
279
+ </v>
280
+ <v n="13">
281
+ <w>וְעַתָּ֕ה</w>
282
+ <w>אֶשְׁבֹּ֥ר</w>
283
+ <w>מֹטֵ֖הוּ</w>
284
+ <w>מֵֽעָלָ֑יִךְ</w>
285
+ <w>וּמוֹסְרֹתַ֖יִךְ</w>
286
+ <w>אֲנַתֵּֽק׃</w>
287
+ </v>
288
+ <v n="14">
289
+ <w>וְצִוָּ֤ה</w>
290
+ <w>עָלֶ֙יךָ֙</w>
291
+ <w>יְהוָ֔ה</w>
292
+ <w>לֹֽא־</w>
293
+ <w>יִזָּרַ֥ע</w>
294
+ <w>מִשִּׁמְךָ֖</w>
295
+ <w>ע֑וֹד</w>
296
+ <w>מִבֵּ֨ית</w>
297
+ <w>אֱלֹהֶ֜יךָ</w>
298
+ <w>אַכְרִ֨ית</w>
299
+ <w>פֶּ֧סֶל</w>
300
+ <w>וּמַסֵּכָ֛ה</w>
301
+ <w>אָשִׂ֥ים</w>
302
+ <w>קִבְרֶ֖ךָ</w>
303
+ <w>כִּ֥י</w>
304
+ <w>קַלּֽוֹתָ׃</w>
305
+ <pe/>
306
+ </v>
307
+ <vs>14</vs>
308
+ </c>
309
+ <c n="2">
310
+ <v n="1">
311
+ <w>הִנֵּ֨ה</w>
312
+ <w>עַל־</w>
313
+ <w>הֶהָרִ֜ים</w>
314
+ <w>רַגְלֵ֤י</w>
315
+ <w>מְבַשֵּׂר֙</w>
316
+ <w>מַשְׁמִ֣יעַ</w>
317
+ <w>שָׁל֔וֹם</w>
318
+ <w>חָגִּ֧י</w>
319
+ <w>יְהוּדָ֛ה</w>
320
+ <w>חַגַּ֖יִךְ</w>
321
+ <w>שַׁלְּמִ֣י</w>
322
+ <w>נְדָרָ֑יִךְ</w>
323
+ <w>כִּי֩</w>
324
+ <w>לֹ֨א</w>
325
+ <w>יוֹסִ֥יף</w>
326
+ <w>ע֛וֹד</w>
327
+ <k>לעבור־</k>
328
+ <q>לַֽעֲבָר־</q>
329
+ <w>בָּ֥ךְ</w>
330
+ <w>בְּלִיַּ֖עַל</w>
331
+ <w>כֻּלֹּ֥ה</w>
332
+ <w>נִכְרָֽת׃</w>
333
+ </v>
334
+ <v n="2">
335
+ <w>עָלָ֥ה</w>
336
+ <w>מֵפִ֛יץ</w>
337
+ <w>עַל־</w>
338
+ <w>פָּנַ֖יִךְ</w>
339
+ <w>נָצ֣וֹר</w>
340
+ <w>מְצֻרָ֑ה</w>
341
+ <w>צַפֵּה־</w>
342
+ <w>דֶ֙רֶךְ֙</w>
343
+ <w>חַזֵּ֣ק</w>
344
+ <w>מָתְנַ֔יִם</w>
345
+ <w>אַמֵּ֥ץ</w>
346
+ <w>כֹּ֖חַ</w>
347
+ <w>מְאֹֽד׃</w>
348
+ </v>
349
+ <v n="3">
350
+ <w>כִּ֣י</w>
351
+ <w>שָׁ֤ב</w>
352
+ <w>יְהוָה֙</w>
353
+ <w>אֶת־</w>
354
+ <w>גְּא֣וֹן</w>
355
+ <w>יַעֲקֹ֔ב</w>
356
+ <w>כִּגְא֖וֹן</w>
357
+ <w>יִשְׂרָאֵ֑ל</w>
358
+ <w>כִּ֤י</w>
359
+ <w>בְקָקוּם֙</w>
360
+ <w>בֹּֽקְקִ֔ים</w>
361
+ <w>וּזְמֹרֵיהֶ֖ם</w>
362
+ <w>שִׁחֵֽתוּ׃</w>
363
+ </v>
364
+ <v n="4">
365
+ <w>מָגֵ֨ן</w>
366
+ <w>גִּבֹּרֵ֜יהוּ</w>
367
+ <w>מְאָדָּ֗ם</w>
368
+ <w>אַנְשֵׁי־</w>
369
+ <w>חַ֙יִל֙</w>
370
+ <w>מְתֻלָּעִ֔ים</w>
371
+ <w>בְּאֵשׁ־</w>
372
+ <w>פְּלָד֥וֹת</w>
373
+ <w>הָרֶ֖כֶב</w>
374
+ <w>בְּי֣וֹם</w>
375
+ <w>הֲכִינ֑וֹ</w>
376
+ <w>וְהַבְּרֹשִׁ֖ים</w>
377
+ <w>הָרְעָֽלוּ׃</w>
378
+ </v>
379
+ <v n="5">
380
+ <w>בַּֽחוּצוֹת֙</w>
381
+ <w>יִתְהוֹלְל֣וּ</w>
382
+ <w>הָרֶ֔כֶב</w>
383
+ <w>יִֽשְׁתַּקְשְׁק֖וּן</w>
384
+ <w>בָּרְחֹב֑וֹת</w>
385
+ <w>מַרְאֵיהֶן֙</w>
386
+ <w>כַּלַּפִּידִ֔ם</w>
387
+ <w>כַּבְּרָקִ֖ים</w>
388
+ <w>יְרוֹצֵֽצוּ׃</w>
389
+ </v>
390
+ <v n="6">
391
+ <w>יִזְכֹּר֙</w>
392
+ <w>אַדִּירָ֔יו</w>
393
+ <w>יִכָּשְׁל֖וּ</w>
394
+ <k>בהלכותם</k>
395
+ <q>בַּהֲלִֽיכָתָ֑ם</q>
396
+ <w>יְמַֽהֲרוּ֙</w>
397
+ <w>חֽוֹמָתָ֔הּ</w>
398
+ <w>וְהֻכַ֖ן</w>
399
+ <w>הַסֹּכֵֽךְ׃</w>
400
+ </v>
401
+ <v n="7">
402
+ <w>שַׁעֲרֵ֥י</w>
403
+ <w>הַנְּהָר֖וֹת</w>
404
+ <w>נִפְתָּ֑חוּ</w>
405
+ <w>וְהַֽהֵיכָ֖ל</w>
406
+ <w>נָמֽוֹג׃</w>
407
+ </v>
408
+ <v n="8">
409
+ <w>וְהֻצַּ֖ב</w>
410
+ <w>גֻּלְּתָ֣ה</w>
411
+ <w>הֹֽעֲלָ֑תָה</w>
412
+ <w>וְאַמְהֹתֶ֗יהָ</w>
413
+ <w>מְנַֽהֲגוֹת֙</w>
414
+ <w>כְּק֣וֹל</w>
415
+ <w>יוֹנִ֔ים</w>
416
+ <w>מְתֹפְפֹ֖ת</w>
417
+ <w>עַל־</w>
418
+ <w>לִבְבֵהֶֽן׃</w>
419
+ </v>
420
+ <v n="9">
421
+ <w>וְנִינְוֵ֥ה</w>
422
+ <w>כִבְרֵֽכַת־</w>
423
+ <w>מַ֖יִם</w>
424
+ <w>מִ֣ימֵי</w>
425
+ <w>הִ֑יא</w>
426
+ <w>וְהֵ֣מָּה</w>
427
+ <w>נָסִ֔ים</w>
428
+ <w>עִמְד֥וּ</w>
429
+ <w>עֲמֹ֖דוּ</w>
430
+ <w>וְאֵ֥ין</w>
431
+ <w>מַפ��נֶֽה׃</w>
432
+ </v>
433
+ <v n="10">
434
+ <w>בֹּ֥זּוּ</w>
435
+ <w>כֶ֖סֶף</w>
436
+ <w>בֹּ֣זּוּ</w>
437
+ <w>זָהָ֑ב</w>
438
+ <w>וְאֵ֥ין</w>
439
+ <w>קֵ֙צֶה֙</w>
440
+ <w>לַתְּכוּנָ֔ה</w>
441
+ <w>כָּבֹ֕ד</w>
442
+ <w>מִכֹּ֖ל</w>
443
+ <w>כְּלִ֥י</w>
444
+ <w>חֶמְדָּֽה׃</w>
445
+ </v>
446
+ <v n="11">
447
+ <w>בּוּקָ֥ה</w>
448
+ <w>וּמְבוּקָ֖ה</w>
449
+ <w>וּמְבֻלָּקָ֑ה</w>
450
+ <w>וְלֵ֨ב</w>
451
+ <w>נָמֵ֜ס</w>
452
+ <w>וּפִ֣ק</w>
453
+ <w>בִּרְכַּ֗יִם</w>
454
+ <w>וְחַלְחָלָה֙</w>
455
+ <w>בְּכָל־</w>
456
+ <w>מָתְנַ֔יִם</w>
457
+ <w>וּפְנֵ֥י</w>
458
+ <w>כֻלָּ֖ם</w>
459
+ <w>קִבְּצ֥וּ</w>
460
+ <w>פָארֽוּר׃</w>
461
+ </v>
462
+ <v n="12">
463
+ <w>אַיֵּה֙</w>
464
+ <w>מְע֣וֹן</w>
465
+ <w>אֲרָי֔וֹת</w>
466
+ <w>וּמִרְעֶ֥ה</w>
467
+ <w>ה֖וּא</w>
468
+ <w>לַכְּפִרִ֑ים</w>
469
+ <w>אֲשֶׁ֣ר</w>
470
+ <w>הָלַךְ֩</w>
471
+ <w>אַרְיֵ֨ה</w>
472
+ <w>לָבִ֥יא</w>
473
+ <w>שָׁ֛ם</w>
474
+ <w>גּ֥וּר</w>
475
+ <w>אַרְיֵ֖ה</w>
476
+ <w>וְאֵ֥ין</w>
477
+ <w>מַחֲרִֽיד׃</w>
478
+ </v>
479
+ <v n="13">
480
+ <w>אַרְיֵ֤ה</w>
481
+ <w>טֹרֵף֙</w>
482
+ <w>בְּדֵ֣י</w>
483
+ <w>גֹֽרוֹתָ֔יו</w>
484
+ <w>וּמְחַנֵּ֖ק</w>
485
+ <w>לְלִבְאֹתָ֑יו</w>
486
+ <w>וַיְמַלֵּא־</w>
487
+ <w>טֶ֣רֶף</w>
488
+ <w>חֹרָ֔יו</w>
489
+ <w>וּמְעֹֽנֹתָ֖יו</w>
490
+ <w>טְרֵפָֽה׃</w>
491
+ </v>
492
+ <v n="14">
493
+ <w>הִנְנִ֣י</w>
494
+ <w>אֵלַ֗יִךְ</w>
495
+ <w>נְאֻם֙</w>
496
+ <w>יְהוָ֣ה</w>
497
+ <w>צְבָא֔וֹת</w>
498
+ <w>וְהִבְעַרְתִּ֤י</w>
499
+ <w>בֶֽעָשָׁן֙</w>
500
+ <w>רִכְבָּ֔הּ</w>
501
+ <w>וּכְפִירַ֖יִךְ</w>
502
+ <w>תֹּ֣אכַל</w>
503
+ <w>חָ֑רֶב</w>
504
+ <w>וְהִכְרַתִּ֤י</w>
505
+ <w>מֵאֶ֙רֶץ֙</w>
506
+ <w>טַרְפֵּ֔ךְ</w>
507
+ <w>וְלֹֽא־</w>
508
+ <w>יִשָּׁמַ֥ע</w>
509
+ <w>ע֖וֹד</w>
510
+ <w>ק֥וֹל</w>
511
+ <w>מַלְאָכֵֽכֵה׃</w>
512
+ <samekh/>
513
+ </v>
514
+ <vs>14</vs>
515
+ </c>
516
+ <c n="3">
517
+ <v n="1">
518
+ <w>ה֖וֹי</w>
519
+ <w>עִ֣יר</w>
520
+ <w>דָּמִ֑ים</w>
521
+ <w>כֻּלָּ֗הּ</w>
522
+ <w>כַּ֤חַשׁ</w>
523
+ <w>פֶּ֙רֶק֙</w>
524
+ <w>מְלֵאָ֔ה</w>
525
+ <w>לֹ֥א</w>
526
+ <w>יָמִ֖ישׁ</w>
527
+ <w>טָֽרֶף׃</w>
528
+ </v>
529
+ <v n="2">
530
+ <w>ק֣וֹל</w>
531
+ <w>שׁ֔וֹט</w>
532
+ <w>וְק֖וֹל</w>
533
+ <w>רַ֣עַשׁ</w>
534
+ <w>אוֹפָ֑ן</w>
535
+ <w>וְס֣וּס</w>
536
+ <w>דֹּהֵ֔ר</w>
537
+ <w>וּמֶרְכָּבָ֖ה</w>
538
+ <w>מְרַקֵּדָֽה׃</w>
539
+ </v>
540
+ <v n="3">
541
+ <w>פָּרָ֣שׁ</w>
542
+ <w>מַעֲלֶ֗ה</w>
543
+ <w>וְלַ֤הַב</w>
544
+ <w>חֶ֙רֶב֙</w>
545
+ <w>וּבְרַ֣ק</w>
546
+ <w>חֲנִ֔ית</w>
547
+ <w>וְרֹ֥ב</w>
548
+ <w>חָלָ֖ל</w>
549
+ <w>וְכֹ֣בֶד</w>
550
+ <w>פָּ֑גֶר</w>
551
+ <w>וְאֵ֥ין</w>
552
+ <w>קֵ֙צֶה֙</w>
553
+ <w>לַגְּוִיָּ֔ה</w>
554
+ <k>יכשלו</k>
555
+ <q>וְכָשְׁל֖וּ</q>
556
+ <w>בִּגְוִיָּתָֽם׃</w>
557
+ </v>
558
+ <v n="4">
559
+ <w>מֵרֹב֙</w>
560
+ <w>זְנוּנֵ֣י</w>
561
+ <w>זוֹנָ֔ה</w>
562
+ <w>ט֥וֹבַת</w>
563
+ <w>חֵ֖ן</w>
564
+ <w>בַּעֲלַ֣ת</w>
565
+ <w>כְּשָׁפִ֑ים</w>
566
+ <w>הַמֹּכֶ֤רֶת</w>
567
+ <w>גּוֹיִם֙</w>
568
+ <w>בִּזְנוּנֶ֔יהָ</w>
569
+ <w>וּמִשְׁפָּח֖וֹת</w>
570
+ <w>בִּכְשָׁפֶֽיהָ׃</w>
571
+ </v>
572
+ <v n="5">
573
+ <w>הִנְנִ֣י</w>
574
+ <w>אֵלַ֗יִךְ</w>
575
+ <w>נְאֻם֙</w>
576
+ <w>יְהוָ֣ה</w>
577
+ <w>צְבָא֔וֹת</w>
578
+ <w>וְגִלֵּיתִ֥י</w>
579
+ <w>שׁוּלַ֖יִךְ</w>
580
+ <w>עַל־</w>
581
+ <w>פָּנָ֑יִךְ</w>
582
+ <w>וְהַרְאֵיתִ֤י</w>
583
+ <w>גוֹיִם֙</w>
584
+ <w>מַעְרֵ֔ךְ</w>
585
+ <w>וּמַמְלָכ֖וֹת</w>
586
+ <w>קְלוֹנֵֽךְ׃</w>
587
+ </v>
588
+ <v n="6">
589
+ <w>וְהִשְׁלַכְתִּ֥י</w>
590
+ <w>עָלַ֛יִךְ</w>
591
+ <w>שִׁקֻּצִ֖ים</w>
592
+ <w>וְנִבַּלְתִּ֑יךְ</w>
593
+ <w>וְשַׂמְתִּ֖יךְ</w>
594
+ <w>כְּרֹֽאִי׃</w>
595
+ </v>
596
+ <v n="7">
597
+ <w>וְהָיָ֤ה</w>
598
+ <w>כָל־</w>
599
+ <w>רֹאַ֙יִךְ֙</w>
600
+ <w>יִדּ֣וֹד</w>
601
+ <w>מִמֵּ֔ךְ</w>
602
+ <w>וְאָמַר֙</w>
603
+ <w>שָׁדְּדָ֣ה</w>
604
+ <w>נִֽינְוֵ֔ה</w>
605
+ <w>מִ֖י</w>
606
+ <w>יָנ֣וּד</w>
607
+ <w>לָ֑הּ</w>
608
+ <w>מֵאַ֛יִן</w>
609
+ <w>אֲבַקֵּ֥שׁ</w>
610
+ <w>מְנַחֲמִ֖ים</w>
611
+ <w>לָֽךְ׃</w>
612
+ </v>
613
+ <v n="8">
614
+ <w>הֲתֵֽיטְבִי֙</w>
615
+ <w>מִנֹּ֣א</w>
616
+ <w>אָמ֔וֹן</w>
617
+ <w>הַיֹּֽשְׁבָה֙</w>
618
+ <w>בַּיְאֹרִ֔ים</w>
619
+ <w>מַ֖יִם</w>
620
+ <w>סָבִ֣יב</w>
621
+ <w>לָ֑הּ</w>
622
+ <w>אֲשֶׁר־</w>
623
+ <w>חֵ֣יל</w>
624
+ <w>יָ֔ם</w>
625
+ <w>מִיָּ֖ם</w>
626
+ <w>חוֹמָתָֽהּ׃</w>
627
+ </v>
628
+ <v n="9">
629
+ <w>כּ֥וּשׁ</w>
630
+ <w>עָצְמָ֛ה</w>
631
+ <w>וּמִצְרַ֖יִם</w>
632
+ <w>וְאֵ֣ין</w>
633
+ <w>קֵ֑צֶה</w>
634
+ <w>פּ֣וּט</w>
635
+ <w>וְלוּבִ֔ים</w>
636
+ <w>הָי֖וּ</w>
637
+ <w>בְּעֶזְרָתֵֽךְ׃</w>
638
+ </v>
639
+ <v n="10">
640
+ <w>גַּם־</w>
641
+ <w>הִ֗יא</w>
642
+ <w>לַגֹּלָה֙</w>
643
+ <w>הָלְכָ֣ה</w>
644
+ <w>בַשֶּׁ֔בִי</w>
645
+ <w>גַּ֧ם</w>
646
+ <w>עֹלָלֶ֛יהָ</w>
647
+ <w>יְרֻטְּשׁ֖וּ</w>
648
+ <w>בְּרֹ֣אשׁ</w>
649
+ <w>כָּל־</w>
650
+ <w>חוּצ֑וֹת</w>
651
+ <w>וְעַל־</w>
652
+ <w>נִכְבַּדֶּ֙יהָ֙</w>
653
+ <w>יַדּ֣וּ</w>
654
+ <w>גוֹרָ֔ל</w>
655
+ <w>וְכָל־</w>
656
+ <w>גְּדוֹלֶ֖יהָ</w>
657
+ <w>רֻתְּק֥וּ</w>
658
+ <w>בַזִּקִּֽים׃</w>
659
+ </v>
660
+ <v n="11">
661
+ <w>גַּם־</w>
662
+ <w>אַ֣תְּ</w>
663
+ <w>תִּשְׁכְּרִ֔י</w>
664
+ <w>תְּהִ֖י</w>
665
+ <w>נַֽעֲלָמָ֑ה</w>
666
+ <w>גַּם־</w>
667
+ <w>אַ֛תְּ</w>
668
+ <w>תְּבַקְשִׁ֥י</w>
669
+ <w>מָע֖וֹז</w>
670
+ <w>מֵאוֹיֵֽב׃</w>
671
+ </v>
672
+ <v n="12">
673
+ <w>כָּ֨ל־</w>
674
+ <w>מִבְצָרַ֔יִךְ</w>
675
+ <w>תְּאֵנִ֖ים</w>
676
+ <w>עִם־</w>
677
+ <w>בִּכּוּרִ֑ים</w>
678
+ <w>אִם־</w>
679
+ <w>יִנּ֕וֹעוּ</w>
680
+ <w>וְנָפְל֖וּ</w>
681
+ <w>עַל־</w>
682
+ <w>פִּ֥י</w>
683
+ <w>אוֹכֵֽל׃</w>
684
+ </v>
685
+ <v n="13">
686
+ <w>הִנֵּ֨ה</w>
687
+ <w>עַמֵּ֤ךְ</w>
688
+ <w>נָשִׁים֙</w>
689
+ <w>בְּקִרְבֵּ֔ךְ</w>
690
+ <w>לְאֹ֣יְבַ֔יִךְ</w>
691
+ <w>פָּת֥וֹחַ</w>
692
+ <w>נִפְתְּח֖וּ</w>
693
+ <w>שַׁעֲרֵ֣י</w>
694
+ <w>אַרְצֵ֑ךְ</w>
695
+ <w>אָכְלָ֥ה</w>
696
+ <w>אֵ֖שׁ</w>
697
+ <w>בְּרִיחָֽיִך׃</w>
698
+ </v>
699
+ <v n="14">
700
+ <w>מֵ֤י</w>
701
+ <w>מָצוֹר֙</w>
702
+ <w>שַֽׁאֲבִי־</w>
703
+ <w>לָ֔ךְ</w>
704
+ <w>חַזְּקִ֖י</w>
705
+ <w>מִבְצָרָ֑יִךְ</w>
706
+ <w>בֹּ֧אִי</w>
707
+ <w>בַטִּ֛יט</w>
708
+ <w>וְרִמְסִ֥י</w>
709
+ <w>בַחֹ֖מֶר</w>
710
+ <w>הַחֲזִ֥יקִי</w>
711
+ <w>מַלְבֵּֽן׃</w>
712
+ </v>
713
+ <v n="15">
714
+ <w>שָׁ֚ם</w>
715
+ <w>תֹּאכְלֵ֣ךְ</w>
716
+ <w>אֵ֔שׁ</w>
717
+ <w>תַּכְרִיתֵ֣ךְ</w>
718
+ <w>חֶ֔רֶב</w>
719
+ <w>תֹּאכְלֵ֖ךְ</w>
720
+ <w>כַּיָּ֑לֶק</w>
721
+ <w>הִתְכַּבֵּ֣ד</w>
722
+ <w>כַּיֶּ֔לֶק</w>
723
+ <w>הִֽתְכַּבְּדִ֖י</w>
724
+ <w>כָּאַרְבֶּֽה׃</w>
725
+ </v>
726
+ <v n="16">
727
+ <w>הִרְבֵּית֙</w>
728
+ <w>רֹֽכְלַ֔יִךְ</w>
729
+ <w>מִכּוֹכְבֵ֖י</w>
730
+ <w>הַשָּׁמָ֑יִם</w>
731
+ <w>יֶ֥לֶק</w>
732
+ <w>פָּשַׁ֖ט</w>
733
+ <w>וַיָּעֹֽף׃</w>
734
+ </v>
735
+ <v n="17">
736
+ <w>מִנְּזָרַ֙יִךְ֙</w>
737
+ <w>כָּֽאַרְבֶּ֔ה</w>
738
+ <w>וְטַפְסְרַ֖יִךְ</w>
739
+ <w>כְּג֣וֹב</w>
740
+ <w>גֹּבָ֑י</w>
741
+ <w>הַֽחוֹנִ֤ים</w>
742
+ <w>בַּגְּדֵרוֹת֙</w>
743
+ <w>בְּי֣וֹם</w>
744
+ <w>קָרָ֔ה</w>
745
+ <w>שֶׁ֤מֶשׁ</w>
746
+ <w>זָֽרְחָה֙</w>
747
+ <w>וְנוֹדַ֔ד</w>
748
+ <w>וְלֹֽא־</w>
749
+ <w>נוֹדַ֥ע</w>
750
+ <w>מְקוֹמ֖וֹ</w>
751
+ <w>אַיָּֽם׃</w>
752
+ </v>
753
+ <v n="18">
754
+ <w>נָמ֤וּ</w>
755
+ <w>רֹעֶ֙יךָ֙</w>
756
+ <w>מֶ֣לֶךְ</w>
757
+ <w>אַשּׁ֔��ּר</w>
758
+ <w>יִשְׁכְּנ֖וּ</w>
759
+ <w>אַדִּירֶ֑יךָ</w>
760
+ <w>נָפֹ֧שׁוּ</w>
761
+ <w>עַמְּךָ֛</w>
762
+ <w>עַל־</w>
763
+ <w>הֶהָרִ֖ים</w>
764
+ <w>וְאֵ֥ין</w>
765
+ <w>מְקַבֵּֽץ׃</w>
766
+ </v>
767
+ <v n="19">
768
+ <w>אֵין־</w>
769
+ <w>כֵּהָ֣ה</w>
770
+ <w>לְשִׁבְרֶ֔ךָ</w>
771
+ <w>נַחְלָ֖ה</w>
772
+ <w>מַכָּתֶ֑ךָ</w>
773
+ <w>כֹּ֣ל ׀</w>
774
+ <w>שֹׁמְעֵ֣י</w>
775
+ <w>שִׁמְעֲךָ֗</w>
776
+ <w>תָּ֤קְעוּ</w>
777
+ <w>כַף֙</w>
778
+ <w>עָלֶ֔יךָ</w>
779
+ <w>כִּ֗י</w>
780
+ <w>עַל־</w>
781
+ <w>מִ֛י</w>
782
+ <w>לֹֽא־</w>
783
+ <w>עָבְרָ֥ה</w>
784
+ <w>רָעָתְךָ֖</w>
785
+ <w>תָּמִֽיד׃</w>
786
+ </v>
787
+ <vs>19</vs>
788
+ </c>
789
+ <vs>47</vs>
790
+ <cs>3</cs>
791
+ </book>
792
+ </tanach>
793
+ <notes>
794
+ <note>
795
+ <code>4</code>
796
+ <gccode>4</gccode>
797
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
798
+ </note>
799
+ <note>
800
+ <code>5</code>
801
+ <gccode>5</gccode>
802
+ <note>Large letter(s). Shown as large letters.</note>
803
+ </note>
804
+ <note>
805
+ <code>6</code>
806
+ <gccode>6</gccode>
807
+ <note>Small letter(s). Shown as small letters.</note>
808
+ </note>
809
+ <note>
810
+ <code>7</code>
811
+ <gccode>7</gccode>
812
+ <note>Suspended letter(s). Shown as suspended letters.</note>
813
+ </note>
814
+ <note>
815
+ <code>8</code>
816
+ <gccode>8</gccode>
817
+ <note>Inverted nun in the text.</note>
818
+ </note>
819
+ <note>
820
+ <code>c</code>
821
+ <gccode>c</gccode>
822
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
823
+ </note>
824
+ <note>
825
+ <code>d</code>
826
+ <gccode>d</gccode>
827
+ <note>This tipeha is a dehi in other texts.</note>
828
+ </note>
829
+ <note>
830
+ <code>m</code>
831
+ <gccode>m</gccode>
832
+ <note>This meteg is a merkha in other texts.</note>
833
+ </note>
834
+ <note>
835
+ <code>q</code>
836
+ <gccode>q</gccode>
837
+ <note>UXLC differs from the conventional word for the qere.</note>
838
+ </note>
839
+ <note>
840
+ <code>t</code>
841
+ <gccode>t</gccode>
842
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
843
+ </note>
844
+ <note>
845
+ <code>X</code>
846
+ <gccode>X</gccode>
847
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
848
+ </note>
849
+ <note>
850
+ <code>y</code>
851
+ <gccode>y</gccode>
852
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
853
+ </note>
854
+ </notes>
855
+ </Tanach>
texts/tanach/22_Habakkuk.xml ADDED
@@ -0,0 +1,989 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Habakkuk</title>
11
+ <title level="a" type="mainhebrew">חבקוק</title>
12
+ <title level="a" type="filename">Habakkuk</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>30977</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ </notesStmt>
62
+ <sourceDesc>
63
+ <biblItem>
64
+ <title>Hebrew Bible</title>
65
+ <title>Leningrad Codex</title>
66
+ <editor>Shemu'el ben Ya'akov</editor>
67
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
68
+ <edition>Original document</edition>
69
+ <imprint>
70
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
71
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
72
+ <date>1008</date>
73
+ </imprint>
74
+ <idno type="Accession">Firkovich B 19 A</idno>
75
+ </biblItem>
76
+ <biblItem>
77
+ <title>The Leningrad Codex - A Facsimile Edition</title>
78
+ <editor>Freedman, David Noel</editor>
79
+ <editor>Beck, Astrid B.</editor>
80
+ <edition>First</edition>
81
+ <imprint>
82
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
83
+ <pubPlace>Grand Rapids, MI</pubPlace>
84
+ <date>1998</date>
85
+ </imprint>
86
+ <idno type="IBSN">0-8028-3786-7</idno>
87
+ </biblItem>
88
+ <biblItem>
89
+ <title>The Westminster Leningrad Codex</title>
90
+ <editor>Salisbury, Stephen K.</editor>
91
+ <edition>WLC 4.20</edition>
92
+ <imprint>
93
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
94
+ <pubPlace>2960 Church Rd.</pubPlace>
95
+ <pubPlace>Glenside, PA 19038</pubPlace>
96
+ <date>25 January 2016</date>
97
+ </imprint>
98
+ <idno type="Unknown"/>
99
+ </biblItem>
100
+ </sourceDesc>
101
+ </fileDesc>
102
+ <encodingDesc>
103
+ </encodingDesc>
104
+ <profileDesc>
105
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
106
+ <date>25 Jan 2016</date>
107
+ <langUsage>
108
+ <language ident="HE">Hebrew</language>
109
+ </langUsage>
110
+ </profileDesc>
111
+ </teiHeader>
112
+ <tanach>
113
+ <book>
114
+ <names>
115
+ <name>Habakkuk</name>
116
+ <abbrev>Hab</abbrev>
117
+ <number>22</number>
118
+ <filename>Habakkuk</filename>
119
+ <hebrewname>חבקוק</hebrewname>
120
+ </names>
121
+ <c n="1">
122
+ <v n="1">
123
+ <w>הַמַּשָׂא֙</w>
124
+ <w>אֲשֶׁ֣ר</w>
125
+ <w>חָזָ֔ה</w>
126
+ <w>חֲבַקּ֖וּק</w>
127
+ <w>הַנָּבִֽיא׃</w>
128
+ </v>
129
+ <v n="2">
130
+ <w>עַד־</w>
131
+ <w>אָ֧נָה</w>
132
+ <w>יְהוָ֛ה</w>
133
+ <w>שִׁוַּ֖עְתִּי</w>
134
+ <w>וְלֹ֣א</w>
135
+ <w>תִשְׁמָ֑ע</w>
136
+ <w>אֶזְעַ֥ק</w>
137
+ <w>אֵלֶ֛יךָ</w>
138
+ <w>חָמָ֖ס</w>
139
+ <w>וְלֹ֥א</w>
140
+ <w>תוֹשִֽׁיעַ׃</w>
141
+ </v>
142
+ <v n="3">
143
+ <w>לָ֣מָּה</w>
144
+ <w>תַרְאֵ֤נִי</w>
145
+ <w>אָ֙וֶן֙</w>
146
+ <w>וְעָמָ֣ל</w>
147
+ <w>תַּבִּ֔יט</w>
148
+ <w>וְשֹׁ֥ד</w>
149
+ <w>וְחָמָ֖ס</w>
150
+ <w>לְנֶגְדִּ֑י</w>
151
+ <w>וַיְהִ֧י</w>
152
+ <w>רִ֦יב</w>
153
+ <w>וּמָד֖וֹן</w>
154
+ <w>יִשָּֽׂא׃</w>
155
+ </v>
156
+ <v n="4">
157
+ <w>עַל־</w>
158
+ <w>כֵּן֙</w>
159
+ <w>תָּפ֣וּג</w>
160
+ <w>תּוֹרָ֔ה</w>
161
+ <w>וְלֹֽא־</w>
162
+ <w>יֵצֵ֥א</w>
163
+ <w>לָנֶ֖צַח</w>
164
+ <w>מִשְׁפָּ֑ט</w>
165
+ <w>כִּ֤י</w>
166
+ <w>רָשָׁע֙</w>
167
+ <w>מַכְתִּ֣יר</w>
168
+ <w>אֶת־</w>
169
+ <w>הַצַּדִּ֔יק</w>
170
+ <w>עַל־</w>
171
+ <w>כֵּ֛ן</w>
172
+ <w>יֵצֵ֥א</w>
173
+ <w>מִשְׁפָּ֖ט</w>
174
+ <w>מְעֻקָּֽל׃</w>
175
+ </v>
176
+ <v n="5">
177
+ <w>רְא֤וּ</w>
178
+ <w>בַגּוֹיִם֙</w>
179
+ <w>וְֽהַבִּ֔יטוּ</w>
180
+ <w>וְהִֽתַּמְּה֖וּ</w>
181
+ <w>תְּמָ֑הוּ</w>
182
+ <w>כִּי־</w>
183
+ <w>פֹ֙עַל֙</w>
184
+ <w>פֹּעֵ֣ל</w>
185
+ <w>בִּֽימֵיכֶ֔ם</w>
186
+ <w>לֹ֥א</w>
187
+ <w>תַאֲמִ֖ינוּ</w>
188
+ <w>כִּ֥י</w>
189
+ <w>יְסֻפָּֽר׃</w>
190
+ </v>
191
+ <v n="6">
192
+ <w>כִּֽי־</w>
193
+ <w>הִנְנִ֤י</w>
194
+ <w>מֵקִים֙</w>
195
+ <w>אֶת־</w>
196
+ <w>הַכַּשְׂדִּ֔ים</w>
197
+ <w>הַגּ֖וֹי</w>
198
+ <w>הַמַּ֣ר</w>
199
+ <w>וְהַנִּמְהָ֑ר</w>
200
+ <w>הַֽהוֹלֵךְ֙</w>
201
+ <w>לְמֶרְחֲבֵי־</w>
202
+ <w>אֶ֔רֶץ</w>
203
+ <w>לָרֶ֖שֶׁת</w>
204
+ <w>מִשְׁכָּנ֥וֹת</w>
205
+ <w>לֹּא־</w>
206
+ <w>לֽוֹ׃</w>
207
+ </v>
208
+ <v n="7">
209
+ <w>אָיֹ֥ם</w>
210
+ <w>וְנוֹרָ֖א</w>
211
+ <w>ה֑וּא</w>
212
+ <w>מִמֶּ֕נּוּ</w>
213
+ <w>מִשְׁפָּט֥וֹ</w>
214
+ <w>וּשְׂאֵת֖וֹ</w>
215
+ <w>יֵצֵֽא׃</w>
216
+ </v>
217
+ <v n="8">
218
+ <w>וְקַלּ֨וּ</w>
219
+ <w>מִנְּמֵרִ֜ים</w>
220
+ <w>סוּסָ֗יו</w>
221
+ <w>וְחַדּוּ֙</w>
222
+ <w>מִזְּאֵ֣בֵי</w>
223
+ <w>עֶ֔רֶב</w>
224
+ <w>וּפָ֖שׁוּ</w>
225
+ <w>פָּֽרָשָׁ֑יו</w>
226
+ <w>וּפָֽרָשָׁיו֙</w>
227
+ <w>מֵרָח֣וֹק</w>
228
+ <w>יָבֹ֔אוּ</w>
229
+ <w>יָעֻ֕פוּ</w>
230
+ <w>כְּנֶ֖שֶׁר</w>
231
+ <w>חָ֥שׁ</w>
232
+ <w>לֶאֱכֽוֹל׃</w>
233
+ </v>
234
+ <v n="9">
235
+ <w>כֻּלֹּה֙</w>
236
+ <w>לְחָמָ֣ס</w>
237
+ <w>יָב֔וֹא</w>
238
+ <w>מְגַמַּ֥ת</w>
239
+ <w>פְּנֵיהֶ֖ם</w>
240
+ <w>קָדִ֑ימָה</w>
241
+ <w>וַיֶּאֱסֹ֥ף</w>
242
+ <w>כַּח֖וֹל</w>
243
+ <w>שֶֽׁבִי׃</w>
244
+ </v>
245
+ <v n="10">
246
+ <w>וְהוּא֙</w>
247
+ <w>בַּמְּלָכִ֣ים</w>
248
+ <w>יִתְקַלָּ֔ס</w>
249
+ <w>וְרֹזְנִ֖ים</w>
250
+ <w>מִשְׂחָ֣ק</w>
251
+ <w>ל֑וֹ</w>
252
+ <w>ה֚וּא</w>
253
+ <w>לְכָל־</w>
254
+ <w>מִבְצָ֣ר</w>
255
+ <w>יִשְׂחָ֔ק</w>
256
+ <w>וַיִּצְבֹּ֥ר</w>
257
+ <w>עָפָ֖ר</w>
258
+ <w>וַֽיִּלְכְּדָֽהּ׃</w>
259
+ </v>
260
+ <v n="11">
261
+ <w>אָ֣ז</w>
262
+ <w>חָלַ֥ף</w>
263
+ <w>ר֛וּחַ</w>
264
+ <w>וַֽיַּעֲבֹ֖ר</w>
265
+ <w>וְאָשֵׁ֑ם</w>
266
+ <w>ז֥וּ</w>
267
+ <w>כֹח֖וֹ</w>
268
+ <w>לֵאלֹהֽוֹ׃</w>
269
+ </v>
270
+ <v n="12">
271
+ <w>הֲל֧וֹא</w>
272
+ <w>אַתָּ֣ה</w>
273
+ <w>מִקֶּ֗דֶם</w>
274
+ <w>יְהוָ֧ה</w>
275
+ <w>אֱלֹהַ֛י</w>
276
+ <w>קְדֹשִׁ֖י</w>
277
+ <w>לֹ֣א</w>
278
+ <w>נָמ֑וּת</w>
279
+ <w>יְהוָה֙</w>
280
+ <w>לְמִשְׁפָּ֣ט</w>
281
+ <w>שַׂמְתּ֔וֹ</w>
282
+ <w>וְצ֖וּר</w>
283
+ <w>לְהוֹכִ֥יחַ</w>
284
+ <w>יְסַדְתּֽוֹ׃</w>
285
+ </v>
286
+ <v n="13">
287
+ <w>טְה֤וֹר</w>
288
+ <w>עֵינַ֙יִם֙</w>
289
+ <w>מֵרְא֣וֹת</w>
290
+ <w>רָ֔ע</w>
291
+ <w>וְהַבִּ֥יט</w>
292
+ <w>אֶל־</w>
293
+ <w>עָמָ֖ל</w>
294
+ <w>לֹ֣א</w>
295
+ <w>תוּכָ֑ל</w>
296
+ <w>לָ֤מָּה</w>
297
+ <w>תַבִּיט֙</w>
298
+ <w>בּֽוֹגְדִ֔ים</w>
299
+ <w>תַּחֲרִ֕ישׁ</w>
300
+ <w>בְּבַלַּ֥ע</w>
301
+ <w>רָשָׁ֖ע</w>
302
+ <w>צַדִּ֥יק</w>
303
+ <w>מִמֶּֽנּוּ׃</w>
304
+ </v>
305
+ <v n="14">
306
+ <w>וַתַּעֲשֶׂ֥ה</w>
307
+ <w>אָדָ֖ם</w>
308
+ <w>כִּדְגֵ֣י</w>
309
+ <w>הַיָּ֑ם</w>
310
+ <w>כְּרֶ֖מֶשׂ</w>
311
+ <w>לֹא־</w>
312
+ <w>מֹשֵׁ֥ל</w>
313
+ <w>בּֽוֹ׃</w>
314
+ </v>
315
+ <v n="15">
316
+ <w>כֻּלֹּה֙</w>
317
+ <w>בְּחַכָּ֣ה</w>
318
+ <w>הֵֽעֲלָ֔ה</w>
319
+ <w>יְגֹרֵ֣הוּ</w>
320
+ <w>בְחֶרְמ֔וֹ</w>
321
+ <w>וְיַאַסְפֵ֖הוּ</w>
322
+ <w>בְּמִכְמַרְתּ֑וֹ</w>
323
+ <w>עַל־</w>
324
+ <w>כֵּ֖ן</w>
325
+ <w>יִשְׂמַ֥ח</w>
326
+ <w>וְיָגִֽיל׃</w>
327
+ </v>
328
+ <v n="16">
329
+ <w>עַל־</w>
330
+ <w>כֵּן֙</w>
331
+ <w>יְזַבֵּ֣חַ</w>
332
+ <w>לְחֶרְמ֔וֹ</w>
333
+ <w>וִֽיקַטֵּ֖ר</w>
334
+ <w>לְמִכְמַרְתּ֑וֹ</w>
335
+ <w>כִּ֤י</w>
336
+ <w>בָהֵ֙מָּה֙</w>
337
+ <w>שָׁמֵ֣ן</w>
338
+ <w>חֶלְק֔וֹ</w>
339
+ <w>וּמַאֲכָל֖וֹ</w>
340
+ <w>בְּרִאָֽה׃</w>
341
+ </v>
342
+ <v n="17">
343
+ <w>הַ֥עַל</w>
344
+ <w>כֵּ֖ן</w>
345
+ <w>יָרִ֣יק</w>
346
+ <w>חֶרְמ֑וֹ</w>
347
+ <w>וְתָמִ֛יד</w>
348
+ <w>לַהֲרֹ֥ג</w>
349
+ <w>גּוֹיִ֖ם</w>
350
+ <w>לֹ֥א</w>
351
+ <w>יַחְמֽוֹל׃</w>
352
+ <samekh/>
353
+ </v>
354
+ <vs>17</vs>
355
+ </c>
356
+ <c n="2">
357
+ <v n="1">
358
+ <w>עַל־</w>
359
+ <w>מִשְׁמַרְתִּ֣י</w>
360
+ <w>אֶעֱמֹ֔דָה</w>
361
+ <w>וְאֶֽתְיַצְּבָ֖ה</w>
362
+ <w>עַל־</w>
363
+ <w>מָצ֑וֹר</w>
364
+ <w>וַאֲצַפֶּ֗ה</w>
365
+ <w>לִרְאוֹת֙</w>
366
+ <w>מַה־</w>
367
+ <w>יְדַבֶּר־</w>
368
+ <w>בִּ֔י</w>
369
+ <w>וּמָ֥ה</w>
370
+ <w>אָשִׁ֖יב</w>
371
+ <w>עַל־</w>
372
+ <w>תּוֹכַחְתִּֽי׃</w>
373
+ </v>
374
+ <v n="2">
375
+ <w>וַיַּעֲנֵ֤נִי</w>
376
+ <w>יְהוָה֙</w>
377
+ <w>וַיֹּ֔אמֶר</w>
378
+ <w>כְּת֣וֹב</w>
379
+ <w>חָז֔וֹן</w>
380
+ <w>וּבָאֵ֖ר</w>
381
+ <w>עַל־</w>
382
+ <w>הַלֻּח֑וֹת</w>
383
+ <w>לְמַ֥עַן</w>
384
+ <w>יָר֖וּץ</w>
385
+ <w>ק֥וֹרֵא</w>
386
+ <w>בֽוֹ׃</w>
387
+ </v>
388
+ <v n="3">
389
+ <w>כִּ֣י</w>
390
+ <w>ע֤וֹד</w>
391
+ <w>חָזוֹן֙</w>
392
+ <w>לַמּוֹעֵ֔ד</w>
393
+ <w>וְיָפֵ֥חַ</w>
394
+ <w>לַקֵּ֖ץ</w>
395
+ <w>וְלֹ֣א</w>
396
+ <w>יְכַזֵּ֑ב</w>
397
+ <w>אִם־</w>
398
+ <w>יִתְמַהְמָהּ֙</w>
399
+ <w>חַכֵּה־</w>
400
+ <w>ל֔וֹ</w>
401
+ <w>כִּֽי־</w>
402
+ <w>בֹ֥א</w>
403
+ <w>יָבֹ֖א</w>
404
+ <w>לֹ֥א</w>
405
+ <w>יְאַחֵֽר׃</w>
406
+ </v>
407
+ <v n="4">
408
+ <w>הִנֵּ֣ה</w>
409
+ <w>עֻפְּלָ֔ה</w>
410
+ <w>לֹא־</w>
411
+ <w>יָשְׁרָ֥ה</w>
412
+ <w>נַפְשׁ֖וֹ</w>
413
+ <w>בּ֑וֹ</w>
414
+ <w>וְצַדִּ֖יק</w>
415
+ <w>בֶּאֱמוּנָת֥וֹ</w>
416
+ <w>יִחְיֶֽה׃</w>
417
+ </v>
418
+ <v n="5">
419
+ <w>וְאַף֙</w>
420
+ <w>כִּֽי־</w>
421
+ <w>הַיַּ֣יִן</w>
422
+ <w>בּוֹגֵ֔ד</w>
423
+ <w>גֶּ֥בֶר</w>
424
+ <w>יָהִ֖יר</w>
425
+ <w>וְלֹ֣א</w>
426
+ <w>יִנְוֶ֑ה</w>
427
+ <w>אֲשֶׁר֩</w>
428
+ <w>הִרְחִ֨יב</w>
429
+ <w>כִּשְׁא֜וֹל</w>
430
+ <w>נַפְשׁ֗וֹ</w>
431
+ <w>וְה֤וּא</w>
432
+ <w>כַמָּ֙וֶת֙</w>
433
+ <w>וְלֹ֣א</w>
434
+ <w>יִשְׂ��ָּ֔ע</w>
435
+ <w>וַיֶּאֱסֹ֤ף</w>
436
+ <w>אֵלָיו֙</w>
437
+ <w>כָּל־</w>
438
+ <w>הַגּוֹיִ֔ם</w>
439
+ <w>וַיִּקְבֹּ֥ץ</w>
440
+ <w>אֵלָ֖יו</w>
441
+ <w>כָּל־</w>
442
+ <w>הָעַמִּֽים׃</w>
443
+ </v>
444
+ <v n="6">
445
+ <w>הֲלוֹא־</w>
446
+ <w>אֵ֣לֶּה</w>
447
+ <w>כֻלָּ֗ם</w>
448
+ <w>עָלָיו֙</w>
449
+ <w>מָשָׁ֣ל</w>
450
+ <w>יִשָּׂ֔אוּ</w>
451
+ <w>וּמְלִיצָ֖ה</w>
452
+ <w>חִיד֣וֹת</w>
453
+ <w>ל֑וֹ</w>
454
+ <w>וְיֹאמַ֗ר</w>
455
+ <w>ה֚וֹי</w>
456
+ <w>הַמַּרְבֶּ֣ה</w>
457
+ <w>לֹּא־</w>
458
+ <w>ל֔וֹ</w>
459
+ <w>עַד־</w>
460
+ <w>מָתַ֕י</w>
461
+ <w>וּמַכְבִּ֥יד</w>
462
+ <w>עָלָ֖יו</w>
463
+ <w>עַבְטִֽיט׃</w>
464
+ </v>
465
+ <v n="7">
466
+ <w>הֲל֣וֹא</w>
467
+ <w>פֶ֗תַע</w>
468
+ <w>יָק֙וּמוּ֙</w>
469
+ <w>נֹשְׁכֶ֔יךָ</w>
470
+ <w>וְיִקְצ֖וּ</w>
471
+ <w>מְזַעְזְעֶ֑יךָ</w>
472
+ <w>וְהָיִ֥יתָ</w>
473
+ <w>לִמְשִׁסּ֖וֹת</w>
474
+ <w>לָֽמוֹ׃</w>
475
+ </v>
476
+ <v n="8">
477
+ <w>כִּֽי</w>
478
+ <w>אַתָּ֤ה</w>
479
+ <w>שַׁלּ֙וֹתָ֙</w>
480
+ <w>גּוֹיִ֣ם</w>
481
+ <w>רַבִּ֔ים</w>
482
+ <w>יְשָׁלּ֖וּךָ</w>
483
+ <w>כָּל־</w>
484
+ <w>יֶ֣תֶר</w>
485
+ <w>עַמִּ֑ים</w>
486
+ <w>מִדְּמֵ֤י</w>
487
+ <w>אָדָם֙</w>
488
+ <w>וַחֲמַס־</w>
489
+ <w>אֶ֔רֶץ</w>
490
+ <w>קִרְיָ֖ה</w>
491
+ <w>וְכָל־</w>
492
+ <w>יֹ֥שְׁבֵי</w>
493
+ <w>בָֽהּ׃</w>
494
+ <pe/>
495
+ </v>
496
+ <v n="9">
497
+ <w>ה֗וֹי</w>
498
+ <w>בֹּצֵ֛עַ</w>
499
+ <w>בֶּ֥צַע</w>
500
+ <w>רָ֖ע</w>
501
+ <w>לְבֵית֑וֹ</w>
502
+ <w>לָשׂ֤וּם</w>
503
+ <w>בַּמָּרוֹם֙</w>
504
+ <w>קִנּ֔וֹ</w>
505
+ <w>לְהִנָּצֵ֖ל</w>
506
+ <w>מִכַּף־</w>
507
+ <w>רָֽע׃</w>
508
+ </v>
509
+ <v n="10">
510
+ <w>יָעַ֥צְתָּ</w>
511
+ <w>בֹּ֖שֶׁת</w>
512
+ <w>לְבֵיתֶ֑ךָ</w>
513
+ <w>קְצוֹת־</w>
514
+ <w>עַמִּ֥ים</w>
515
+ <w>רַבִּ֖ים</w>
516
+ <w>וְחוֹטֵ֥א</w>
517
+ <w>נַפְשֶֽׁךָ׃</w>
518
+ </v>
519
+ <v n="11">
520
+ <w>כִּי־</w>
521
+ <w>אֶ֖בֶן</w>
522
+ <w>מִקִּ֣יר</w>
523
+ <w>תִּזְעָ֑ק</w>
524
+ <w>וְכָפִ֖יס</w>
525
+ <w>מֵעֵ֥ץ</w>
526
+ <w>יַעֲנֶֽנָּה׃</w>
527
+ <pe/>
528
+ </v>
529
+ <v n="12">
530
+ <w>ה֛וֹי</w>
531
+ <w>בֹּנֶ֥ה</w>
532
+ <w>עִ֖יר</w>
533
+ <w>בְּדָמִ֑ים</w>
534
+ <w>וְכוֹנֵ֥ן</w>
535
+ <w>קִרְיָ֖ה</w>
536
+ <w>בְּעַוְלָֽה׃</w>
537
+ </v>
538
+ <v n="13">
539
+ <w>הֲל֣וֹא</w>
540
+ <w>הִנֵּ֔ה</w>
541
+ <w>מֵאֵ֖ת</w>
542
+ <w>יְהוָ֣ה</w>
543
+ <w>צְבָא֑וֹת</w>
544
+ <w>וְיִֽיגְע֤וּ</w>
545
+ <w>עַמִּים֙</w>
546
+ <w>בְּדֵי־</w>
547
+ <w>אֵ֔שׁ</w>
548
+ <w>וּלְאֻמִּ֖ים</w>
549
+ <w>בְּדֵי־</w>
550
+ <w>רִ֥יק</w>
551
+ <w>יִעָֽפוּ׃</w>
552
+ </v>
553
+ <v n="14">
554
+ <w>כִּ֚י</w>
555
+ <w>תִּמָּלֵ֣א</w>
556
+ <w>הָאָ֔רֶץ</w>
557
+ <w>לָדַ֖עַת</w>
558
+ <w>אֶת־</w>
559
+ <w>כְּב֣וֹד</w>
560
+ <w>יְהוָ֑ה</w>
561
+ <w>כַּמַּ֖יִם</w>
562
+ <w>יְכַסּ֥וּ</w>
563
+ <w>עַל־</w>
564
+ <w>יָֽם׃</w>
565
+ <samekh/>
566
+ </v>
567
+ <v n="15">
568
+ <w>ה֚וֹי</w>
569
+ <w>מַשְׁקֵ֣ה</w>
570
+ <w>רֵעֵ֔הוּ</w>
571
+ <w>מְסַפֵּ֥חַ</w>
572
+ <w>חֲמָתְךָ֖</w>
573
+ <w>וְאַ֣ף</w>
574
+ <w>שַׁכֵּ֑ר</w>
575
+ <w>לְמַ֥עַן</w>
576
+ <w>הַבִּ֖יט</w>
577
+ <w>עַל־</w>
578
+ <w>מְעוֹרֵיהֶֽם׃</w>
579
+ </v>
580
+ <v n="16">
581
+ <w>שָׂבַ֤עְתָּ</w>
582
+ <w>קָלוֹן֙</w>
583
+ <w>מִכָּב֔וֹד</w>
584
+ <w>שְׁתֵ֥ה</w>
585
+ <w>גַם־</w>
586
+ <w>אַ֖תָּה</w>
587
+ <w>וְהֵֽעָרֵ֑ל</w>
588
+ <w>תִּסּ֣וֹב</w>
589
+ <w>עָלֶ֗יךָ</w>
590
+ <w>כּ֚וֹס</w>
591
+ <w>יְמִ֣ין</w>
592
+ <w>יְהוָ֔ה</w>
593
+ <w>וְקִיקָל֖וֹן</w>
594
+ <w>עַל־</w>
595
+ <w>כְּבוֹדֶֽךָ׃</w>
596
+ </v>
597
+ <v n="17">
598
+ <w>כִּ֣י</w>
599
+ <w>חֲמַ֤ס</w>
600
+ <w>לְבָנוֹן֙</w>
601
+ <w>יְכַסֶּ֔ךָּ</w>
602
+ <w>וְשֹׁ֥ד</w>
603
+ <w>בְּהֵמ֖וֹת</w>
604
+ <w>יְחִיתַ֑ן</w>
605
+ <w>מִדְּמֵ֤י</w>
606
+ <w>אָדָם֙</w>
607
+ <w>וַחֲמַס־</w>
608
+ <w>אֶ֔רֶץ</w>
609
+ <w>קִרְיָ֖ה</w>
610
+ <w>וְכָל־</w>
611
+ <w>יֹ֥שְׁבֵי</w>
612
+ <w>בָֽהּ׃</w>
613
+ <samekh/>
614
+ </v>
615
+ <v n="18">
616
+ <w>מָֽה־</w>
617
+ <w>הוֹעִ֣יל</w>
618
+ <w>פֶּ֗סֶל</w>
619
+ <w>כִּ֤י</w>
620
+ <w>פְסָלוֹ֙</w>
621
+ <w>יֹֽצְר֔וֹ</w>
622
+ <w>מַסֵּכָ֖ה</w>
623
+ <w>וּמ֣וֹרֶה</w>
624
+ <w>שָּׁ֑קֶר</w>
625
+ <w>כִּ֣י</w>
626
+ <w>בָטַ֞ח</w>
627
+ <w>יֹצֵ֤ר</w>
628
+ <w>יִצְרוֹ֙</w>
629
+ <w>עָלָ֔יו</w>
630
+ <w>לַעֲשׂ֖וֹת</w>
631
+ <w>אֱלִילִ֥ים</w>
632
+ <w>אִלְּמִֽים׃</w>
633
+ <samekh/>
634
+ </v>
635
+ <v n="19">
636
+ <w>ה֣וֹי</w>
637
+ <w>אֹמֵ֤ר</w>
638
+ <w>לָעֵץ֙</w>
639
+ <w>הָקִ֔יצָה</w>
640
+ <w>ע֖וּרִי</w>
641
+ <w>לְאֶ֣בֶן</w>
642
+ <w>דּוּמָ֑ם</w>
643
+ <w>ה֣וּא</w>
644
+ <w>יוֹרֶ֔ה</w>
645
+ <w>הִנֵּה־</w>
646
+ <w>ה֗וּא</w>
647
+ <w>תָּפוּשׂ֙</w>
648
+ <w>זָהָ֣ב</w>
649
+ <w>וָכֶ֔סֶף</w>
650
+ <w>וְכָל־</w>
651
+ <w>ר֖וּחַ</w>
652
+ <w>אֵ֥ין</w>
653
+ <w>בְּקִרְבּֽוֹ׃</w>
654
+ </v>
655
+ <v n="20">
656
+ <w>וַֽיהוָ֖ה</w>
657
+ <w>בְּהֵיכַ֣ל</w>
658
+ <w>קָדְשׁ֑וֹ</w>
659
+ <w>הַ֥ס</w>
660
+ <w>מִפָּנָ֖יו</w>
661
+ <w>כָּל־</w>
662
+ <w>הָאָֽרֶץ׃</w>
663
+ <pe/>
664
+ </v>
665
+ <vs>20</vs>
666
+ </c>
667
+ <c n="3">
668
+ <v n="1">
669
+ <w>תְּפִלָּ֖ה</w>
670
+ <w>לַחֲבַקּ֣וּק</w>
671
+ <w>הַנָּבִ֑יא</w>
672
+ <w>עַ֖ל</w>
673
+ <w>שִׁגְיֹנֽוֹת׃</w>
674
+ </v>
675
+ <v n="2">
676
+ <w>יְהוָ֗ה</w>
677
+ <w>שָׁמַ֣עְתִּי</w>
678
+ <w>שִׁמְעֲךָ֮</w>
679
+ <w>יָרֵאתִי֒</w>
680
+ <w>יְהוָ֗ה</w>
681
+ <w>פָּֽעָלְךָ֙</w>
682
+ <w>בְּקֶ֤רֶב</w>
683
+ <w>שָׁנִים֙</w>
684
+ <w>חַיֵּ֔יהוּ</w>
685
+ <w>בְּקֶ֥רֶב</w>
686
+ <w>שָׁנִ֖ים</w>
687
+ <w>תּוֹדִ֑יעַ</w>
688
+ <w>בְּרֹ֖גֶז</w>
689
+ <w>רַחֵ֥ם</w>
690
+ <w>תִּזְכּֽוֹר׃</w>
691
+ </v>
692
+ <v n="3">
693
+ <w>אֱל֙וֹהַ֙</w>
694
+ <w>מִתֵּימָ֣ן</w>
695
+ <w>יָב֔וֹא</w>
696
+ <w>וְקָד֥וֹשׁ</w>
697
+ <w>מֵֽהַר־</w>
698
+ <w>פָּארָ֖ן</w>
699
+ <w>סֶ֑לָה</w>
700
+ <w>כִּסָּ֤ה</w>
701
+ <w>שָׁמַ֙יִם֙</w>
702
+ <w>הוֹד֔וֹ</w>
703
+ <w>וּתְהִלָּת֖וֹ</w>
704
+ <w>מָלְאָ֥ה</w>
705
+ <w>הָאָֽרֶץ׃</w>
706
+ </v>
707
+ <v n="4">
708
+ <w>וְנֹ֙גַהּ֙</w>
709
+ <w>כָּא֣וֹר</w>
710
+ <w>תִּֽהְיֶ֔ה</w>
711
+ <w>קַרְנַ֥יִם</w>
712
+ <w>מִיָּד֖וֹ</w>
713
+ <w>ל֑וֹ</w>
714
+ <w>וְשָׁ֖ם</w>
715
+ <w>חֶבְי֥וֹן</w>
716
+ <w>עֻזֹּֽה׃</w>
717
+ </v>
718
+ <v n="5">
719
+ <w>לְפָנָ֖יו</w>
720
+ <w>יֵ֣לֶךְ</w>
721
+ <w>דָּ֑בֶר</w>
722
+ <w>וְיֵצֵ֥א</w>
723
+ <w>רֶ֖שֶׁף</w>
724
+ <w>לְרַגְלָֽיו׃</w>
725
+ </v>
726
+ <v n="6">
727
+ <w>עָמַ֣ד ׀</w>
728
+ <w>וַיְמֹ֣דֶד</w>
729
+ <w>אֶ֗רֶץ</w>
730
+ <w>רָאָה֙</w>
731
+ <w>וַיַּתֵּ֣ר</w>
732
+ <w>גּוֹיִ֔ם</w>
733
+ <w>וַיִּתְפֹּֽצְצוּ֙</w>
734
+ <w>הַרְרֵי־</w>
735
+ <w>עַ֔ד</w>
736
+ <w>שַׁח֖וּ</w>
737
+ <w>גִּבְע֣וֹת</w>
738
+ <w>עוֹלָ֑ם</w>
739
+ <w>הֲלִיכ֥וֹת</w>
740
+ <w>עוֹלָ֖ם</w>
741
+ <w>לֽוֹ׃</w>
742
+ </v>
743
+ <v n="7">
744
+ <w>תַּ֣חַת</w>
745
+ <w>אָ֔וֶן</w>
746
+ <w>רָאִ֖יתִי</w>
747
+ <w>אָהֳלֵ֣י</w>
748
+ <w>כוּשָׁ֑ן</w>
749
+ <w>יִרְגְּז֕וּן</w>
750
+ <w>יְרִיע֖וֹת</w>
751
+ <w>אֶ֥רֶץ</w>
752
+ <w>מִדְיָֽן׃</w>
753
+ <samekh/>
754
+ </v>
755
+ <v n="8">
756
+ <w>הֲבִנְהָרִים֙</w>
757
+ <w>חָרָ֣ה</w>
758
+ <w>יְהוָ֔ה</w>
759
+ <w>אִ֤ם</w>
760
+ <w>בַּנְּהָרִים֙</w>
761
+ <w>אַפֶּ֔ךָ</w>
762
+ <w>אִם־</w>
763
+ <w>בַּיָּ֖ם</w>
764
+ <w>עֶבְרָתֶ֑ךָ</w>
765
+ <w>כִּ֤י</w>
766
+ <w>תִרְכַּב֙</w>
767
+ <w>עַל־</w>
768
+ <w>סוּסֶ֔יךָ</w>
769
+ <w>מַרְכְּבֹתֶ֖יךָ</w>
770
+ <w>יְשׁוּעָֽה׃</w>
771
+ </v>
772
+ <v n="9">
773
+ <w>עֶרְיָ֤ה</w>
774
+ <w>תֵעוֹר֙</w>
775
+ <w>קַשׁ��תֶּ֔ךָ</w>
776
+ <w>שְׁבֻע֥וֹת</w>
777
+ <w>מַטּ֖וֹת</w>
778
+ <w>אֹ֣מֶר</w>
779
+ <w>סֶ֑לָה</w>
780
+ <w>נְהָר֖וֹת</w>
781
+ <w>תְּבַקַּע־</w>
782
+ <w>אָֽרֶץ׃</w>
783
+ </v>
784
+ <v n="10">
785
+ <w>רָא֤וּךָ</w>
786
+ <w>יָחִ֙ילוּ֙</w>
787
+ <w>הָרִ֔ים</w>
788
+ <w>זֶ֥רֶם</w>
789
+ <w>מַ֖יִם</w>
790
+ <w>עָבָ֑ר</w>
791
+ <w>נָתַ֤ן</w>
792
+ <w>תְּהוֹם֙</w>
793
+ <w>קוֹל֔וֹ</w>
794
+ <w>ר֖וֹם</w>
795
+ <w>יָדֵ֥יהוּ</w>
796
+ <w>נָשָֽׂא׃</w>
797
+ </v>
798
+ <v n="11">
799
+ <w>שֶׁ֥מֶשׁ</w>
800
+ <w>יָרֵ֖חַ</w>
801
+ <w>עָ֣מַד</w>
802
+ <w>זְבֻ֑לָה</w>
803
+ <w>לְא֤וֹר</w>
804
+ <w>חִצֶּ֙יךָ֙</w>
805
+ <w>יְהַלֵּ֔כוּ</w>
806
+ <w>לְנֹ֖גַהּ</w>
807
+ <w>בְּרַ֥ק</w>
808
+ <w>חֲנִיתֶֽךָ׃</w>
809
+ </v>
810
+ <v n="12">
811
+ <w>בְּזַ֖עַם</w>
812
+ <w>תִּצְעַד־</w>
813
+ <w>אָ֑רֶץ</w>
814
+ <w>בְּאַ֖ף</w>
815
+ <w>תָּד֥וּשׁ</w>
816
+ <w>גּוֹיִֽם׃</w>
817
+ </v>
818
+ <v n="13">
819
+ <w>יָצָ֙אתָ֙</w>
820
+ <w>לְיֵ֣שַׁע</w>
821
+ <w>עַמֶּ֔ךָ</w>
822
+ <w>לְיֵ֖שַׁע</w>
823
+ <w>אֶת־</w>
824
+ <w>מְשִׁיחֶ֑ךָ</w>
825
+ <w>מָחַ֤צְתָּ</w>
826
+ <w>רֹּאשׁ֙</w>
827
+ <w>מִבֵּ֣ית</w>
828
+ <w>רָשָׁ֔ע</w>
829
+ <w>עָר֛וֹת</w>
830
+ <w>יְס֥וֹד</w>
831
+ <w>עַד־</w>
832
+ <w>צַוָּ֖אר</w>
833
+ <w>סֶֽלָה׃</w>
834
+ <pe/>
835
+ </v>
836
+ <v n="14">
837
+ <w>נָקַ֤בְתָּ</w>
838
+ <w>בְמַטָּיו֙</w>
839
+ <w>רֹ֣אשׁ</w>
840
+ <k>פרזו</k>
841
+ <q>פְּרָזָ֔יו</q>
842
+ <w>יִסְעֲר֖וּ</w>
843
+ <w>לַהֲפִיצֵ֑נִי</w>
844
+ <w>עֲלִ֣יצֻתָ֔ם</w>
845
+ <w>כְּמוֹ־</w>
846
+ <w>לֶאֱכֹ֥ל</w>
847
+ <w>עָנִ֖י</w>
848
+ <w>בַּמִּסְתָּֽר׃</w>
849
+ </v>
850
+ <v n="15">
851
+ <w>דָּרַ֥כְתָּ</w>
852
+ <w>בַיָּ֖ם</w>
853
+ <w>סוּסֶ֑יךָ</w>
854
+ <w>חֹ֖מֶר</w>
855
+ <w>מַ֥יִם</w>
856
+ <w>רַבִּֽים׃</w>
857
+ </v>
858
+ <v n="16">
859
+ <w>שָׁמַ֣עְתִּי ׀</w>
860
+ <w>וַתִּרְגַּ֣ז</w>
861
+ <w>בִּטְנִ֗י</w>
862
+ <w>לְקוֹל֙</w>
863
+ <w>צָלֲל֣וּ</w>
864
+ <w>שְׂפָתַ֔י</w>
865
+ <w>יָב֥וֹא</w>
866
+ <w>רָקָ֛ב</w>
867
+ <w>בַּעֲצָמַ֖י</w>
868
+ <w>וְתַחְתַּ֣י</w>
869
+ <w>אֶרְגָּ֑ז</w>
870
+ <w>אֲשֶׁ֤ר</w>
871
+ <w>אָנ֙וּחַ֙</w>
872
+ <w>לְי֣וֹם</w>
873
+ <w>צָרָ֔ה</w>
874
+ <w>לַעֲל֖וֹת</w>
875
+ <w>לְעַ֥ם</w>
876
+ <w>יְגוּדֶֽנּוּ׃</w>
877
+ </v>
878
+ <v n="17">
879
+ <w>כִּֽי־</w>
880
+ <w>תְאֵנָ֣ה</w>
881
+ <w>לֹֽא־</w>
882
+ <w>תִפְרָ֗ח</w>
883
+ <w>וְאֵ֤ין</w>
884
+ <w>יְבוּל֙</w>
885
+ <w>בַּגְּפָנִ֔ים</w>
886
+ <w>כִּחֵשׁ֙</w>
887
+ <w>מַעֲשֵׂה־</w>
888
+ <w>זַ֔יִת</w>
889
+ <w>וּשְׁדֵמ֖וֹת</w>
890
+ <w>לֹא־</w>
891
+ <w>עָ֣שָׂה</w>
892
+ <w>אֹ֑כֶל</w>
893
+ <w>גָּזַ֤ר</w>
894
+ <w>מִמִּכְלָה֙</w>
895
+ <w>צֹ֔אן</w>
896
+ <w>וְאֵ֥ין</w>
897
+ <w>בָּקָ֖ר</w>
898
+ <w>בָּרְפָתִֽים׃</w>
899
+ </v>
900
+ <v n="18">
901
+ <w>וַאֲנִ֖י</w>
902
+ <w>בַּיהוָ֣ה</w>
903
+ <w>אֶעְל֑וֹזָה</w>
904
+ <w>אָגִ֖ילָה</w>
905
+ <w>בֵּאלֹהֵ֥י</w>
906
+ <w>יִשְׁעִֽי׃</w>
907
+ </v>
908
+ <v n="19">
909
+ <w>יְהוִ֤הּ</w>
910
+ <w>אֲדֹנָי֙</w>
911
+ <w>חֵילִ֔י</w>
912
+ <w>וַיָּ֤שֶׂם</w>
913
+ <w>רַגְלַי֙</w>
914
+ <w>כָּֽאַיָּל֔וֹת</w>
915
+ <w>וְעַ֥ל</w>
916
+ <w>בָּמוֹתַ֖י</w>
917
+ <w>יַדְרִכֵ֑נִי</w>
918
+ <w>לַמְנַצֵּ֖חַ</w>
919
+ <w>בִּנְגִינוֹתָֽי׃</w>
920
+ </v>
921
+ <vs>19</vs>
922
+ </c>
923
+ <vs>56</vs>
924
+ <cs>3</cs>
925
+ </book>
926
+ </tanach>
927
+ <notes>
928
+ <note>
929
+ <code>4</code>
930
+ <gccode>4</gccode>
931
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
932
+ </note>
933
+ <note>
934
+ <code>5</code>
935
+ <gccode>5</gccode>
936
+ <note>Large letter(s). Shown as large letters.</note>
937
+ </note>
938
+ <note>
939
+ <code>6</code>
940
+ <gccode>6</gccode>
941
+ <note>Small letter(s). Shown as small letters.</note>
942
+ </note>
943
+ <note>
944
+ <code>7</code>
945
+ <gccode>7</gccode>
946
+ <note>Suspended letter(s). Shown as suspended letters.</note>
947
+ </note>
948
+ <note>
949
+ <code>8</code>
950
+ <gccode>8</gccode>
951
+ <note>Inverted nun in the text.</note>
952
+ </note>
953
+ <note>
954
+ <code>c</code>
955
+ <gccode>c</gccode>
956
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
957
+ </note>
958
+ <note>
959
+ <code>d</code>
960
+ <gccode>d</gccode>
961
+ <note>This tipeha is a dehi in other texts.</note>
962
+ </note>
963
+ <note>
964
+ <code>m</code>
965
+ <gccode>m</gccode>
966
+ <note>This meteg is a merkha in other texts.</note>
967
+ </note>
968
+ <note>
969
+ <code>q</code>
970
+ <gccode>q</gccode>
971
+ <note>UXLC differs from the conventional word for the qere.</note>
972
+ </note>
973
+ <note>
974
+ <code>t</code>
975
+ <gccode>t</gccode>
976
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
977
+ </note>
978
+ <note>
979
+ <code>X</code>
980
+ <gccode>X</gccode>
981
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
982
+ </note>
983
+ <note>
984
+ <code>y</code>
985
+ <gccode>y</gccode>
986
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
987
+ </note>
988
+ </notes>
989
+ </Tanach>
texts/tanach/23_Zephaniah.xml ADDED
@@ -0,0 +1,1092 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Zephaniah</title>
11
+ <title level="a" type="mainhebrew">צפניה</title>
12
+ <title level="a" type="filename">Zephaniah</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>34544</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>2:15.1</citation>
63
+ <description>Add note 'c' because of multiple accents on word.</description>
64
+ <author>cvk</author>
65
+ <filedate>2021.04.01</filedate>
66
+ <date>2020.12.22</date>
67
+ <n>3</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>3:20.5</citation>
71
+ <description>Change tsere under ayin to segol.</description>
72
+ <author>Daniel Holman</author>
73
+ <filedate>2023.04.01</filedate>
74
+ <date>2022.12.12</date>
75
+ <n>12</n>
76
+ </correction>
77
+ </notesStmt>
78
+ <sourceDesc>
79
+ <biblItem>
80
+ <title>Hebrew Bible</title>
81
+ <title>Leningrad Codex</title>
82
+ <editor>Shemu'el ben Ya'akov</editor>
83
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
84
+ <edition>Original document</edition>
85
+ <imprint>
86
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
87
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
88
+ <date>1008</date>
89
+ </imprint>
90
+ <idno type="Accession">Firkovich B 19 A</idno>
91
+ </biblItem>
92
+ <biblItem>
93
+ <title>The Leningrad Codex - A Facsimile Edition</title>
94
+ <editor>Freedman, David Noel</editor>
95
+ <editor>Beck, Astrid B.</editor>
96
+ <edition>First</edition>
97
+ <imprint>
98
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
99
+ <pubPlace>Grand Rapids, MI</pubPlace>
100
+ <date>1998</date>
101
+ </imprint>
102
+ <idno type="IBSN">0-8028-3786-7</idno>
103
+ </biblItem>
104
+ <biblItem>
105
+ <title>The Westminster Leningrad Codex</title>
106
+ <editor>Salisbury, Stephen K.</editor>
107
+ <edition>WLC 4.20</edition>
108
+ <imprint>
109
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
110
+ <pubPlace>2960 Church Rd.</pubPlace>
111
+ <pubPlace>Glenside, PA 19038</pubPlace>
112
+ <date>25 January 2016</date>
113
+ </imprint>
114
+ <idno type="Unknown"/>
115
+ </biblItem>
116
+ </sourceDesc>
117
+ </fileDesc>
118
+ <encodingDesc>
119
+ </encodingDesc>
120
+ <profileDesc>
121
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
122
+ <date>25 Jan 2016</date>
123
+ <langUsage>
124
+ <language ident="HE">Hebrew</language>
125
+ </langUsage>
126
+ </profileDesc>
127
+ </teiHeader>
128
+ <tanach>
129
+ <book>
130
+ <names>
131
+ <name>Zephaniah</name>
132
+ <abbrev>Zeph</abbrev>
133
+ <number>23</number>
134
+ <filename>Zephaniah</filename>
135
+ <hebrewname>צפניה</hebrewname>
136
+ </names>
137
+ <c n="1">
138
+ <v n="1">
139
+ <w>דְּבַר־</w>
140
+ <w>יְהוָ֣ה ׀</w>
141
+ <w>אֲשֶׁ֣ר</w>
142
+ <w>הָיָ֗ה</w>
143
+ <w>אֶל־</w>
144
+ <w>צְפַנְיָה֙</w>
145
+ <w>בֶּן־</w>
146
+ <w>כּוּשִׁ֣י</w>
147
+ <w>בֶן־</w>
148
+ <w>גְּדַלְיָ֔ה</w>
149
+ <w>בֶּן־</w>
150
+ <w>אֲמַרְיָ֖ה</w>
151
+ <w>בֶּן־</w>
152
+ <w>חִזְקִיָּ֑ה</w>
153
+ <w>בִּימֵ֛י</w>
154
+ <w>יֹאשִׁיָּ֥הוּ</w>
155
+ <w>בֶן־</w>
156
+ <w>אָמ֖וֹן</w>
157
+ <w>מֶ֥לֶךְ</w>
158
+ <w>יְהוּדָֽה׃</w>
159
+ </v>
160
+ <v n="2">
161
+ <w>אָסֹ֨ף</w>
162
+ <w>אָסֵ֜ף</w>
163
+ <w>כֹּ֗ל</w>
164
+ <w>מֵעַ֛ל</w>
165
+ <w>פְּנֵ֥י</w>
166
+ <w>הָאֲדָמָ֖ה</w>
167
+ <w>נְאֻם־</w>
168
+ <w>יְהוָֽה׃</w>
169
+ </v>
170
+ <v n="3">
171
+ <w>אָסֵ֨ף</w>
172
+ <w>אָדָ֜ם</w>
173
+ <w>וּבְהֵמָ֗ה</w>
174
+ <w>אָסֵ֤ף</w>
175
+ <w>עוֹף־</w>
176
+ <w>הַשָּׁמַ֙יִם֙</w>
177
+ <w>וּדְגֵ֣י</w>
178
+ <w>הַיָּ֔ם</w>
179
+ <w>וְהַמַּכְשֵׁל֖וֹת</w>
180
+ <w>אֶת־</w>
181
+ <w>הָרְשָׁעִ֑ים</w>
182
+ <w>וְהִכְרַתִּ֣י</w>
183
+ <w>אֶת־</w>
184
+ <w>הָאָדָ֗ם</w>
185
+ <w>מֵעַ֛ל</w>
186
+ <w>פְּנֵ֥י</w>
187
+ <w>הָאֲדָמָ֖ה</w>
188
+ <w>נְאֻם־</w>
189
+ <w>יְהוָֽה׃</w>
190
+ </v>
191
+ <v n="4">
192
+ <w>וְנָטִ֤יתִי</w>
193
+ <w>יָדִי֙</w>
194
+ <w>עַל־</w>
195
+ <w>יְהוּדָ֔ה</w>
196
+ <w>וְעַ֖ל</w>
197
+ <w>כָּל־</w>
198
+ <w>יוֹשְׁבֵ֣י</w>
199
+ <w>יְרוּשָׁלָ֑͏ִם</w>
200
+ <w>וְהִכְרַתִּ֞י</w>
201
+ <w>מִן־</w>
202
+ <w>הַמָּק֤וֹם</w>
203
+ <w>הַזֶּה֙</w>
204
+ <w>אֶת־</w>
205
+ <w>שְׁאָ֣ר</w>
206
+ <w>הַבַּ֔עַל</w>
207
+ <w>אֶת־</w>
208
+ <w>שֵׁ֥ם</w>
209
+ <w>הַכְּמָרִ֖ים</w>
210
+ <w>עִם־</w>
211
+ <w>הַכֹּהֲנִֽים׃</w>
212
+ </v>
213
+ <v n="5">
214
+ <w>וְאֶת־</w>
215
+ <w>הַמִּשְׁתַּחֲוִ֥ים</w>
216
+ <w>עַל־</w>
217
+ <w>הַגַּגּ֖וֹת</w>
218
+ <w>לִצְבָ֣א</w>
219
+ <w>הַשָּׁמָ֑יִם</w>
220
+ <w>וְאֶת־</w>
221
+ <w>הַמִּֽשְׁתַּחֲוִים֙</w>
222
+ <w>הַנִּשְׁבָּעִ֣ים</w>
223
+ <w>לַֽיהוָ֔ה</w>
224
+ <w>וְהַנִּשְׁבָּעִ֖ים</w>
225
+ <w>בְּמַלְכָּֽם׃</w>
226
+ </v>
227
+ <v n="6">
228
+ <w>וְאֶת־</w>
229
+ <w>הַנְּסוֹגִ֖ים</w>
230
+ <w>מֵאַחֲרֵ֣י</w>
231
+ <w>יְהוָ֑ה</w>
232
+ <w>וַאֲשֶׁ֛ר</w>
233
+ <w>לֹֽא־</w>
234
+ <w>בִקְשׁ֥וּ</w>
235
+ <w>אֶת־</w>
236
+ <w>יְהוָ֖ה</w>
237
+ <w>וְלֹ֥א</w>
238
+ <w>דְרָשֻֽׁהוּ׃</w>
239
+ </v>
240
+ <v n="7">
241
+ <w>הַ֕ס</w>
242
+ <w>מִפְּנֵ֖י</w>
243
+ <w>אֲדֹנָ֣י</w>
244
+ <w>יְהוִ֑ה</w>
245
+ <w>כִּ֤י</w>
246
+ <w>קָרוֹב֙</w>
247
+ <w>י֣וֹם</w>
248
+ <w>יְהוָ֔ה</w>
249
+ <w>כִּֽי־</w>
250
+ <w>הֵכִ֧ין</w>
251
+ <w>יְהוָ֛ה</w>
252
+ <w>זֶ֖בַח</w>
253
+ <w>הִקְדִּ֥ישׁ</w>
254
+ <w>קְרֻאָֽיו׃</w>
255
+ </v>
256
+ <v n="8">
257
+ <w>וְהָיָ֗ה</w>
258
+ <w>בְּיוֹם֙</w>
259
+ <w>זֶ֣בַח</w>
260
+ <w>יְהוָ֔ה</w>
261
+ <w>וּפָקַדְתִּ֥י</w>
262
+ <w>עַל־</w>
263
+ <w>הַשָּׂרִ֖ים</w>
264
+ <w>וְעַל־</w>
265
+ <w>בְּנֵ֣י</w>
266
+ <w>הַמֶּ֑לֶךְ</w>
267
+ <w>וְעַ֥ל</w>
268
+ <w>כָּל־</w>
269
+ <w>הַלֹּבְשִׁ֖ים</w>
270
+ <w>מַלְבּ֥וּשׁ</w>
271
+ <w>נָכְרִֽי׃</w>
272
+ </v>
273
+ <v n="9">
274
+ <w>וּפָקַדְתִּ֗י</w>
275
+ <w>עַ֧ל</w>
276
+ <w>כָּל־</w>
277
+ <w>הַדּוֹלֵ֛ג</w>
278
+ <w>עַל־</w>
279
+ <w>הַמִּפְתָּ֖ן</w>
280
+ <w>בַּיּ֣וֹם</w>
281
+ <w>הַה֑וּא</w>
282
+ <w>הַֽמְמַלְאִ֛ים</w>
283
+ <w>בֵּ֥ית</w>
284
+ <w>אֲדֹנֵיהֶ֖ם</w>
285
+ <w>חָמָ֥ס</w>
286
+ <w>וּמִרְמָֽה׃</w>
287
+ <samekh/>
288
+ </v>
289
+ <v n="10">
290
+ <w>וְהָיָה֩</w>
291
+ <w>בַיּ֨וֹם</w>
292
+ <w>הַה֜וּא</w>
293
+ <w>נְאֻם־</w>
294
+ <w>יְהוָ֗ה</w>
295
+ <w>ק֤וֹל</w>
296
+ <w>צְעָקָה֙</w>
297
+ <w>מִשַּׁ֣עַר</w>
298
+ <w>הַדָּגִ֔ים</w>
299
+ <w>וִֽילָלָ֖ה</w>
300
+ <w>מִן־</w>
301
+ <w>הַמִּשְׁנֶ֑ה</w>
302
+ <w>וְשֶׁ֥בֶר</w>
303
+ <w>גָּד֖וֹל</w>
304
+ <w>מֵהַגְּבָעֽוֹת׃</w>
305
+ </v>
306
+ <v n="11">
307
+ <w>הֵילִ֖ילוּ</w>
308
+ <w>יֹשְׁבֵ֣י</w>
309
+ <w>הַמַּכְתֵּ֑שׁ</w>
310
+ <w>כִּ֤י</w>
311
+ <w>נִדְמָה֙</w>
312
+ <w>כָּל־</w>
313
+ <w>עַ֣ם</w>
314
+ <w>כְּנַ֔עַן</w>
315
+ <w>נִכְרְת֖וּ</w>
316
+ <w>כָּל־</w>
317
+ <w>נְטִ֥ילֵי</w>
318
+ <w>כָֽסֶף׃</w>
319
+ </v>
320
+ <v n="12">
321
+ <w>וְהָיָה֙</w>
322
+ <w>בָּעֵ֣ת</w>
323
+ <w>הַהִ֔יא</w>
324
+ <w>אֲחַפֵּ֥שׂ</w>
325
+ <w>אֶת־</w>
326
+ <w>יְרוּשָׁלַ֖͏ִם</w>
327
+ <w>בַּנֵּר֑וֹת</w>
328
+ <w>וּפָקַדְתִּ֣י</w>
329
+ <w>עַל־</w>
330
+ <w>הָאֲנָשִׁ֗ים</w>
331
+ <w>הַקֹּֽפְאִים֙</w>
332
+ <w>עַל־</w>
333
+ <w>שִׁמְרֵיהֶ֔ם</w>
334
+ <w>הָאֹֽמְרִים֙</w>
335
+ <w>בִּלְבָבָ֔ם</w>
336
+ <w>לֹֽא־</w>
337
+ <w>יֵיטִ֥יב</w>
338
+ <w>יְהוָ֖ה</w>
339
+ <w>וְלֹ֥א</w>
340
+ <w>יָרֵֽעַ׃</w>
341
+ </v>
342
+ <v n="13">
343
+ <w>וְהָיָ֤ה</w>
344
+ <w>חֵילָם֙</w>
345
+ <w>לִמְשִׁסָּ֔ה</w>
346
+ <w>וּבָתֵּיהֶ֖ם</w>
347
+ <w>לִשְׁמָמָ֑ה</w>
348
+ <w>וּבָנ֤וּ</w>
349
+ <w>בָתִּים֙</w>
350
+ <w>וְלֹ֣א</w>
351
+ <w>יֵשֵׁ֔בוּ</w>
352
+ <w>וְנָטְע֣וּ</w>
353
+ <w>כְרָמִ֔ים</w>
354
+ <w>וְלֹ֥א</w>
355
+ <w>יִשְׁתּ֖וּ</w>
356
+ <w>אֶת־</w>
357
+ <w>יֵינָֽם׃</w>
358
+ </v>
359
+ <v n="14">
360
+ <w>קָר֤וֹב</w>
361
+ <w>יוֹם־</w>
362
+ <w>יְהוָה֙</w>
363
+ <w>הַגָּד֔וֹל</w>
364
+ <w>קָר֖וֹב</w>
365
+ <w>וּמַהֵ֣ר</w>
366
+ <w>מְאֹ֑ד</w>
367
+ <w>ק֚וֹל</w>
368
+ <w>י֣וֹם</w>
369
+ <w>יְהוָ֔ה</w>
370
+ <w>מַ֥ר</w>
371
+ <w>צֹרֵ֖חַ</w>
372
+ <w>שָׁ֥ם</w>
373
+ <w>גִּבּֽוֹר׃</w>
374
+ </v>
375
+ <v n="15">
376
+ <w>י֥וֹם</w>
377
+ <w>עֶבְרָ֖ה</w>
378
+ <w>הַיּ֣וֹם</w>
379
+ <w>הַה֑וּא</w>
380
+ <w>י֧וֹם</w>
381
+ <w>צָרָ֣ה</w>
382
+ <w>וּמְצוּקָ֗ה</w>
383
+ <w>י֤וֹם</w>
384
+ <w>שֹׁאָה֙</w>
385
+ <w>וּמְשׁוֹאָ֔ה</w>
386
+ <w>י֥וֹם</w>
387
+ <w>חֹ֙שֶׁךְ֙</w>
388
+ <w>וַאֲפֵלָ֔ה</w>
389
+ <w>י֥וֹם</w>
390
+ <w>עָנָ֖ן</w>
391
+ <w>וַעֲרָפֶֽל׃</w>
392
+ </v>
393
+ <v n="16">
394
+ <w>י֥וֹם</w>
395
+ <w>שׁוֹפָ֖ר</w>
396
+ <w>וּתְרוּעָ֑ה</w>
397
+ <w>עַ֚ל</w>
398
+ <w>הֶעָרִ֣ים</w>
399
+ <w>הַבְּצֻר֔וֹת</w>
400
+ <w>וְעַ֖ל</w>
401
+ <w>הַפִּנּ֥וֹת</w>
402
+ <w>הַגְּבֹהֽוֹת׃</w>
403
+ </v>
404
+ <v n="17">
405
+ <w>וַהֲצֵרֹ֣תִי</w>
406
+ <w>לָאָדָ֗ם</w>
407
+ <w>וְהָֽלְכוּ֙</w>
408
+ <w>כַּֽעִוְרִ֔ים</w>
409
+ <w>כִּ֥י</w>
410
+ <w>לַֽיהוָ֖ה</w>
411
+ <w>חָטָ֑אוּ</w>
412
+ <w>וְשֻׁפַּ֤ךְ</w>
413
+ <w>דָּמָם֙</w>
414
+ <w>כֶּֽעָפָ֔ר</w>
415
+ <w>וּלְחֻמָ֖ם</w>
416
+ <w>כַּגְּלָלִֽים׃</w>
417
+ </v>
418
+ <v n="18">
419
+ <w>גַּם־</w>
420
+ <w>כַּסְפָּ֨ם</w>
421
+ <w>גַּם־</w>
422
+ <w>זְהָבָ֜ם</w>
423
+ <w>לֹֽא־</w>
424
+ <w>יוּכַ֣ל</w>
425
+ <w>לְהַצִּילָ֗ם</w>
426
+ <w>בְּיוֹם֙</w>
427
+ <w>עֶבְרַ֣ת</w>
428
+ <w>יְהוָ֔ה</w>
429
+ <w>וּבְאֵשׁ֙</w>
430
+ <w>קִנְאָת֔וֹ</w>
431
+ <w>תֵּאָכֵ֖ל</w>
432
+ <w>כָּל־</w>
433
+ <w>הָאָ֑רֶץ</w>
434
+ <w>כִּֽי־</w>
435
+ <w>כָלָ֤ה</w>
436
+ <w>אַךְ־</w>
437
+ <w>נִבְהָלָה֙</w>
438
+ <w>יַֽעֲשֶׂ֔ה</w>
439
+ <w>אֵ֥ת</w>
440
+ <w>כָּל־</w>
441
+ <w>יֹשְׁבֵ֖י</w>
442
+ <w>הָאָֽרֶץ׃</w>
443
+ <samekh/>
444
+ </v>
445
+ <vs>18</vs>
446
+ </c>
447
+ <c n="2">
448
+ <v n="1">
449
+ <w>הִֽתְקוֹשְׁשׁ֖וּ</w>
450
+ <w>וָק֑וֹשּׁוּ</w>
451
+ <w>הַגּ֖וֹי</w>
452
+ <w>לֹ֥א</w>
453
+ <w>נִכְסָֽף׃</w>
454
+ </v>
455
+ <v n="2">
456
+ <w>בְּטֶ֙רֶם֙</w>
457
+ <w>לֶ֣דֶת</w>
458
+ <w>חֹ֔ק</w>
459
+ <w>כְּמֹ֖ץ</w>
460
+ <w>עָ֣בַר</w>
461
+ <w>י֑וֹם</w>
462
+ <w>בְּטֶ֣רֶם ׀</w>
463
+ <w>לֹא־</w>
464
+ <w>יָב֣וֹא</w>
465
+ <w>עֲלֵיכֶ֗ם</w>
466
+ <w>חֲרוֹן֙</w>
467
+ <w>אַף־</w>
468
+ <w>יְהוָ֔ה</w>
469
+ <w>בְּטֶ֙רֶם֙</w>
470
+ <w>לֹא־</w>
471
+ <w>יָב֣וֹא</w>
472
+ <w>עֲלֵיכֶ֔ם</w>
473
+ <w>י֖וֹם</w>
474
+ <w>אַף־</w>
475
+ <w>יְהוָֽה׃</w>
476
+ </v>
477
+ <v n="3">
478
+ <w>בַּקְּשׁ֤וּ</w>
479
+ <w>אֶת־</w>
480
+ <w>יְהוָה֙</w>
481
+ <w>כָּל־</w>
482
+ <w>עַנְוֵ֣י</w>
483
+ <w>הָאָ֔רֶץ</w>
484
+ <w>אֲשֶׁ֥ר</w>
485
+ <w>מִשְׁפָּט֖וֹ</w>
486
+ <w>פָּעָ֑לוּ</w>
487
+ <w>בַּקְּשׁוּ־</w>
488
+ <w>צֶ֙דֶק֙</w>
489
+ <w>בַּקְּשׁ֣וּ</w>
490
+ <w>עֲנָוָ֔ה</w>
491
+ <w>אוּלַי֙</w>
492
+ <w>תִּסָּ֣תְר֔וּ</w>
493
+ <w>בְּי֖וֹם</w>
494
+ <w>אַף־</w>
495
+ <w>יְהוָֽה׃</w>
496
+ </v>
497
+ <v n="4">
498
+ <w>כִּ֤י</w>
499
+ <w>עַזָּה֙</w>
500
+ <w>עֲזוּבָ֣ה</w>
501
+ <w>תִֽהְיֶ֔ה</w>
502
+ <w>וְאַשְׁקְל֖וֹן</w>
503
+ <w>לִשְׁמָמָ֑ה</w>
504
+ <w>אַשְׁדּ֗וֹד</w>
505
+ <w>בַּֽצָּהֳרַ֙יִם֙</w>
506
+ <w>יְגָ֣רְשׁ֔וּהָ</w>
507
+ <w>וְעֶקְר֖וֹן</w>
508
+ <w>תֵּעָקֵֽר׃</w>
509
+ <samekh/>
510
+ </v>
511
+ <v n="5">
512
+ <w>ה֗וֹי</w>
513
+ <w>יֹֽשְׁבֵ֛י</w>
514
+ <w>חֶ֥בֶל</w>
515
+ <w>הַיָּ֖ם</w>
516
+ <w>גּ֣וֹי</w>
517
+ <w>כְּרֵתִ֑ים</w>
518
+ <w>דְּבַר־</w>
519
+ <w>יְהוָ֣ה</w>
520
+ <w>עֲלֵיכֶ֗ם</w>
521
+ <w>כְּנַ֙עַן֙</w>
522
+ <w>אֶ֣רֶץ</w>
523
+ <w>פְּלִשְׁתִּ֔ים</w>
524
+ <w>וְהַאֲבַדְתִּ֖יךְ</w>
525
+ <w>מֵאֵ֥ין</w>
526
+ <w>יוֹשֵֽׁב׃</w>
527
+ </v>
528
+ <v n="6">
529
+ <w>וְֽהָיְתָ֞ה</w>
530
+ <w>חֶ֣בֶל</w>
531
+ <w>הַיָּ֗ם</w>
532
+ <w>נְוֺ֛ת</w>
533
+ <w>כְּרֹ֥ת</w>
534
+ <w>רֹעִ֖ים</w>
535
+ <w>וְגִדְר֥וֹת</w>
536
+ <w>צֹֽאן׃</w>
537
+ </v>
538
+ <v n="7">
539
+ <w>וְהָ֣יָה</w>
540
+ <w>חֶ֗בֶל</w>
541
+ <w>לִשְׁאֵרִ֛ית</w>
542
+ <w>בֵּ֥ית</w>
543
+ <w>יְהוּדָ֖ה</w>
544
+ <w>עֲלֵיהֶ֣ם</w>
545
+ <w>יִרְע֑וּן</w>
546
+ <w>בְּבָתֵּ֣י</w>
547
+ <w>אַשְׁקְל֗וֹן</w>
548
+ <w>בָּעֶ֙רֶב֙</w>
549
+ <w>יִרְבָּצ֔וּן</w>
550
+ <w>כִּ֧י</w>
551
+ <w>יִפְקְדֵ֛ם</w>
552
+ <w>יְהוָ֥ה</w>
553
+ <w>אֱלֹהֵיהֶ֖ם</w>
554
+ <w>וְשָׁ֥ב</w>
555
+ <k>שבותם</k>
556
+ <q>שְׁבִיתָֽם׃</q>
557
+ </v>
558
+ <v n="8">
559
+ <w>שָׁמַ֙עְתִּי֙</w>
560
+ <w>חֶרְפַּ֣ת</w>
561
+ <w>מוֹאָ֔ב</w>
562
+ <w>וְגִדּוּפֵ֖י</w>
563
+ <w>בְּנֵ֣י</w>
564
+ <w>עַמּ֑וֹן</w>
565
+ <w>אֲשֶׁ֤ר</w>
566
+ <w>חֵֽרְפוּ֙</w>
567
+ <w>אֶת־</w>
568
+ <w>עַמִּ֔י</w>
569
+ <w>וַיַּגְדִּ֖ילוּ</w>
570
+ <w>עַל־</w>
571
+ <w>גְּבוּלָֽם׃</w>
572
+ </v>
573
+ <v n="9">
574
+ <w>לָכֵ֣ן</w>
575
+ <w>חַי־</w>
576
+ <w>אָ֡נִי</w>
577
+ <w>נְאֻם֩</w>
578
+ <w>יְהוָ֨ה</w>
579
+ <w>צְבָא֜וֹת</w>
580
+ <w>אֱלֹהֵ֣י</w>
581
+ <w>יִשְׂרָאֵ֗ל</w>
582
+ <w>כִּֽי־</w>
583
+ <w>מוֹאָ֞ב</w>
584
+ <w>כִּסְדֹ֤ם</w>
585
+ <w>תִּֽהְיֶה֙</w>
586
+ <w>וּבְנֵ֤י</w>
587
+ <w>עַמּוֹן֙</w>
588
+ <w>כַּֽעֲמֹרָ֔ה</w>
589
+ <w>מִמְשַׁ֥ק</w>
590
+ <w>חָר֛וּל</w>
591
+ <w>וּמִכְרֵה־</w>
592
+ <w>מֶ֥לַח</w>
593
+ <w>וּשְׁמָמָ֖ה</w>
594
+ <w>עַד־</w>
595
+ <w>עוֹלָ֑ם</w>
596
+ <w>שְׁאֵרִ֤ית</w>
597
+ <w>עַמִּי֙</w>
598
+ <w>יְבָזּ֔וּם</w>
599
+ <w>וְיֶ֥תֶר</w>
600
+ <k>גוי</k>
601
+ <q>גּוֹיִ֖י</q>
602
+ <w>יִנְחָלֽוּם׃</w>
603
+ </v>
604
+ <v n="10">
605
+ <w>זֹ֥את</w>
606
+ <w>לָהֶ֖ם</w>
607
+ <w>תַּ֣חַת</w>
608
+ <w>גְּאוֹנָ֑ם</w>
609
+ <w>כִּ֤י</w>
610
+ <w>חֵֽרְפוּ֙</w>
611
+ <w>וַיַּגְדִּ֔לוּ</w>
612
+ <w>עַל־</w>
613
+ <w>עַ֖ם</w>
614
+ <w>יְהוָ֥ה</w>
615
+ <w>צְבָאֽוֹת׃</w>
616
+ </v>
617
+ <v n="11">
618
+ <w>נוֹרָ֤א</w>
619
+ <w>יְהוָה֙</w>
620
+ <w>עֲלֵיהֶ֔ם</w>
621
+ <w>כִּ֣י</w>
622
+ <w>רָזָ֔ה</w>
623
+ <w>אֵ֖ת</w>
624
+ <w>כָּל־</w>
625
+ <w>אֱלֹהֵ֣י</w>
626
+ <w>הָאָ֑רֶץ</w>
627
+ <w>וְיִשְׁתַּֽחֲווּ־</w>
628
+ <w>לוֹ֙</w>
629
+ <w>אִ֣ישׁ</w>
630
+ <w>מִמְּקוֹמ֔וֹ</w>
631
+ <w>כֹּ֖ל</w>
632
+ <w>אִיֵּ֥י</w>
633
+ <w>הַגּוֹיִֽם׃</w>
634
+ </v>
635
+ <v n="12">
636
+ <w>גַּם־</w>
637
+ <w>אַתֶּ֣ם</w>
638
+ <w>כּוּשִׁ֔ים</w>
639
+ <w>חַֽלְלֵ֥י</w>
640
+ <w>חַרְבִּ֖י</w>
641
+ <w>הֵֽמָּה׃</w>
642
+ </v>
643
+ <v n="13">
644
+ <w>וְיֵ֤ט</w>
645
+ <w>יָדוֹ֙</w>
646
+ <w>עַל־</w>
647
+ <w>צָפ֔וֹן</w>
648
+ <w>וִֽיאַבֵּ֖ד</w>
649
+ <w>אֶת־</w>
650
+ <w>אַשּׁ֑וּר</w>
651
+ <w>וְיָשֵׂ֤ם</w>
652
+ <w>אֶת־</w>
653
+ <w>נִֽינְוֵה֙</w>
654
+ <w>לִשְׁמָמָ֔ה</w>
655
+ <w>צִיָּ֖ה</w>
656
+ <w>כַּמִּדְבָּֽר׃</w>
657
+ </v>
658
+ <v n="14">
659
+ <w>וְרָבְצ֨וּ</w>
660
+ <w>בְתוֹכָ֤הּ</w>
661
+ <w>עֲדָרִים֙</w>
662
+ <w>כָּל־</w>
663
+ <w>חַיְתוֹ־</w>
664
+ <w>ג֔וֹי</w>
665
+ <w>גַּם־</w>
666
+ <w>קָאַת֙</w>
667
+ <w>גַּם־</w>
668
+ <w>קִפֹּ֔ד</w>
669
+ <w>בְּכַפְתֹּרֶ֖יהָ</w>
670
+ <w>יָלִ֑ינוּ</w>
671
+ <w>ק֠וֹל</w>
672
+ <w>יְשׁוֹרֵ֤ר</w>
673
+ <w>בַּֽחַלּוֹן֙</w>
674
+ <w>חֹ֣רֶב</w>
675
+ <w>בַּסַּ֔ף</w>
676
+ <w>כִּ֥י</w>
677
+ <w>אַרְזָ֖ה</w>
678
+ <w>עֵרָֽה׃</w>
679
+ </v>
680
+ <v n="15">
681
+ <w>זֹ֞֠<x>c</x>את</w>
682
+ <w>הָעִ֤יר</w>
683
+ <w>הָעַלִּיזָה֙</w>
684
+ <w>הַיּוֹשֶׁ֣בֶת</w>
685
+ <w>לָבֶ֔טַח</w>
686
+ <w>הָאֹֽמְרָה֙</w>
687
+ <w>בִּלְבָבָ֔הּ</w>
688
+ <w>אֲנִ֖י</w>
689
+ <w>וְאַפְסִ֣י</w>
690
+ <w>ע֑וֹד</w>
691
+ <w>אֵ֣יךְ ׀</w>
692
+ <w>הָיְתָ֣ה</w>
693
+ <w>לְשַׁמָּ֗ה</w>
694
+ <w>מַרְבֵּץ֙</w>
695
+ <w>לַֽחַיָּ֔ה</w>
696
+ <w>כֹּ֚ל</w>
697
+ <w>עוֹבֵ֣ר</w>
698
+ <w>עָלֶ֔יהָ</w>
699
+ <w>יִשְׁרֹ֖ק</w>
700
+ <w>יָנִ֥יעַ</w>
701
+ <w>יָדֽוֹ׃</w>
702
+ <samekh/>
703
+ </v>
704
+ <vs>15</vs>
705
+ </c>
706
+ <c n="3">
707
+ <v n="1">
708
+ <w>ה֥וֹי</w>
709
+ <w>מֹרְאָ֖ה</w>
710
+ <w>וְנִגְאָלָ֑ה</w>
711
+ <w>הָעִ֖יר</w>
712
+ <w>הַיּוֹנָֽה׃</w>
713
+ </v>
714
+ <v n="2">
715
+ <w>לֹ֤א</w>
716
+ <w>שָֽׁמְעָה֙</w>
717
+ <w>בְּק֔וֹל</w>
718
+ <w>לֹ֥א</w>
719
+ <w>לָקְחָ֖ה</w>
720
+ <w>מוּסָ֑ר</w>
721
+ <w>בַּֽיהוָה֙</w>
722
+ <w>לֹ֣א</w>
723
+ <w>בָטָ֔חָה</w>
724
+ <w>אֶל־</w>
725
+ <w>אֱלֹהֶ֖יהָ</w>
726
+ <w>לֹ֥א</w>
727
+ <w>קָרֵֽבָה׃</w>
728
+ </v>
729
+ <v n="3">
730
+ <w>שָׂרֶ֣יהָ</w>
731
+ <w>בְקִרְבָּ֔הּ</w>
732
+ <w>אֲרָי֖וֹת</w>
733
+ <w>שֹֽׁאֲגִ֑ים</w>
734
+ <w>שֹׁפְטֶ֙יהָ֙</w>
735
+ <w>זְאֵ֣בֵי</w>
736
+ <w>עֶ֔רֶב</w>
737
+ <w>לֹ֥א</w>
738
+ <w>גָרְמ֖וּ</w>
739
+ <w>לַבֹּֽקֶר׃</w>
740
+ </v>
741
+ <v n="4">
742
+ <w>נְבִיאֶ֙יהָ֙</w>
743
+ <w>פֹּֽחֲזִ֔ים</w>
744
+ <w>אַנְשֵׁ֖י</w>
745
+ <w>בֹּֽגְד֑וֹת</w>
746
+ <w>כֹּהֲנֶ֙יהָ֙</w>
747
+ <w>חִלְּלוּ־</w>
748
+ <w>קֹ֔דֶשׁ</w>
749
+ <w>חָמְס֖וּ</w>
750
+ <w>תּוֹרָֽה׃</w>
751
+ </v>
752
+ <v n="5">
753
+ <w>יְהוָ֤ה</w>
754
+ <w>צַדִּיק֙</w>
755
+ <w>בְּקִרְבָּ֔הּ</w>
756
+ <w>לֹ֥א</w>
757
+ <w>יַעֲשֶׂ֖ה</w>
758
+ <w>עַוְלָ֑ה</w>
759
+ <w>בַּבֹּ֨קֶר</w>
760
+ <w>בַּבֹּ֜קֶר</w>
761
+ <w>מִשְׁפָּט֨וֹ</w>
762
+ <w>יִתֵּ֤ן</w>
763
+ <w>לָאוֹר֙</w>
764
+ <w>��ֹ֣א</w>
765
+ <w>נֶעְדָּ֔ר</w>
766
+ <w>וְלֹֽא־</w>
767
+ <w>יוֹדֵ֥עַ</w>
768
+ <w>עַוָּ֖ל</w>
769
+ <w>בֹּֽשֶׁת׃</w>
770
+ </v>
771
+ <v n="6">
772
+ <w>הִכְרַ֣תִּי</w>
773
+ <w>גוֹיִ֗ם</w>
774
+ <w>נָשַׁ֙מּוּ֙</w>
775
+ <w>פִּנּוֹתָ֔ם</w>
776
+ <w>הֶחֱרַ֥בְתִּי</w>
777
+ <w>חֽוּצוֹתָ֖ם</w>
778
+ <w>מִבְּלִ֣י</w>
779
+ <w>עוֹבֵ֑ר</w>
780
+ <w>נִצְדּ֧וּ</w>
781
+ <w>עָרֵיהֶ֛ם</w>
782
+ <w>מִבְּלִי־</w>
783
+ <w>אִ֖ישׁ</w>
784
+ <w>מֵאֵ֥ין</w>
785
+ <w>יוֹשֵֽׁב׃</w>
786
+ </v>
787
+ <v n="7">
788
+ <w>אָמַ֜רְתִּי</w>
789
+ <w>אַךְ־</w>
790
+ <w>תִּירְאִ֤י</w>
791
+ <w>אוֹתִי֙</w>
792
+ <w>תִּקְחִ֣י</w>
793
+ <w>מוּסָ֔ר</w>
794
+ <w>וְלֹֽא־</w>
795
+ <w>יִכָּרֵ֣ת</w>
796
+ <w>מְעוֹנָ֔הּ</w>
797
+ <w>כֹּ֥ל</w>
798
+ <w>אֲשֶׁר־</w>
799
+ <w>פָּקַ֖דְתִּי</w>
800
+ <w>עָלֶ֑יהָ</w>
801
+ <w>אָכֵן֙</w>
802
+ <w>הִשְׁכִּ֣ימוּ</w>
803
+ <w>הִשְׁחִ֔יתוּ</w>
804
+ <w>כֹּ֖ל</w>
805
+ <w>עֲלִילוֹתָֽם׃</w>
806
+ </v>
807
+ <v n="8">
808
+ <w>לָכֵ֤ן</w>
809
+ <w>חַכּוּ־</w>
810
+ <w>לִי֙</w>
811
+ <w>נְאֻם־</w>
812
+ <w>יְהוָ֔ה</w>
813
+ <w>לְי֖וֹם</w>
814
+ <w>קוּמִ֣י</w>
815
+ <w>לְעַ֑ד</w>
816
+ <w>כִּ֣י</w>
817
+ <w>מִשְׁפָּטִי֩</w>
818
+ <w>לֶאֱסֹ֨ף</w>
819
+ <w>גּוֹיִ֜ם</w>
820
+ <w>לְקָבְצִ֣י</w>
821
+ <w>מַמְלָכ֗וֹת</w>
822
+ <w>לִשְׁפֹּ֨ךְ</w>
823
+ <w>עֲלֵיהֶ֤ם</w>
824
+ <w>זַעְמִי֙</w>
825
+ <w>כֹּ֚ל</w>
826
+ <w>חֲר֣וֹן</w>
827
+ <w>אַפִּ֔י</w>
828
+ <w>כִּ֚י</w>
829
+ <w>בְּאֵ֣שׁ</w>
830
+ <w>קִנְאָתִ֔י</w>
831
+ <w>תֵּאָכֵ֖ל</w>
832
+ <w>כָּל־</w>
833
+ <w>הָאָֽרֶץ׃</w>
834
+ </v>
835
+ <v n="9">
836
+ <w>כִּֽי־</w>
837
+ <w>אָ֛ז</w>
838
+ <w>אֶהְפֹּ֥ךְ</w>
839
+ <w>אֶל־</w>
840
+ <w>עַמִּ֖ים</w>
841
+ <w>שָׂפָ֣ה</w>
842
+ <w>בְרוּרָ֑ה</w>
843
+ <w>לִקְרֹ֤א</w>
844
+ <w>כֻלָּם֙</w>
845
+ <w>בְּשֵׁ֣ם</w>
846
+ <w>יְהוָ֔ה</w>
847
+ <w>לְעָבְד֖וֹ</w>
848
+ <w>שְׁכֶ֥ם</w>
849
+ <w>אֶחָֽד׃</w>
850
+ </v>
851
+ <v n="10">
852
+ <w>מֵעֵ֖בֶר</w>
853
+ <w>לְנַֽהֲרֵי־</w>
854
+ <w>כ֑וּשׁ</w>
855
+ <w>עֲתָרַי֙</w>
856
+ <w>בַּת־</w>
857
+ <w>פוּצַ֔י</w>
858
+ <w>יוֹבִל֖וּן</w>
859
+ <w>מִנְחָתִֽי׃</w>
860
+ </v>
861
+ <v n="11">
862
+ <w>בַּיּ֣וֹם</w>
863
+ <w>הַה֗וּא</w>
864
+ <w>לֹ֤א</w>
865
+ <w>תֵב֙וֹשִׁי֙</w>
866
+ <w>מִכֹּ֣ל</w>
867
+ <w>עֲלִילֹתַ֔יִךְ</w>
868
+ <w>אֲשֶׁ֥ר</w>
869
+ <w>פָּשַׁ֖עַתְּ</w>
870
+ <w>בִּ֑י</w>
871
+ <w>כִּי־</w>
872
+ <w>אָ֣ז ׀</w>
873
+ <w>אָסִ֣יר</w>
874
+ <w>מִקִּרְבֵּ֗ךְ</w>
875
+ <w>עַלִּיזֵי֙</w>
876
+ <w>גַּאֲוָתֵ֔ךְ</w>
877
+ <w>וְלֹֽא־</w>
878
+ <w>תוֹסִ֧פִי</w>
879
+ <w>לְגָבְהָ֛ה</w>
880
+ <w>ע֖וֹד</w>
881
+ <w>בְּהַ֥ר</w>
882
+ <w>קָדְשִֽׁי׃</w>
883
+ </v>
884
+ <v n="12">
885
+ <w>וְהִשְׁאַרְתִּ֣י</w>
886
+ <w>בְקִרְבֵּ֔ךְ</w>
887
+ <w>עַ֥ם</w>
888
+ <w>עָנִ֖י</w>
889
+ <w>וָדָ֑ל</w>
890
+ <w>וְחָס֖וּ</w>
891
+ <w>בְּשֵׁ֥ם</w>
892
+ <w>יְהוָֽה׃</w>
893
+ </v>
894
+ <v n="13">
895
+ <w>שְׁאֵרִ֨ית</w>
896
+ <w>יִשְׂרָאֵ֜ל</w>
897
+ <w>לֹֽא־</w>
898
+ <w>יַעֲשׂ֤וּ</w>
899
+ <w>עַוְלָה֙</w>
900
+ <w>וְלֹא־</w>
901
+ <w>יְדַבְּר֣וּ</w>
902
+ <w>כָזָ֔ב</w>
903
+ <w>וְלֹֽא־</w>
904
+ <w>יִמָּצֵ֥א</w>
905
+ <w>בְּפִיהֶ֖ם</w>
906
+ <w>לְשׁ֣וֹן</w>
907
+ <w>תַּרְמִ֑ית</w>
908
+ <w>כִּֽי־</w>
909
+ <w>הֵ֛מָּה</w>
910
+ <w>יִרְע֥וּ</w>
911
+ <w>וְרָבְצ֖וּ</w>
912
+ <w>וְאֵ֥ין</w>
913
+ <w>מַחֲרִֽיד׃</w>
914
+ <samekh/>
915
+ </v>
916
+ <v n="14">
917
+ <w>רָנִּי֙</w>
918
+ <w>בַּת־</w>
919
+ <w>צִיּ֔וֹן</w>
920
+ <w>הָרִ֖יעוּ</w>
921
+ <w>יִשְׂרָאֵ֑ל</w>
922
+ <w>שִׂמְחִ֤י</w>
923
+ <w>וְעָלְזִי֙</w>
924
+ <w>בְּכָל־</w>
925
+ <w>לֵ֔ב</w>
926
+ <w>בַּ֖ת</w>
927
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
928
+ </v>
929
+ <v n="15">
930
+ <w>הֵסִ֤יר</w>
931
+ <w>יְהוָה֙</w>
932
+ <w>מִשְׁפָּטַ֔יִךְ</w>
933
+ <w>פִּנָּ֖ה</w>
934
+ <w>אֹֽיְבֵ֑ךְ</w>
935
+ <w>מֶ֣לֶךְ</w>
936
+ <w>יִשְׂרָאֵ֤ל ׀</w>
937
+ <w>יְהוָה֙</w>
938
+ <w>בְּקִרְבֵּ֔ךְ</w>
939
+ <w>לֹא־</w>
940
+ <w>תִֽירְאִ֥י</w>
941
+ <w>רָ֖ע</w>
942
+ <w>עֽוֹד׃</w>
943
+ </v>
944
+ <v n="16">
945
+ <w>בַּיּ֣וֹם</w>
946
+ <w>הַה֔וּא</w>
947
+ <w>יֵאָמֵ֥ר</w>
948
+ <w>לִירֽוּשָׁלַ֖͏ִם</w>
949
+ <w>אַל־</w>
950
+ <w>תִּירָ֑אִי</w>
951
+ <w>צִיּ֖וֹן</w>
952
+ <w>אַל־</w>
953
+ <w>יִרְפּ֥וּ</w>
954
+ <w>יָדָֽיִךְ׃</w>
955
+ </v>
956
+ <v n="17">
957
+ <w>יְהוָ֧ה</w>
958
+ <w>אֱלֹהַ֛יִךְ</w>
959
+ <w>בְּקִרְבֵּ֖ך</w>
960
+ <w>גִּבּ֣וֹר</w>
961
+ <w>יוֹשִׁ֑יעַ</w>
962
+ <w>יָשִׂ֨ישׂ</w>
963
+ <w>עָלַ֜יִךְ</w>
964
+ <w>בְּשִׂמְחָ֗ה</w>
965
+ <w>יַחֲרִישׁ֙</w>
966
+ <w>בְּאַ֣הֲבָת֔וֹ</w>
967
+ <w>יָגִ֥יל</w>
968
+ <w>עָלַ֖יִךְ</w>
969
+ <w>בְּרִנָּֽה׃</w>
970
+ </v>
971
+ <v n="18">
972
+ <w>נוּגֵ֧י</w>
973
+ <w>מִמּוֹעֵ֛ד</w>
974
+ <w>אָסַ֖פְתִּי</w>
975
+ <w>מִמֵּ֣ךְ</w>
976
+ <w>הָי֑וּ</w>
977
+ <w>מַשְׂאֵ֥ת</w>
978
+ <w>עָלֶ֖יהָ</w>
979
+ <w>חֶרְפָּֽה׃</w>
980
+ </v>
981
+ <v n="19">
982
+ <w>הִנְנִ֥י</w>
983
+ <w>עֹשֶׂ֛ה</w>
984
+ <w>אֶת־</w>
985
+ <w>כָּל־</w>
986
+ <w>מְעַנַּ֖יִךְ</w>
987
+ <w>בָּעֵ֣ת</w>
988
+ <w>הַהִ֑יא</w>
989
+ <w>וְהוֹשַׁעְתִּ֣י</w>
990
+ <w>אֶת־</w>
991
+ <w>הַצֹּלֵעָ֗ה</w>
992
+ <w>וְהַנִּדָּחָה֙</w>
993
+ <w>אֲקַבֵּ֔ץ</w>
994
+ <w>וְשַׂמְתִּים֙</w>
995
+ <w>לִתְהִלָּ֣ה</w>
996
+ <w>וּלְשֵׁ֔ם</w>
997
+ <w>בְּכָל־</w>
998
+ <w>הָאָ֖רֶץ</w>
999
+ <w>בָּשְׁתָּֽם׃</w>
1000
+ </v>
1001
+ <v n="20">
1002
+ <w>בָּעֵ֤ת</w>
1003
+ <w>הַהִיא֙</w>
1004
+ <w>אָבִ֣יא</w>
1005
+ <w>אֶתְכֶ֔ם</w>
1006
+ <w>וּבָעֶ֖ת</w>
1007
+ <w>קַבְּצִ֣י</w>
1008
+ <w>אֶתְכֶ֑ם</w>
1009
+ <w>כִּֽי־</w>
1010
+ <w>אֶתֵּ֨ן</w>
1011
+ <w>אֶתְכֶ֜ם</w>
1012
+ <w>לְשֵׁ֣ם</w>
1013
+ <w>וְלִתְהִלָּ֗ה</w>
1014
+ <w>בְּכֹל֙</w>
1015
+ <w>עַמֵּ֣י</w>
1016
+ <w>הָאָ֔רֶץ</w>
1017
+ <w>בְּשׁוּבִ֧י</w>
1018
+ <w>אֶת־</w>
1019
+ <w>שְׁבוּתֵיכֶ֛ם</w>
1020
+ <w>לְעֵינֵיכֶ֖ם</w>
1021
+ <w>אָמַ֥ר</w>
1022
+ <w>יְהוָֽה׃</w>
1023
+ </v>
1024
+ <vs>20</vs>
1025
+ </c>
1026
+ <vs>53</vs>
1027
+ <cs>3</cs>
1028
+ </book>
1029
+ </tanach>
1030
+ <notes>
1031
+ <note>
1032
+ <code>4</code>
1033
+ <gccode>4</gccode>
1034
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
1035
+ </note>
1036
+ <note>
1037
+ <code>5</code>
1038
+ <gccode>5</gccode>
1039
+ <note>Large letter(s). Shown as large letters.</note>
1040
+ </note>
1041
+ <note>
1042
+ <code>6</code>
1043
+ <gccode>6</gccode>
1044
+ <note>Small letter(s). Shown as small letters.</note>
1045
+ </note>
1046
+ <note>
1047
+ <code>7</code>
1048
+ <gccode>7</gccode>
1049
+ <note>Suspended letter(s). Shown as suspended letters.</note>
1050
+ </note>
1051
+ <note>
1052
+ <code>8</code>
1053
+ <gccode>8</gccode>
1054
+ <note>Inverted nun in the text.</note>
1055
+ </note>
1056
+ <note>
1057
+ <code>c</code>
1058
+ <gccode>c</gccode>
1059
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
1060
+ </note>
1061
+ <note>
1062
+ <code>d</code>
1063
+ <gccode>d</gccode>
1064
+ <note>This tipeha is a dehi in other texts.</note>
1065
+ </note>
1066
+ <note>
1067
+ <code>m</code>
1068
+ <gccode>m</gccode>
1069
+ <note>This meteg is a merkha in other texts.</note>
1070
+ </note>
1071
+ <note>
1072
+ <code>q</code>
1073
+ <gccode>q</gccode>
1074
+ <note>UXLC differs from the conventional word for the qere.</note>
1075
+ </note>
1076
+ <note>
1077
+ <code>t</code>
1078
+ <gccode>t</gccode>
1079
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
1080
+ </note>
1081
+ <note>
1082
+ <code>X</code>
1083
+ <gccode>X</gccode>
1084
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
1085
+ </note>
1086
+ <note>
1087
+ <code>y</code>
1088
+ <gccode>y</gccode>
1089
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
1090
+ </note>
1091
+ </notes>
1092
+ </Tanach>
texts/tanach/24_Haggai.xml ADDED
@@ -0,0 +1,885 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Haggai</title>
11
+ <title level="a" type="mainhebrew">חגי</title>
12
+ <title level="a" type="filename">Haggai</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>28340</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>1:10.5</citation>
63
+ <description>In the LC the shin base letter has no dots, add note 'c'.</description>
64
+ <author>Ben Denckla</author>
65
+ <filedate>2021.10.19</filedate>
66
+ <date>2021.07.03</date>
67
+ <n>1</n>
68
+ </correction>
69
+ </notesStmt>
70
+ <sourceDesc>
71
+ <biblItem>
72
+ <title>Hebrew Bible</title>
73
+ <title>Leningrad Codex</title>
74
+ <editor>Shemu'el ben Ya'akov</editor>
75
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
76
+ <edition>Original document</edition>
77
+ <imprint>
78
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
79
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
80
+ <date>1008</date>
81
+ </imprint>
82
+ <idno type="Accession">Firkovich B 19 A</idno>
83
+ </biblItem>
84
+ <biblItem>
85
+ <title>The Leningrad Codex - A Facsimile Edition</title>
86
+ <editor>Freedman, David Noel</editor>
87
+ <editor>Beck, Astrid B.</editor>
88
+ <edition>First</edition>
89
+ <imprint>
90
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
91
+ <pubPlace>Grand Rapids, MI</pubPlace>
92
+ <date>1998</date>
93
+ </imprint>
94
+ <idno type="IBSN">0-8028-3786-7</idno>
95
+ </biblItem>
96
+ <biblItem>
97
+ <title>The Westminster Leningrad Codex</title>
98
+ <editor>Salisbury, Stephen K.</editor>
99
+ <edition>WLC 4.20</edition>
100
+ <imprint>
101
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
102
+ <pubPlace>2960 Church Rd.</pubPlace>
103
+ <pubPlace>Glenside, PA 19038</pubPlace>
104
+ <date>25 January 2016</date>
105
+ </imprint>
106
+ <idno type="Unknown"/>
107
+ </biblItem>
108
+ </sourceDesc>
109
+ </fileDesc>
110
+ <encodingDesc>
111
+ </encodingDesc>
112
+ <profileDesc>
113
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
114
+ <date>25 Jan 2016</date>
115
+ <langUsage>
116
+ <language ident="HE">Hebrew</language>
117
+ </langUsage>
118
+ </profileDesc>
119
+ </teiHeader>
120
+ <tanach>
121
+ <book>
122
+ <names>
123
+ <name>Haggai</name>
124
+ <abbrev>Hag</abbrev>
125
+ <number>24</number>
126
+ <filename>Haggai</filename>
127
+ <hebrewname>חגי</hebrewname>
128
+ </names>
129
+ <c n="1">
130
+ <v n="1">
131
+ <w>בִּשְׁנַ֤ת</w>
132
+ <w>שְׁתַּ֙יִם֙</w>
133
+ <w>לְדָרְיָ֣וֶשׁ</w>
134
+ <w>הַמֶּ֔לֶךְ</w>
135
+ <w>בַּחֹ֙דֶשׁ֙</w>
136
+ <w>הַשִּׁשִּׁ֔י</w>
137
+ <w>בְּי֥וֹם</w>
138
+ <w>אֶחָ֖ד</w>
139
+ <w>לַחֹ֑דֶשׁ</w>
140
+ <w>הָיָ֨ה</w>
141
+ <w>דְבַר־</w>
142
+ <w>יְהוָ֜ה</w>
143
+ <w>בְּיַד־</w>
144
+ <w>חַגַּ֣י</w>
145
+ <w>הַנָּבִ֗יא</w>
146
+ <w>אֶל־</w>
147
+ <w>זְרֻבָּבֶ֤ל</w>
148
+ <w>בֶּן־</w>
149
+ <w>שְׁאַלְתִּיאֵל֙</w>
150
+ <w>פַּחַ֣ת</w>
151
+ <w>יְהוּדָ֔ה</w>
152
+ <w>וְאֶל־</w>
153
+ <w>יְהוֹשֻׁ֧עַ</w>
154
+ <w>בֶּן־</w>
155
+ <w>יְהוֹצָדָ֛ק</w>
156
+ <w>הַכֹּהֵ֥ן</w>
157
+ <w>הַגָּד֖וֹל</w>
158
+ <w>לֵאמֹֽר׃</w>
159
+ </v>
160
+ <v n="2">
161
+ <w>כֹּ֥ה</w>
162
+ <w>אָמַ֛ר</w>
163
+ <w>יְהוָ֥ה</w>
164
+ <w>צְבָא֖וֹת</w>
165
+ <w>לֵאמֹ֑ר</w>
166
+ <w>הָעָ֤ם</w>
167
+ <w>הַזֶּה֙</w>
168
+ <w>אָֽמְר֔וּ</w>
169
+ <w>לֹ֥א</w>
170
+ <w>עֶת־</w>
171
+ <w>בֹּ֛א</w>
172
+ <w>עֶת־</w>
173
+ <w>בֵּ֥ית</w>
174
+ <w>יְהוָ֖ה</w>
175
+ <w>לְהִבָּנֽוֹת׃</w>
176
+ <pe/>
177
+ </v>
178
+ <v n="3">
179
+ <w>וַֽיְהִי֙</w>
180
+ <w>דְּבַר־</w>
181
+ <w>יְהוָ֔ה</w>
182
+ <w>בְּיַד־</w>
183
+ <w>חַגַּ֥י</w>
184
+ <w>הַנָּבִ֖יא</w>
185
+ <w>לֵאמֹֽר׃</w>
186
+ </v>
187
+ <v n="4">
188
+ <w>הַעֵ֤ת</w>
189
+ <w>לָכֶם֙</w>
190
+ <w>אַתֶּ֔ם</w>
191
+ <w>לָשֶׁ֖בֶת</w>
192
+ <w>בְּבָתֵּיכֶ֣ם</w>
193
+ <w>סְפוּנִ֑ים</w>
194
+ <w>וְהַבַּ֥יִת</w>
195
+ <w>הַזֶּ֖ה</w>
196
+ <w>חָרֵֽב׃</w>
197
+ </v>
198
+ <v n="5">
199
+ <w>וְעַתָּ֕ה</w>
200
+ <w>כֹּ֥ה</w>
201
+ <w>אָמַ֖ר</w>
202
+ <w>יְהוָ֣ה</w>
203
+ <w>צְבָא֑וֹת</w>
204
+ <w>שִׂ֥ימוּ</w>
205
+ <w>לְבַבְכֶ֖ם</w>
206
+ <w>עַל־</w>
207
+ <w>דַּרְכֵיכֶֽם׃</w>
208
+ </v>
209
+ <v n="6">
210
+ <w>זְרַעְתֶּ֨ם</w>
211
+ <w>הַרְבֵּ֜ה</w>
212
+ <w>וְהָבֵ֣א</w>
213
+ <w>מְעָ֗ט</w>
214
+ <w>אָכ֤וֹל</w>
215
+ <w>וְאֵין־</w>
216
+ <w>לְשָׂבְעָה֙</w>
217
+ <w>שָׁת֣וֹ</w>
218
+ <w>וְאֵין־</w>
219
+ <w>לְשָׁכְרָ֔ה</w>
220
+ <w>לָב֖וֹשׁ</w>
221
+ <w>וְאֵין־</w>
222
+ <w>לְחֹ֣ם</w>
223
+ <w>ל֑וֹ</w>
224
+ <w>וְהַ֨מִּשְׂתַּכֵּ֔ר</w>
225
+ <w>מִשְׂתַּכֵּ֖ר</w>
226
+ <w>אֶל־</w>
227
+ <w>צְר֥וֹר</w>
228
+ <w>נָקֽוּב׃</w>
229
+ <pe/>
230
+ </v>
231
+ <v n="7">
232
+ <w>כֹּ֥ה</w>
233
+ <w>אָמַ֖ר</w>
234
+ <w>יְהוָ֣ה</w>
235
+ <w>צְבָא֑וֹת</w>
236
+ <w>שִׂ֥ימוּ</w>
237
+ <w>לְבַבְכֶ֖ם</w>
238
+ <w>עַל־</w>
239
+ <w>דַּרְכֵיכֶֽם׃</w>
240
+ </v>
241
+ <v n="8">
242
+ <w>עֲל֥וּ</w>
243
+ <w>הָהָ֛ר</w>
244
+ <w>וַהֲבֵאתֶ֥ם</w>
245
+ <w>עֵ֖ץ</w>
246
+ <w>וּבְנ֣וּ</w>
247
+ <w>הַבָּ֑יִת</w>
248
+ <w>וְאֶרְצֶה־</w>
249
+ <w>בּ֥וֹ</w>
250
+ <k>ואכבד</k>
251
+ <q>וְאֶכָּבְדָ֖ה</q>
252
+ <w>אָמַ֥ר</w>
253
+ <w>יְהוָֽה׃</w>
254
+ </v>
255
+ <v n="9">
256
+ <w>פָּנֹ֤ה</w>
257
+ <w>אֶל־</w>
258
+ <w>הַרְבֵּה֙</w>
259
+ <w>וְהִנֵּ֣ה</w>
260
+ <w>לִמְעָ֔ט</w>
261
+ <w>וַהֲבֵאתֶ֥ם</w>
262
+ <w>הַבַּ֖יִת</w>
263
+ <w>וְנָפַ֣חְתִּי</w>
264
+ <w>ב֑וֹ</w>
265
+ <w>יַ֣עַן</w>
266
+ <w>מֶ֗ה</w>
267
+ <w>נְאֻם֙</w>
268
+ <w>יְהוָ֣ה</w>
269
+ <w>צְבָא֔וֹת</w>
270
+ <w>יַ֗עַן</w>
271
+ <w>בֵּיתִי֙</w>
272
+ <w>אֲשֶׁר־</w>
273
+ <w>ה֣וּא</w>
274
+ <w>חָרֵ֔ב</w>
275
+ <w>וְאַתֶּ֥ם</w>
276
+ <w>רָצִ֖ים</w>
277
+ <w>אִ֥ישׁ</w>
278
+ <w>לְבֵיתֽוֹ׃</w>
279
+ </v>
280
+ <v n="10">
281
+ <w>עַל־</w>
282
+ <w>כֵּ֣ן</w>
283
+ <w>עֲלֵיכֶ֔ם</w>
284
+ <w>כָּלְא֥וּ</w>
285
+ <w>שָ<x>c</x>מַ֖יִם</w>
286
+ <w>מִטָּ֑ל</w>
287
+ <w>וְהָאָ֖רֶץ</w>
288
+ <w>כָּלְאָ֥ה</w>
289
+ <w>יְבוּלָֽהּ׃</w>
290
+ </v>
291
+ <v n="11">
292
+ <w>וָאֶקְרָ֨א</w>
293
+ <w>חֹ֜רֶב</w>
294
+ <w>עַל־</w>
295
+ <w>הָאָ֣רֶץ</w>
296
+ <w>וְעַל־</w>
297
+ <w>הֶהָרִ֗ים</w>
298
+ <w>וְעַל־</w>
299
+ <w>הַדָּגָן֙</w>
300
+ <w>וְעַל־</w>
301
+ <w>הַתִּיר֣וֹשׁ</w>
302
+ <w>וְעַל־</w>
303
+ <w>הַיִּצְהָ֔ר</w>
304
+ <w>וְעַ֛ל</w>
305
+ <w>אֲשֶׁ֥ר</w>
306
+ <w>תּוֹצִ֖יא</w>
307
+ <w>הָאֲדָמָ֑ה</w>
308
+ <w>וְעַל־</w>
309
+ <w>הָֽאָדָם֙</w>
310
+ <w>וְעַל־</w>
311
+ <w>הַבְּהֵמָ֔ה</w>
312
+ <w>וְעַ֖ל</w>
313
+ <w>כָּל־</w>
314
+ <w>יְגִ֥יעַ</w>
315
+ <w>כַּפָּֽיִם׃</w>
316
+ <samekh/>
317
+ </v>
318
+ <v n="12">
319
+ <w>וַיִּשְׁמַ֣ע</w>
320
+ <w>זְרֻבָּבֶ֣ל ׀</w>
321
+ <w>בֶּֽן־</w>
322
+ <w>שַׁלְתִּיאֵ֡ל</w>
323
+ <w>וִיהוֹשֻׁ֣עַ</w>
324
+ <w>בֶּן־</w>
325
+ <w>יְהוֹצָדָק֩</w>
326
+ <w>הַכֹּהֵ֨ן</w>
327
+ <w>הַגָּד֜וֹל</w>
328
+ <w>וְכֹ֣ל ׀</w>
329
+ <w>שְׁאֵרִ֣ית</w>
330
+ <w>הָעָ֗ם</w>
331
+ <w>בְּקוֹל֙</w>
332
+ <w>יְהוָ֣ה</w>
333
+ <w>אֱלֹֽהֵיהֶ֔ם</w>
334
+ <w>וְעַל־</w>
335
+ <w>דִּבְרֵי֙</w>
336
+ <w>חַגַּ֣י</w>
337
+ <w>הַנָּבִ֔יא</w>
338
+ <w>כַּאֲשֶׁ֥ר</w>
339
+ <w>שְׁלָח֖וֹ</w>
340
+ <w>יְהוָ֣ה</w>
341
+ <w>אֱלֹהֵיהֶ֑ם</w>
342
+ <w>וַיִּֽירְא֥וּ</w>
343
+ <w>הָעָ֖ם</w>
344
+ <w>מִפְּנֵ֥י</w>
345
+ <w>יְהוָֽה׃</w>
346
+ </v>
347
+ <v n="13">
348
+ <w>וַ֠יֹּאמֶר</w>
349
+ <w>חַגַּ֞י</w>
350
+ <w>מַלְאַ֧ךְ</w>
351
+ <w>יְהוָ֛ה</w>
352
+ <w>בְּמַלְאֲכ֥וּת</w>
353
+ <w>יְהוָ֖ה</w>
354
+ <w>לָעָ֣ם</w>
355
+ <w>לֵאמֹ֑ר</w>
356
+ <w>אֲנִ֥י</w>
357
+ <w>אִתְּכֶ֖ם</w>
358
+ <w>נְאֻם־</w>
359
+ <w>יְהוָֽה׃</w>
360
+ </v>
361
+ <v n="14">
362
+ <w>וַיָּ֣עַר</w>
363
+ <w>יְהוָ֡ה</w>
364
+ <w>אֶת־</w>
365
+ <w>רוּחַ֩</w>
366
+ <w>זְרֻבָּבֶ֨ל</w>
367
+ <w>בֶּן־</w>
368
+ <w>שַׁלְתִּיאֵ֜ל</w>
369
+ <w>פַּחַ֣ת</w>
370
+ <w>יְהוּדָ֗ה</w>
371
+ <w>וְאֶת־</w>
372
+ <w>ר֙וּחַ֙</w>
373
+ <w>יְהוֹשֻׁ֤עַ</w>
374
+ <w>בֶּן־</w>
375
+ <w>יְהוֹצָדָק֙</w>
376
+ <w>הַכֹּהֵ֣ן</w>
377
+ <w>הַגָּד֔וֹל</w>
378
+ <w>וְֽאֶת־</w>
379
+ <w>ר֔וּחַ</w>
380
+ <w>כֹּ֖ל</w>
381
+ <w>שְׁאֵרִ֣ית</w>
382
+ <w>הָעָ֑ם</w>
383
+ <w>וַיָּבֹ֙אוּ֙</w>
384
+ <w>וַיַּעֲשׂ֣וּ</w>
385
+ <w>מְלָאכָ֔ה</w>
386
+ <w>בְּבֵית־</w>
387
+ <w>יְהוָ֥ה</w>
388
+ <w>צְבָא֖וֹת</w>
389
+ <w>אֱלֹהֵיהֶֽם׃</w>
390
+ <pe/>
391
+ </v>
392
+ <v n="15">
393
+ <w>בְּי֨וֹם</w>
394
+ <w>עֶשְׂרִ֧ים</w>
395
+ <w>וְאַרְבָּעָ֛ה</w>
396
+ <w>לַחֹ֖דֶשׁ</w>
397
+ <w>בַּשִּׁשִּׁ֑י</w>
398
+ <w>בִּשְׁנַ֥ת</w>
399
+ <w>שְׁתַּ֖יִם</w>
400
+ <w>לְדָרְיָ֥וֶשׁ</w>
401
+ <w>הַמֶּֽלֶךְ׃</w>
402
+ </v>
403
+ <vs>15</vs>
404
+ </c>
405
+ <c n="2">
406
+ <v n="1">
407
+ <w>בַּשְּׁבִיעִ֕י</w>
408
+ <w>בְּעֶשְׂרִ֥ים</w>
409
+ <w>וְאֶחָ֖ד</w>
410
+ <w>לַחֹ֑דֶשׁ</w>
411
+ <w>הָיָה֙</w>
412
+ <w>דְּבַר־</w>
413
+ <w>יְהוָ֔ה</w>
414
+ <w>בְּיַד־</w>
415
+ <w>חַגַּ֥י</w>
416
+ <w>הַנָּבִ֖יא</w>
417
+ <w>לֵאמֹֽר׃</w>
418
+ </v>
419
+ <v n="2">
420
+ <w>אֱמָר־</w>
421
+ <w>נָ֗א</w>
422
+ <w>אֶל־</w>
423
+ <w>זְרֻבָּבֶ֤ל</w>
424
+ <w>בֶּן־</w>
425
+ <w>שַׁלְתִּיאֵל֙</w>
426
+ <w>פַּחַ֣ת</w>
427
+ <w>יְהוּדָ֔ה</w>
428
+ <w>וְאֶל־</w>
429
+ <w>יְהוֹשֻׁ֥עַ</w>
430
+ <w>בֶּן־</w>
431
+ <w>י��הוֹצָדָ֖ק</w>
432
+ <w>הַכֹּהֵ֣ן</w>
433
+ <w>הַגָּד֑וֹל</w>
434
+ <w>וְאֶל־</w>
435
+ <w>שְׁאֵרִ֥ית</w>
436
+ <w>הָעָ֖ם</w>
437
+ <w>לֵאמֹֽר׃</w>
438
+ </v>
439
+ <v n="3">
440
+ <w>מִ֤י</w>
441
+ <w>בָכֶם֙</w>
442
+ <w>הַנִּשְׁאָ֔ר</w>
443
+ <w>אֲשֶׁ֤ר</w>
444
+ <w>רָאָה֙</w>
445
+ <w>אֶת־</w>
446
+ <w>הַבַּ֣יִת</w>
447
+ <w>הַזֶּ֔ה</w>
448
+ <w>בִּכְבוֹד֖וֹ</w>
449
+ <w>הָרִאשׁ֑וֹן</w>
450
+ <w>וּמָ֨ה</w>
451
+ <w>אַתֶּ֜ם</w>
452
+ <w>רֹאִ֤ים</w>
453
+ <w>אֹתוֹ֙</w>
454
+ <w>עַ֔תָּה</w>
455
+ <w>הֲל֥וֹא</w>
456
+ <w>כָמֹ֛הוּ</w>
457
+ <w>כְּאַ֖יִן</w>
458
+ <w>בְּעֵינֵיכֶֽם׃</w>
459
+ </v>
460
+ <v n="4">
461
+ <w>וְעַתָּ֣ה</w>
462
+ <w>חֲזַ֣ק</w>
463
+ <w>זְרֻבָּבֶ֣ל ׀</w>
464
+ <w>נְאֻם־</w>
465
+ <w>יְהוָ֡ה</w>
466
+ <w>וַחֲזַ֣ק</w>
467
+ <w>יְהוֹשֻׁ֣עַ</w>
468
+ <w>בֶּן־</w>
469
+ <w>יְהוֹצָדָק֩</w>
470
+ <w>הַכֹּהֵ֨ן</w>
471
+ <w>הַגָּד֜וֹל</w>
472
+ <w>וַחֲזַ֨ק</w>
473
+ <w>כָּל־</w>
474
+ <w>עַ֥ם</w>
475
+ <w>הָאָ֛רֶץ</w>
476
+ <w>נְאֻם־</w>
477
+ <w>יְהוָ֖ה</w>
478
+ <w>וַֽעֲשׂ֑וּ</w>
479
+ <w>כִּֽי־</w>
480
+ <w>אֲנִ֣י</w>
481
+ <w>אִתְּכֶ֔ם</w>
482
+ <w>נְאֻ֖ם</w>
483
+ <w>יְהוָ֥ה</w>
484
+ <w>צְבָאֽוֹת׃</w>
485
+ </v>
486
+ <v n="5">
487
+ <w>אֶֽת־</w>
488
+ <w>הַדָּבָ֞ר</w>
489
+ <w>אֲשֶׁר־</w>
490
+ <w>כָּרַ֤תִּי</w>
491
+ <w>אִתְּכֶם֙</w>
492
+ <w>בְּצֵאתְכֶ֣ם</w>
493
+ <w>מִמִּצְרַ֔יִם</w>
494
+ <w>וְרוּחִ֖י</w>
495
+ <w>עֹמֶ֣דֶת</w>
496
+ <w>בְּתוֹכְכֶ֑ם</w>
497
+ <w>אַל־</w>
498
+ <w>תִּירָֽאוּ׃</w>
499
+ <samekh/>
500
+ </v>
501
+ <v n="6">
502
+ <w>כִּ֣י</w>
503
+ <w>כֹ֤ה</w>
504
+ <w>אָמַר֙</w>
505
+ <w>יְהוָ֣ה</w>
506
+ <w>צְבָא֔וֹת</w>
507
+ <w>ע֥וֹד</w>
508
+ <w>אַחַ֖ת</w>
509
+ <w>מְעַ֣ט</w>
510
+ <w>הִ֑יא</w>
511
+ <w>וַאֲנִ֗י</w>
512
+ <w>מַרְעִישׁ֙</w>
513
+ <w>אֶת־</w>
514
+ <w>הַשָּׁמַ֣יִם</w>
515
+ <w>וְאֶת־</w>
516
+ <w>הָאָ֔רֶץ</w>
517
+ <w>וְאֶת־</w>
518
+ <w>הַיָּ֖ם</w>
519
+ <w>וְאֶת־</w>
520
+ <w>הֶחָרָבָֽה׃</w>
521
+ </v>
522
+ <v n="7">
523
+ <w>וְהִרְעַשְׁתִּי֙</w>
524
+ <w>אֶת־</w>
525
+ <w>כָּל־</w>
526
+ <w>הַגּוֹיִ֔ם</w>
527
+ <w>וּבָ֖אוּ</w>
528
+ <w>חֶמְדַּ֣ת</w>
529
+ <w>כָּל־</w>
530
+ <w>הַגּוֹיִ֑ם</w>
531
+ <w>וּמִלֵּאתִ֞י</w>
532
+ <w>אֶת־</w>
533
+ <w>הַבַּ֤יִת</w>
534
+ <w>הַזֶּה֙</w>
535
+ <w>כָּב֔וֹד</w>
536
+ <w>אָמַ֖ר</w>
537
+ <w>יְהוָ֥ה</w>
538
+ <w>צְבָאֽוֹת׃</w>
539
+ </v>
540
+ <v n="8">
541
+ <w>לִ֥י</w>
542
+ <w>הַכֶּ֖סֶף</w>
543
+ <w>וְלִ֣י</w>
544
+ <w>הַזָּהָ֑ב</w>
545
+ <w>נְאֻ֖ם</w>
546
+ <w>יְהוָ֥ה</w>
547
+ <w>צְבָאֽוֹת׃</w>
548
+ </v>
549
+ <v n="9">
550
+ <w>גָּד֣וֹל</w>
551
+ <w>יִֽהְיֶ֡ה</w>
552
+ <w>כְּבוֹד֩</w>
553
+ <w>הַבַּ֨יִת</w>
554
+ <w>הַזֶּ֤ה</w>
555
+ <w>הָאַֽחֲרוֹן֙</w>
556
+ <w>מִן־</w>
557
+ <w>הָ֣רִאשׁ֔וֹן</w>
558
+ <w>אָמַ֖ר</w>
559
+ <w>יְהוָ֣ה</w>
560
+ <w>צְבָא֑וֹת</w>
561
+ <w>וּבַמָּק֤וֹם</w>
562
+ <w>הַזֶּה֙</w>
563
+ <w>אֶתֵּ֣ן</w>
564
+ <w>שָׁל֔וֹם</w>
565
+ <w>נְאֻ֖ם</w>
566
+ <w>יְהוָ֥ה</w>
567
+ <w>צְבָאֽוֹת׃</w>
568
+ <pe/>
569
+ </v>
570
+ <v n="10">
571
+ <w>בְּעֶשְׂרִ֤ים</w>
572
+ <w>וְאַרְבָּעָה֙</w>
573
+ <w>לַתְּשִׁיעִ֔י</w>
574
+ <w>בִּשְׁנַ֥ת</w>
575
+ <w>שְׁתַּ֖יִם</w>
576
+ <w>לְדָרְיָ֑וֶשׁ</w>
577
+ <w>הָיָה֙</w>
578
+ <w>דְּבַר־</w>
579
+ <w>יְהוָ֔ה</w>
580
+ <w>אֶל־</w>
581
+ <w>חַגַּ֥י</w>
582
+ <w>הַנָּבִ֖יא</w>
583
+ <w>לֵאמֹֽר׃</w>
584
+ </v>
585
+ <v n="11">
586
+ <w>כֹּ֥ה</w>
587
+ <w>אָמַ֖ר</w>
588
+ <w>יְהוָ֣ה</w>
589
+ <w>צְבָא֑וֹת</w>
590
+ <w>שְׁאַל־</w>
591
+ <w>נָ֧א</w>
592
+ <w>אֶת־</w>
593
+ <w>הַכֹּהֲנִ֛ים</w>
594
+ <w>תּוֹרָ֖ה</w>
595
+ <w>לֵאמֹֽר׃</w>
596
+ </v>
597
+ <v n="12">
598
+ <w>הֵ֣ן ׀</w>
599
+ <w>יִשָּׂא־</w>
600
+ <w>אִ֨ישׁ</w>
601
+ <w>בְּשַׂר־</w>
602
+ <w>קֹ֜דֶשׁ</w>
603
+ <w>בִּכְנַ֣ף</w>
604
+ <w>בִּגְד֗וֹ</w>
605
+ <w>וְנָגַ֣ע</w>
606
+ <w>בִּ֠כְנָפוֹ</w>
607
+ <w>אֶל־</w>
608
+ <w>הַלֶּ֨חֶם</w>
609
+ <w>וְאֶל־</w>
610
+ <w>הַנָּזִ֜יד</w>
611
+ <w>וְאֶל־</w>
612
+ <w>הַיַּ֧יִן</w>
613
+ <w>וְאֶל־</w>
614
+ <w>שֶׁ֛מֶן</w>
615
+ <w>וְאֶל־</w>
616
+ <w>כָּל־</w>
617
+ <w>מַאֲכָ֖ל</w>
618
+ <w>הֲיִקְדָּ֑שׁ</w>
619
+ <w>וַיַּעֲנ֧וּ</w>
620
+ <w>הַכֹּהֲנִ֛ים</w>
621
+ <w>וַיֹּאמְר֖וּ</w>
622
+ <w>לֹֽא׃</w>
623
+ </v>
624
+ <v n="13">
625
+ <w>וַיֹּ֣אמֶר</w>
626
+ <w>חַגַּ֔י</w>
627
+ <w>אִם־</w>
628
+ <w>יִגַּ֧ע</w>
629
+ <w>טְמֵא־</w>
630
+ <w>נֶ֛פֶשׁ</w>
631
+ <w>בְּכָל־</w>
632
+ <w>אֵ֖לֶּה</w>
633
+ <w>הֲיִטְמָ֑א</w>
634
+ <w>וַיַּעֲנ֧וּ</w>
635
+ <w>הַכֹּהֲנִ֛ים</w>
636
+ <w>וַיֹּאמְר֖וּ</w>
637
+ <w>יִטְמָֽא׃</w>
638
+ </v>
639
+ <v n="14">
640
+ <w>וַיַּ֨עַן</w>
641
+ <w>חַגַּ֜י</w>
642
+ <w>וַיֹּ֗אמֶר</w>
643
+ <w>כֵּ֣ן</w>
644
+ <w>הָֽעָם־</w>
645
+ <w>הַ֠זֶּה</w>
646
+ <w>וְכֵן־</w>
647
+ <w>הַגּ֨וֹי</w>
648
+ <w>הַזֶּ֤ה</w>
649
+ <w>לְפָנַי֙</w>
650
+ <w>נְאֻם־</w>
651
+ <w>יְהוָ֔ה</w>
652
+ <w>וְכֵ֖ן</w>
653
+ <w>כָּל־</w>
654
+ <w>מַעֲשֵׂ֣ה</w>
655
+ <w>יְדֵיהֶ֑ם</w>
656
+ <w>וַאֲשֶׁ֥ר</w>
657
+ <w>יַקְרִ֛יבוּ</w>
658
+ <w>שָׁ֖ם</w>
659
+ <w>טָמֵ֥א</w>
660
+ <w>הֽוּא׃</w>
661
+ </v>
662
+ <v n="15">
663
+ <w>וְעַתָּה֙</w>
664
+ <w>שִֽׂימוּ־</w>
665
+ <w>נָ֣א</w>
666
+ <w>לְבַבְכֶ֔ם</w>
667
+ <w>מִן־</w>
668
+ <w>הַיּ֥וֹם</w>
669
+ <w>הַזֶּ֖ה</w>
670
+ <w>וָמָ֑עְלָה</w>
671
+ <w>מִטֶּ֧רֶם</w>
672
+ <w>שֽׂוּם־</w>
673
+ <w>אֶ֛בֶן</w>
674
+ <w>אֶל־</w>
675
+ <w>אֶ֖בֶן</w>
676
+ <w>בְּהֵיכַ֥ל</w>
677
+ <w>יְהוָֽה׃</w>
678
+ </v>
679
+ <v n="16">
680
+ <w>מִֽהְיוֹתָ֥ם</w>
681
+ <w>בָּא֙</w>
682
+ <w>אֶל־</w>
683
+ <w>עֲרֵמַ֣ת</w>
684
+ <w>עֶשְׂרִ֔ים</w>
685
+ <w>וְהָיְתָ֖ה</w>
686
+ <w>עֲשָׂרָ֑ה</w>
687
+ <w>בָּ֣א</w>
688
+ <w>אֶל־</w>
689
+ <w>הַיֶּ֗קֶב</w>
690
+ <w>לַחְשֹׂף֙</w>
691
+ <w>חֲמִשִּׁ֣ים</w>
692
+ <w>פּוּרָ֔ה</w>
693
+ <w>וְהָיְתָ֖ה</w>
694
+ <w>עֶשְׂרִֽים׃</w>
695
+ </v>
696
+ <v n="17">
697
+ <w>הִכֵּ֨יתִי</w>
698
+ <w>אֶתְכֶ֜ם</w>
699
+ <w>בַּשִּׁדָּפ֤וֹן</w>
700
+ <w>וּבַיֵּֽרָקוֹן֙</w>
701
+ <w>וּבַבָּרָ֔ד</w>
702
+ <w>אֵ֖ת</w>
703
+ <w>כָּל־</w>
704
+ <w>מַעֲשֵׂ֣ה</w>
705
+ <w>יְדֵיכֶ֑ם</w>
706
+ <w>וְאֵין־</w>
707
+ <w>אֶתְכֶ֥ם</w>
708
+ <w>אֵלַ֖י</w>
709
+ <w>נְאֻם־</w>
710
+ <w>יְהוָֽה׃</w>
711
+ </v>
712
+ <v n="18">
713
+ <w>שִׂימוּ־</w>
714
+ <w>נָ֣א</w>
715
+ <w>לְבַבְכֶ֔ם</w>
716
+ <w>מִן־</w>
717
+ <w>הַיּ֥וֹם</w>
718
+ <w>הַזֶּ֖ה</w>
719
+ <w>וָמָ֑עְלָה</w>
720
+ <w>מִיּוֹם֩</w>
721
+ <w>עֶשְׂרִ֨ים</w>
722
+ <w>וְאַרְבָּעָ֜ה</w>
723
+ <w>לַתְּשִׁיעִ֗י</w>
724
+ <w>לְמִן־</w>
725
+ <w>הַיּ֛וֹם</w>
726
+ <w>אֲשֶׁר־</w>
727
+ <w>יֻסַּ֥ד</w>
728
+ <w>הֵֽיכַל־</w>
729
+ <w>יְהוָ֖ה</w>
730
+ <w>שִׂ֥ימוּ</w>
731
+ <w>לְבַבְכֶֽם׃</w>
732
+ </v>
733
+ <v n="19">
734
+ <w>הַע֤וֹד</w>
735
+ <w>הַזֶּ֙רַע֙</w>
736
+ <w>בַּמְּגוּרָ֔ה</w>
737
+ <w>וְעַד־</w>
738
+ <w>הַגֶּ֨פֶן</w>
739
+ <w>וְהַתְּאֵנָ֧ה</w>
740
+ <w>וְהָרִמּ֛וֹן</w>
741
+ <w>וְעֵ֥ץ</w>
742
+ <w>הַזַּ֖יִת</w>
743
+ <w>לֹ֣א</w>
744
+ <w>נָשָׂ֑א</w>
745
+ <w>מִן־</w>
746
+ <w>הַיּ֥וֹם</w>
747
+ <w>הַזֶּ֖ה</w>
748
+ <w>אֲבָרֵֽךְ׃</w>
749
+ <samekh/>
750
+ </v>
751
+ <v n="20">
752
+ <w>וַיְהִ֨י</w>
753
+ <w>דְבַר־</w>
754
+ <w>יְהוָ֤ה ׀</w>
755
+ <w>שֵׁנִית֙</w>
756
+ <w>אֶל־</w>
757
+ <w>חַגַּ֔י</w>
758
+ <w>בְּעֶשְׂרִ֧ים</w>
759
+ <w>וְאַרְבָּעָ֛ה</w>
760
+ <w>לַחֹ֖דֶשׁ</w>
761
+ <w>לֵאמֹֽר׃</w>
762
+ </v>
763
+ <v n="21">
764
+ <w>אֱמֹ֕ר</w>
765
+ <w>אֶל־</w>
766
+ <w>זְרֻבָּבֶ֥ל</w>
767
+ <w>פַּֽחַת־</w>
768
+ <w>יְהוּדָ֖ה</w>
769
+ <w>לֵאמֹ֑ר</w>
770
+ <w>אֲנִ֣י</w>
771
+ <w>מַרְעִ֔ישׁ</w>
772
+ <w>אֶת־</w>
773
+ <w>הַשָּׁמַ֖יִם</w>
774
+ <w>וְאֶת־</w>
775
+ <w>הָאָֽרֶץ׃</w>
776
+ </v>
777
+ <v n="22">
778
+ <w>וְהָֽפַכְתִּי֙</w>
779
+ <w>כִּסֵּ֣א</w>
780
+ <w>מַמְלָכ֔וֹת</w>
781
+ <w>וְהִ֨שְׁמַדְתִּ֔י</w>
782
+ <w>חֹ֖זֶק</w>
783
+ <w>מַמְלְכ֣וֹת</w>
784
+ <w>הַגּוֹיִ֑ם</w>
785
+ <w>וְהָפַכְתִּ֤י</w>
786
+ <w>מֶרְכָּבָה֙</w>
787
+ <w>וְרֹ֣כְבֶ֔יהָ</w>
788
+ <w>וְיָרְד֤וּ</w>
789
+ <w>סוּסִים֙</w>
790
+ <w>וְרֹ֣כְבֵיהֶ֔ם</w>
791
+ <w>אִ֖ישׁ</w>
792
+ <w>בְּחֶ֥רֶב</w>
793
+ <w>אָחִֽיו׃</w>
794
+ </v>
795
+ <v n="23">
796
+ <w>בַּיּ֣וֹם</w>
797
+ <w>הַה֣וּא</w>
798
+ <w>נְאֻם־</w>
799
+ <w>יְהוָ֣ה</w>
800
+ <w>צְבָא֡וֹת</w>
801
+ <w>אֶ֠קָּחֲךָ</w>
802
+ <w>זְרֻבָּבֶ֨ל</w>
803
+ <w>בֶּן־</w>
804
+ <w>שְׁאַלְתִּיאֵ֤ל</w>
805
+ <w>עַבְדִּי֙</w>
806
+ <w>נְאֻם־</w>
807
+ <w>יְהוָ֔ה</w>
808
+ <w>וְשַׂמְתִּ֖יךָ</w>
809
+ <w>כַּֽחוֹתָ֑ם</w>
810
+ <w>כִּֽי־</w>
811
+ <w>בְךָ֣</w>
812
+ <w>בָחַ֔רְתִּי</w>
813
+ <w>נְאֻ֖ם</w>
814
+ <w>יְהוָ֥ה</w>
815
+ <w>צְבָאֽוֹת׃</w>
816
+ </v>
817
+ <vs>23</vs>
818
+ </c>
819
+ <vs>38</vs>
820
+ <cs>2</cs>
821
+ </book>
822
+ </tanach>
823
+ <notes>
824
+ <note>
825
+ <code>4</code>
826
+ <gccode>4</gccode>
827
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
828
+ </note>
829
+ <note>
830
+ <code>5</code>
831
+ <gccode>5</gccode>
832
+ <note>Large letter(s). Shown as large letters.</note>
833
+ </note>
834
+ <note>
835
+ <code>6</code>
836
+ <gccode>6</gccode>
837
+ <note>Small letter(s). Shown as small letters.</note>
838
+ </note>
839
+ <note>
840
+ <code>7</code>
841
+ <gccode>7</gccode>
842
+ <note>Suspended letter(s). Shown as suspended letters.</note>
843
+ </note>
844
+ <note>
845
+ <code>8</code>
846
+ <gccode>8</gccode>
847
+ <note>Inverted nun in the text.</note>
848
+ </note>
849
+ <note>
850
+ <code>c</code>
851
+ <gccode>c</gccode>
852
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
853
+ </note>
854
+ <note>
855
+ <code>d</code>
856
+ <gccode>d</gccode>
857
+ <note>This tipeha is a dehi in other texts.</note>
858
+ </note>
859
+ <note>
860
+ <code>m</code>
861
+ <gccode>m</gccode>
862
+ <note>This meteg is a merkha in other texts.</note>
863
+ </note>
864
+ <note>
865
+ <code>q</code>
866
+ <gccode>q</gccode>
867
+ <note>UXLC differs from the conventional word for the qere.</note>
868
+ </note>
869
+ <note>
870
+ <code>t</code>
871
+ <gccode>t</gccode>
872
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
873
+ </note>
874
+ <note>
875
+ <code>X</code>
876
+ <gccode>X</gccode>
877
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
878
+ </note>
879
+ <note>
880
+ <code>y</code>
881
+ <gccode>y</gccode>
882
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
883
+ </note>
884
+ </notes>
885
+ </Tanach>
texts/tanach/25_Zechariah.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/26_Malachi.xml ADDED
@@ -0,0 +1,1213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Malachi</title>
11
+ <title level="a" type="mainhebrew">מלאכי</title>
12
+ <title level="a" type="filename">Malachi</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>38300</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>2:17.4</citation>
63
+ <description>Move tipeha under tav to under resh. Add note 't'.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.04.01</filedate>
66
+ <date>2022.12.12</date>
67
+ <n>15</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>3:10.27</citation>
71
+ <description>Remove maqaf from end of word.</description>
72
+ <author>Daniel Holman</author>
73
+ <filedate>2023.04.01</filedate>
74
+ <date>2022.12.12</date>
75
+ <n>16</n>
76
+ </correction>
77
+ <correction>
78
+ <citation>3:10.28</citation>
79
+ <description>Remove maqaf from end of word.</description>
80
+ <author>Daniel Holman</author>
81
+ <filedate>2023.04.01</filedate>
82
+ <date>2022.12.12</date>
83
+ <n>17</n>
84
+ </correction>
85
+ </notesStmt>
86
+ <sourceDesc>
87
+ <biblItem>
88
+ <title>Hebrew Bible</title>
89
+ <title>Leningrad Codex</title>
90
+ <editor>Shemu'el ben Ya'akov</editor>
91
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
92
+ <edition>Original document</edition>
93
+ <imprint>
94
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
95
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
96
+ <date>1008</date>
97
+ </imprint>
98
+ <idno type="Accession">Firkovich B 19 A</idno>
99
+ </biblItem>
100
+ <biblItem>
101
+ <title>The Leningrad Codex - A Facsimile Edition</title>
102
+ <editor>Freedman, David Noel</editor>
103
+ <editor>Beck, Astrid B.</editor>
104
+ <edition>First</edition>
105
+ <imprint>
106
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
107
+ <pubPlace>Grand Rapids, MI</pubPlace>
108
+ <date>1998</date>
109
+ </imprint>
110
+ <idno type="IBSN">0-8028-3786-7</idno>
111
+ </biblItem>
112
+ <biblItem>
113
+ <title>The Westminster Leningrad Codex</title>
114
+ <editor>Salisbury, Stephen K.</editor>
115
+ <edition>WLC 4.20</edition>
116
+ <imprint>
117
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
118
+ <pubPlace>2960 Church Rd.</pubPlace>
119
+ <pubPlace>Glenside, PA 19038</pubPlace>
120
+ <date>25 January 2016</date>
121
+ </imprint>
122
+ <idno type="Unknown"/>
123
+ </biblItem>
124
+ </sourceDesc>
125
+ </fileDesc>
126
+ <encodingDesc>
127
+ </encodingDesc>
128
+ <profileDesc>
129
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
130
+ <date>25 Jan 2016</date>
131
+ <langUsage>
132
+ <language ident="HE">Hebrew</language>
133
+ </langUsage>
134
+ </profileDesc>
135
+ </teiHeader>
136
+ <tanach>
137
+ <book>
138
+ <names>
139
+ <name>Malachi</name>
140
+ <abbrev>Mal</abbrev>
141
+ <number>26</number>
142
+ <filename>Malachi</filename>
143
+ <hebrewname>מלאכי</hebrewname>
144
+ </names>
145
+ <c n="1">
146
+ <v n="1">
147
+ <w>מַשָּׂ֥א</w>
148
+ <w>דְבַר־</w>
149
+ <w>יְהוָ֖ה</w>
150
+ <w>אֶל־</w>
151
+ <w>יִשְׂרָאֵ֑ל</w>
152
+ <w>בְּיַ֖ד</w>
153
+ <w>מַלְאָכִֽי׃</w>
154
+ </v>
155
+ <v n="2">
156
+ <w>אָהַ֤בְתִּי</w>
157
+ <w>אֶתְכֶם֙</w>
158
+ <w>אָמַ֣ר</w>
159
+ <w>יְהוָ֔ה</w>
160
+ <w>וַאֲמַרְתֶּ֖ם</w>
161
+ <w>בַּמָּ֣ה</w>
162
+ <w>אֲהַבְתָּ֑נוּ</w>
163
+ <w>הֲלוֹא־</w>
164
+ <w>אָ֨ח</w>
165
+ <w>עֵשָׂ֤ו</w>
166
+ <w>לְיַֽעֲקֹב֙</w>
167
+ <w>נְאֻם־</w>
168
+ <w>יְהוָ֔ה</w>
169
+ <w>וָאֹהַ֖ב</w>
170
+ <w>אֶֽת־</w>
171
+ <w>יַעֲקֹֽב׃</w>
172
+ </v>
173
+ <v n="3">
174
+ <w>וְאֶת־</w>
175
+ <w>עֵשָׂ֖ו</w>
176
+ <w>שָׂנֵ֑אתִי</w>
177
+ <w>וָאָשִׂ֤ים</w>
178
+ <w>אֶת־</w>
179
+ <w>הָרָיו֙</w>
180
+ <w>שְׁמָמָ֔ה</w>
181
+ <w>וְאֶת־</w>
182
+ <w>נַחֲלָת֖וֹ</w>
183
+ <w>לְתַנּ֥וֹת</w>
184
+ <w>מִדְבָּֽר׃</w>
185
+ </v>
186
+ <v n="4">
187
+ <w>כִּֽי־</w>
188
+ <w>תֹאמַ֨ר</w>
189
+ <w>אֱד֜וֹם</w>
190
+ <w>רֻשַּׁ֗שְׁנוּ</w>
191
+ <w>וְנָשׁוּב֙</w>
192
+ <w>וְנִבְנֶ֣ה</w>
193
+ <w>חֳרָב֔וֹת</w>
194
+ <w>כֹּ֤ה</w>
195
+ <w>אָמַר֙</w>
196
+ <w>יְהוָ֣ה</w>
197
+ <w>צְבָא֔וֹת</w>
198
+ <w>הֵ֥מָּה</w>
199
+ <w>יִבְנ֖וּ</w>
200
+ <w>וַאֲנִ֣י</w>
201
+ <w>אֶהֱר֑וֹס</w>
202
+ <w>וְקָרְא֤וּ</w>
203
+ <w>לָהֶם֙</w>
204
+ <w>גְּב֣וּל</w>
205
+ <w>רִשְׁעָ֔ה</w>
206
+ <w>וְהָעָ֛ם</w>
207
+ <w>אֲשֶׁר־</w>
208
+ <w>זָעַ֥ם</w>
209
+ <w>יְהוָ֖ה</w>
210
+ <w>עַד־</w>
211
+ <w>עוֹלָֽם׃</w>
212
+ </v>
213
+ <v n="5">
214
+ <w>וְעֵינֵיכֶ֖ם</w>
215
+ <w>תִּרְאֶ֑ינָה</w>
216
+ <w>וְאַתֶּ֤ם</w>
217
+ <w>תֹּֽאמְרוּ֙</w>
218
+ <w>יִגְדַּ֣ל</w>
219
+ <w>יְהוָ֔ה</w>
220
+ <w>מֵעַ֖ל</w>
221
+ <w>לִגְב֥וּל</w>
222
+ <w>יִשְׂרָאֵֽל׃</w>
223
+ </v>
224
+ <v n="6">
225
+ <w>בֵּ֛ן</w>
226
+ <w>יְכַבֵּ֥ד</w>
227
+ <w>אָ֖ב</w>
228
+ <w>וְעֶ֣בֶד</w>
229
+ <w>אֲדֹנָ֑יו</w>
230
+ <w>וְאִם־</w>
231
+ <w>אָ֣ב</w>
232
+ <w>אָ֣נִי</w>
233
+ <w>אַיֵּ֣ה</w>
234
+ <w>כְבוֹדִ֡י</w>
235
+ <w>וְאִם־</w>
236
+ <w>אֲדוֹנִ֣ים</w>
237
+ <w>אָנִי֩</w>
238
+ <w>אַיֵּ֨ה</w>
239
+ <w>מוֹרָאִ֜י</w>
240
+ <w>אָמַ֣ר ׀</w>
241
+ <w>יְהוָ֣ה</w>
242
+ <w>צְבָא֗וֹת</w>
243
+ <w>לָכֶם֙</w>
244
+ <w>הַכֹּֽהֲנִים֙</w>
245
+ <w>בּוֹזֵ֣י</w>
246
+ <w>שְׁמִ֔י</w>
247
+ <w>וַאֲמַרְתֶּ֕ם</w>
248
+ <w>בַּמֶּ֥ה</w>
249
+ <w>בָזִ֖ינוּ</w>
250
+ <w>אֶת־</w>
251
+ <w>שְׁמֶֽךָ׃</w>
252
+ </v>
253
+ <v n="7">
254
+ <w>מַגִּישִׁ֤ים</w>
255
+ <w>עַֽל־</w>
256
+ <w>מִזְבְּחִי֙</w>
257
+ <w>לֶ֣חֶם</w>
258
+ <w>מְגֹאָ֔ל</w>
259
+ <w>וַאֲמַרְתֶּ֖ם</w>
260
+ <w>בַּמֶּ֣ה</w>
261
+ <w>גֵֽאַלְנ֑וּךָ</w>
262
+ <w>בֶּאֱמָרְכֶ֕ם</w>
263
+ <w>שֻׁלְחַ֥ן</w>
264
+ <w>יְהוָ֖ה</w>
265
+ <w>נִבְזֶ֥ה</w>
266
+ <w>הֽוּא׃</w>
267
+ </v>
268
+ <v n="8">
269
+ <w>וְכִֽי־</w>
270
+ <w>תַגִּשׁ֨וּן</w>
271
+ <w>עִוֵּ֤ר</w>
272
+ <w>לִזְבֹּ֙חַ֙</w>
273
+ <w>אֵ֣ין</w>
274
+ <w>רָ֔ע</w>
275
+ <w>וְכִ֥י</w>
276
+ <w>תַגִּ֛ישׁוּ</w>
277
+ <w>פִּסֵּ֥חַ</w>
278
+ <w>וְחֹלֶ֖ה</w>
279
+ <w>אֵ֣ין</w>
280
+ <w>רָ֑ע</w>
281
+ <w>הַקְרִיבֵ֨הוּ</w>
282
+ <w>נָ֜א</w>
283
+ <w>לְפֶחָתֶ֗ךָ</w>
284
+ <w>הֲיִּרְצְךָ֙</w>
285
+ <w>א֚וֹ</w>
286
+ <w>הֲיִשָּׂ֣א</w>
287
+ <w>פָנֶ֔יךָ</w>
288
+ <w>אָמַ֖ר</w>
289
+ <w>יְהוָ֥ה</w>
290
+ <w>צְבָאֽוֹת׃</w>
291
+ </v>
292
+ <v n="9">
293
+ <w>וְעַתָּ֛ה</w>
294
+ <w>חַלּוּ־</w>
295
+ <w>נָ֥א</w>
296
+ <w>פְנֵי־</w>
297
+ <w>אֵ֖ל</w>
298
+ <w>וִֽיחָנֵ֑נוּ</w>
299
+ <w>מִיֶּדְכֶם֙</w>
300
+ <w>הָ֣יְתָה</w>
301
+ <w>זֹּ֔את</w>
302
+ <w>הֲיִשָּׂ֤א</w>
303
+ <w>מִכֶּם֙</w>
304
+ <w>פָּנִ֔ים</w>
305
+ <w>אָמַ֖ר</w>
306
+ <w>יְהוָ֥ה</w>
307
+ <w>צְבָאֽוֹת׃</w>
308
+ </v>
309
+ <v n="10">
310
+ <w>מִ֤י</w>
311
+ <w>גַם־</w>
312
+ <w>בָּכֶם֙</w>
313
+ <w>וְיִסְגֹּ֣ר</w>
314
+ <w>דְּלָתַ֔יִם</w>
315
+ <w>וְלֹֽא־</w>
316
+ <w>תָאִ֥ירוּ</w>
317
+ <w>מִזְבְּחִ֖י</w>
318
+ <w>חִנָּ֑ם</w>
319
+ <w>אֵֽין־</w>
320
+ <w>לִ֨י</w>
321
+ <w>חֵ֜פֶץ</w>
322
+ <w>בָּכֶ֗ם</w>
323
+ <w>אָמַר֙</w>
324
+ <w>יְהוָ֣ה</w>
325
+ <w>צְבָא֔וֹת</w>
326
+ <w>וּמִנְחָ֖ה</w>
327
+ <w>לֹֽא־</w>
328
+ <w>אֶרְצֶ֥ה</w>
329
+ <w>מִיֶּדְכֶֽם׃</w>
330
+ </v>
331
+ <v n="11">
332
+ <w>כִּ֣י</w>
333
+ <w>מִמִּזְרַח־</w>
334
+ <w>שֶׁ֜מֶשׁ</w>
335
+ <w>וְעַד־</w>
336
+ <w>מְבוֹא֗וֹ</w>
337
+ <w>גָּד֤וֹל</w>
338
+ <w>שְׁמִי֙</w>
339
+ <w>בַּגּוֹיִ֔ם</w>
340
+ <w>וּבְכָל־</w>
341
+ <w>מָק֗וֹם</w>
342
+ <w>מֻקְטָ֥ר</w>
343
+ <w>מֻגָּ֛שׁ</w>
344
+ <w>לִשְׁמִ֖י</w>
345
+ <w>וּמִנְחָ֣ה</w>
346
+ <w>טְהוֹרָ֑ה</w>
347
+ <w>כִּֽי־</w>
348
+ <w>גָד֤וֹל</w>
349
+ <w>שְׁמִי֙</w>
350
+ <w>בַּגּוֹיִ֔ם</w>
351
+ <w>אָמַ֖ר</w>
352
+ <w>יְהוָ֥ה</w>
353
+ <w>צְבָאֽוֹת׃</w>
354
+ </v>
355
+ <v n="12">
356
+ <w>וְאַתֶּ֖ם</w>
357
+ <w>מְחַלְּלִ֣ים</w>
358
+ <w>אוֹת֑וֹ</w>
359
+ <w>בֶּאֱמָרְכֶ֗ם</w>
360
+ <w>שֻׁלְחַ֤ן</w>
361
+ <w>אֲדֹנָי֙</w>
362
+ <w>מְגֹאָ֣ל</w>
363
+ <w>ה֔וּא</w>
364
+ <w>וְנִיב֖וֹ</w>
365
+ <w>נִבְזֶ֥ה</w>
366
+ <w>אָכְלֽוֹ׃</w>
367
+ </v>
368
+ <v n="13">
369
+ <w>וַאֲמַרְתֶּם֩</w>
370
+ <w>הִנֵּ֨ה</w>
371
+ <w>מַתְּלָאָ֜ה</w>
372
+ <w>וְהִפַּחְתֶּ֣ם</w>
373
+ <w>אוֹת֗וֹ</w>
374
+ <w>אָמַר֙</w>
375
+ <w>יְהוָ֣ה</w>
376
+ <w>צְבָא֔וֹת</w>
377
+ <w>וַהֲבֵאתֶ֣ם</w>
378
+ <w>גָּז֗וּל</w>
379
+ <w>וְאֶת־</w>
380
+ <w>הַפִּסֵּ֙חַ֙</w>
381
+ <w>וְאֶת־</w>
382
+ <w>הַ֣חוֹלֶ֔ה</w>
383
+ <w>וַהֲבֵאתֶ֖ם</w>
384
+ <w>אֶת־</w>
385
+ <w>הַמִּנְחָ֑ה</w>
386
+ <w>הַאֶרְצֶ֥ה</w>
387
+ <w>אוֹתָ֛הּ</w>
388
+ <w>מִיֶּדְכֶ֖ם</w>
389
+ <w>אָמַ֥ר</w>
390
+ <w>יְהוָֽה׃</w>
391
+ <samekh/>
392
+ </v>
393
+ <v n="14">
394
+ <w>וְאָר֣וּר</w>
395
+ <w>נוֹכֵ֗ל</w>
396
+ <w>וְיֵ֤שׁ</w>
397
+ <w>בְּעֶדְרוֹ֙</w>
398
+ <w>זָכָ֔ר</w>
399
+ <w>וְנֹדֵ֛ר</w>
400
+ <w>וְזֹבֵ֥חַ</w>
401
+ <w>מָשְׁחָ֖ת</w>
402
+ <w>לַֽאדֹנָ֑י</w>
403
+ <w>כִּי֩</w>
404
+ <w>מֶ֨לֶךְ</w>
405
+ <w>גָּד֜וֹל</w>
406
+ <w>אָ֗נִי</w>
407
+ <w>אָמַר֙</w>
408
+ <w>יְהוָ֣ה</w>
409
+ <w>צְבָא֔וֹת</w>
410
+ <w>וּשְׁמִ֖י</w>
411
+ <w>נוֹרָ֥א</w>
412
+ <w>בַגּוֹיִֽם׃</w>
413
+ </v>
414
+ <vs>14</vs>
415
+ </c>
416
+ <c n="2">
417
+ <v n="1">
418
+ <w>וְעַתָּ֗ה</w>
419
+ <w>אֲלֵיכֶ֛ם</w>
420
+ <w>הַמִּצְוָ֥ה</w>
421
+ <w>הַזֹּ֖את</w>
422
+ <w>הַכֹּהֲנִֽים׃</w>
423
+ </v>
424
+ <v n="2">
425
+ <w>אִם־</w>
426
+ <w>לֹ֣א</w>
427
+ <w>תִשְׁמְע֡וּ</w>
428
+ <w>וְאִם־</w>
429
+ <w>לֹא֩</w>
430
+ <w>תָשִׂ֨ימוּ</w>
431
+ <w>עַל־</w>
432
+ <w>לֵ֜ב</w>
433
+ <w>לָתֵ֧ת</w>
434
+ <w>כָּב֣וֹד</w>
435
+ <w>לִשְׁמִ֗י</w>
436
+ <w>אָמַר֙</w>
437
+ <w>יְהוָ֣ה</w>
438
+ <w>צְבָא֔וֹת</w>
439
+ <w>וְשִׁלַּחְתִּ֤י</w>
440
+ <w>בָכֶם֙</w>
441
+ <w>אֶת־</w>
442
+ <w>הַמְּאֵרָ֔ה</w>
443
+ <w>וְאָרוֹתִ֖י</w>
444
+ <w>אֶת־</w>
445
+ <w>בִּרְכֽוֹתֵיכֶ֑ם</w>
446
+ <w>וְגַם֙</w>
447
+ <w>אָרוֹתִ֔יהָ</w>
448
+ <w>כִּ֥י</w>
449
+ <w>אֵינְכֶ֖ם</w>
450
+ <w>שָׂמִ֥ים</w>
451
+ <w>עַל־</w>
452
+ <w>לֵֽב׃</w>
453
+ </v>
454
+ <v n="3">
455
+ <w>הִנְנִ֨י</w>
456
+ <w>גֹעֵ֤ר</w>
457
+ <w>לָכֶם֙</w>
458
+ <w>אֶת־</w>
459
+ <w>הַזֶּ֔רַע</w>
460
+ <w>וְזֵרִ֤יתִי</w>
461
+ <w>פֶ֙רֶשׁ֙</w>
462
+ <w>עַל־</w>
463
+ <w>פְּנֵיכֶ֔ם</w>
464
+ <w>פֶּ֖רֶשׁ</w>
465
+ <w>חַגֵּיכֶ֑ם</w>
466
+ <w>וְנָשָׂ֥א</w>
467
+ <w>אֶתְכֶ֖ם</w>
468
+ <w>אֵלָֽיו׃</w>
469
+ </v>
470
+ <v n="4">
471
+ <w>וִֽידַעְתֶּ֕ם</w>
472
+ <w>כִּ֚י</w>
473
+ <w>שִׁלַּ֣חְתִּי</w>
474
+ <w>אֲלֵיכֶ֔ם</w>
475
+ <w>אֵ֖ת</w>
476
+ <w>הַמִּצְוָ֣ה</w>
477
+ <w>הַזֹּ֑את</w>
478
+ <w>לִֽהְי֤וֹת</w>
479
+ <w>בְּרִיתִי֙</w>
480
+ <w>אֶת־</w>
481
+ <w>לֵוִ֔י</w>
482
+ <w>אָמַ֖ר</w>
483
+ <w>יְהוָ֥ה</w>
484
+ <w>צְבָאֽוֹת׃</w>
485
+ </v>
486
+ <v n="5">
487
+ <w>בְּרִיתִ֣י ׀</w>
488
+ <w>הָיְתָ֣ה</w>
489
+ <w>אִתּ֗וֹ</w>
490
+ <w>הַֽחַיִּים֙</w>
491
+ <w>וְהַ֨שָּׁל֔וֹם</w>
492
+ <w>וָאֶתְּנֵֽם־</w>
493
+ <w>ל֥וֹ</w>
494
+ <w>מוֹרָ֖א</w>
495
+ <w>וַיִּֽירָאֵ֑נִי</w>
496
+ <w>וּמִפְּנֵ֥י</w>
497
+ <w>שְׁמִ֖י</w>
498
+ <w>נִחַ֥ת</w>
499
+ <w>הֽוּא׃</w>
500
+ </v>
501
+ <v n="6">
502
+ <w>תּוֹרַ֤ת</w>
503
+ <w>אֱמֶת֙</w>
504
+ <w>הָיְתָ֣ה</w>
505
+ <w>בְּפִ֔יהוּ</w>
506
+ <w>וְעַוְלָ֖ה</w>
507
+ <w>לֹא־</w>
508
+ <w>נִמְצָ֣א</w>
509
+ <w>בִשְׂפָתָ֑יו</w>
510
+ <w>בְּשָׁל֤וֹם</w>
511
+ <w>וּבְמִישׁוֹר֙</w>
512
+ <w>הָלַ֣ךְ</w>
513
+ <w>אִתִּ֔י</w>
514
+ <w>וְרַבִּ֖ים</w>
515
+ <w>הֵשִׁ֥יב</w>
516
+ <w>מֵעָוֺֽן׃</w>
517
+ </v>
518
+ <v n="7">
519
+ <w>כִּֽי־</w>
520
+ <w>שִׂפְתֵ֤י</w>
521
+ <w>כֹהֵן֙</w>
522
+ <w>יִשְׁמְרוּ־</w>
523
+ <w>דַ֔עַת</w>
524
+ <w>וְתוֹרָ֖ה</w>
525
+ <w>יְבַקְשׁ֣וּ</w>
526
+ <w>מִפִּ֑יהוּ</w>
527
+ <w>כִּ֛י</w>
528
+ <w>מַלְאַ֥ךְ</w>
529
+ <w>יְהוָֽה־</w>
530
+ <w>צְבָא֖וֹת</w>
531
+ <w>הֽוּא׃</w>
532
+ </v>
533
+ <v n="8">
534
+ <w>וְאַתֶּם֙</w>
535
+ <w>סַרְתֶּ֣ם</w>
536
+ <w>מִן־</w>
537
+ <w>הַדֶּ֔רֶךְ</w>
538
+ <w>הִכְשַׁלְתֶּ֥ם</w>
539
+ <w>רַבִּ֖ים</w>
540
+ <w>בַּתּוֹרָ֑ה</w>
541
+ <w>שִֽׁחַתֶּם֙</w>
542
+ <w>בְּרִ֣ית</w>
543
+ <w>הַלֵּוִ֔י</w>
544
+ <w>אָמַ֖ר</w>
545
+ <w>יְהוָ֥ה</w>
546
+ <w>צְבָאֽוֹת׃</w>
547
+ </v>
548
+ <v n="9">
549
+ <w>וְגַם־</w>
550
+ <w>אֲנִ֞י</w>
551
+ <w>נָתַ֧תִּי</w>
552
+ <w>אֶתְכֶ֛ם</w>
553
+ <w>נִבְזִ֥ים</w>
554
+ <w>וּשְׁפָלִ֖ים</w>
555
+ <w>לְכָל־</w>
556
+ <w>הָעָ֑ם</w>
557
+ <w>כְּפִ֗י</w>
558
+ <w>אֲשֶׁ֤ר</w>
559
+ <w>אֵֽינְכֶם֙</w>
560
+ <w>שֹׁמְרִ֣ים</w>
561
+ <w>אֶת־</w>
562
+ <w>דְּרָכַ֔י</w>
563
+ <w>וְנֹשְׂאִ֥ים</w>
564
+ <w>פָּנִ֖ים</w>
565
+ <w>בַּתּוֹרָֽה׃</w>
566
+ <pe/>
567
+ </v>
568
+ <v n="10">
569
+ <w>הֲל֨וֹא</w>
570
+ <w>אָ֤ב</w>
571
+ <w>אֶחָד֙</w>
572
+ <w>לְכֻלָּ֔נוּ</w>
573
+ <w>הֲל֛וֹא</w>
574
+ <w>אֵ֥ל</w>
575
+ <w>אֶֽחָ֖ד</w>
576
+ <w>בְּרָאָ֑נוּ</w>
577
+ <w>מַדּ֗וּעַ</w>
578
+ <w>נִבְגַּד֙</w>
579
+ <w>אִ֣ישׁ</w>
580
+ <w>בְּאָחִ֔יו</w>
581
+ <w>לְחַלֵּ֖ל</w>
582
+ <w>בְּרִ֥ית</w>
583
+ <w>אֲבֹתֵֽינוּ׃</w>
584
+ </v>
585
+ <v n="11">
586
+ <w>בָּגְדָ֣ה</w>
587
+ <w>יְהוּדָ֔ה</w>
588
+ <w>וְתוֹעֵבָ֛ה</w>
589
+ <w>נֶעֶשְׂתָ֥ה</w>
590
+ <w>בְיִשְׂרָאֵ֖ל</w>
591
+ <w>וּבִירֽוּשָׁלָ֑͏ִם</w>
592
+ <w>כִּ֣י ׀</w>
593
+ <w>חִלֵּ֣ל</w>
594
+ <w>יְהוּדָ��ה</w>
595
+ <w>קֹ֤דֶשׁ</w>
596
+ <w>יְהוָה֙</w>
597
+ <w>אֲשֶׁ֣ר</w>
598
+ <w>אָהֵ֔ב</w>
599
+ <w>וּבָעַ֖ל</w>
600
+ <w>בַּת־</w>
601
+ <w>אֵ֥ל</w>
602
+ <w>נֵכָֽר׃</w>
603
+ </v>
604
+ <v n="12">
605
+ <w>יַכְרֵ֨ת</w>
606
+ <w>יְהוָ֜ה</w>
607
+ <w>לָאִ֨ישׁ</w>
608
+ <w>אֲשֶׁ֤ר</w>
609
+ <w>יַעֲשֶׂ֙נָּה֙</w>
610
+ <w>עֵ֣ר</w>
611
+ <w>וְעֹנֶ֔ה</w>
612
+ <w>מֵאָהֳלֵ֖י</w>
613
+ <w>יַֽעֲקֹ֑ב</w>
614
+ <w>וּמַגִּ֣ישׁ</w>
615
+ <w>מִנְחָ֔ה</w>
616
+ <w>לַֽיהוָ֖ה</w>
617
+ <w>צְבָאֽוֹת׃</w>
618
+ <pe/>
619
+ </v>
620
+ <v n="13">
621
+ <w>וְזֹאת֙</w>
622
+ <w>שֵׁנִ֣ית</w>
623
+ <w>תַּֽעֲשׂ֔וּ</w>
624
+ <w>כַּסּ֤וֹת</w>
625
+ <w>דִּמְעָה֙</w>
626
+ <w>אֶת־</w>
627
+ <w>מִזְבַּ֣ח</w>
628
+ <w>יְהוָ֔ה</w>
629
+ <w>בְּכִ֖י</w>
630
+ <w>וַֽאֲנָקָ֑ה</w>
631
+ <w>מֵאֵ֣ין</w>
632
+ <w>ע֗וֹד</w>
633
+ <w>פְּנוֹת֙</w>
634
+ <w>אֶל־</w>
635
+ <w>הַמִּנְחָ֔ה</w>
636
+ <w>וְלָקַ֥חַת</w>
637
+ <w>רָצ֖וֹן</w>
638
+ <w>מִיֶּדְכֶֽם׃</w>
639
+ </v>
640
+ <v n="14">
641
+ <w>וַאֲמַרְתֶּ֖ם</w>
642
+ <w>עַל־</w>
643
+ <w>מָ֑ה</w>
644
+ <w>עַ֡ל</w>
645
+ <w>כִּי־</w>
646
+ <w>יְהוָה֩</w>
647
+ <w>הֵעִ֨יד</w>
648
+ <w>בֵּינְךָ֜</w>
649
+ <w>וּבֵ֣ין ׀</w>
650
+ <w>אֵ֣שֶׁת</w>
651
+ <w>נְעוּרֶ֗יךָ</w>
652
+ <w>אֲשֶׁ֤ר</w>
653
+ <w>אַתָּה֙</w>
654
+ <w>בָּגַ֣דְתָּה</w>
655
+ <w>בָּ֔הּ</w>
656
+ <w>וְהִ֥יא</w>
657
+ <w>חֲבֶרְתְּךָ֖</w>
658
+ <w>וְאֵ֥שֶׁת</w>
659
+ <w>בְּרִיתֶֽךָ׃</w>
660
+ </v>
661
+ <v n="15">
662
+ <w>וְלֹא־</w>
663
+ <w>אֶחָ֣ד</w>
664
+ <w>עָשָׂ֗ה</w>
665
+ <w>וּשְׁאָ֥ר</w>
666
+ <w>ר֙וּחַ֙</w>
667
+ <w>ל֔וֹ</w>
668
+ <w>וּמָה֙</w>
669
+ <w>הָֽאֶחָ֔ד</w>
670
+ <w>מְבַקֵּ֖שׁ</w>
671
+ <w>זֶ֣רַע</w>
672
+ <w>אֱלֹהִ֑ים</w>
673
+ <w>וְנִשְׁמַרְתֶּם֙</w>
674
+ <w>בְּר֣וּחֲכֶ֔ם</w>
675
+ <w>וּבְאֵ֥שֶׁת</w>
676
+ <w>נְעוּרֶ֖יךָ</w>
677
+ <w>אַל־</w>
678
+ <w>יִבְגֹּֽד׃</w>
679
+ </v>
680
+ <v n="16">
681
+ <w>כִּֽי־</w>
682
+ <w>שָׂנֵ֣א</w>
683
+ <w>שַׁלַּ֗ח</w>
684
+ <w>אָמַ֤ר</w>
685
+ <w>יְהוָה֙</w>
686
+ <w>אֱלֹהֵ֣י</w>
687
+ <w>יִשְׂרָאֵ֔ל</w>
688
+ <w>וְכִסָּ֤ה</w>
689
+ <w>חָמָס֙</w>
690
+ <w>עַל־</w>
691
+ <w>לְבוּשׁ֔וֹ</w>
692
+ <w>אָמַ֖ר</w>
693
+ <w>יְהוָ֣ה</w>
694
+ <w>צְבָא֑וֹת</w>
695
+ <w>וְנִשְׁמַרְתֶּ֥ם</w>
696
+ <w>בְּרוּחֲכֶ֖ם</w>
697
+ <w>וְלֹ֥א</w>
698
+ <w>תִבְגֹּֽדוּ׃</w>
699
+ <samekh/>
700
+ </v>
701
+ <v n="17">
702
+ <w>הוֹגַעְתֶּ֤ם</w>
703
+ <w>יְהוָה֙</w>
704
+ <w>בְּדִבְרֵיכֶ֔ם</w>
705
+ <w>וַאֲמַרְ֖<x>t</x>תֶּם</w>
706
+ <w>בַּמָּ֣ה</w>
707
+ <w>הוֹגָ֑עְנוּ</w>
708
+ <w>בֶּאֱמָרְכֶ֗ם</w>
709
+ <w>כָּל־</w>
710
+ <w>עֹ֨שֵׂה</w>
711
+ <w>רָ֜ע</w>
712
+ <w>ט֣וֹב ׀</w>
713
+ <w>בְּעֵינֵ֣י</w>
714
+ <w>יְהוָ֗ה</w>
715
+ <w>וּבָהֶם֙</w>
716
+ <w>ה֣וּא</w>
717
+ <w>חָפֵ֔ץ</w>
718
+ <w>א֥וֹ</w>
719
+ <w>אַיֵּ֖ה</w>
720
+ <w>אֱלֹהֵ֥י</w>
721
+ <w>הַמִּשְׁפָּֽט׃</w>
722
+ </v>
723
+ <vs>17</vs>
724
+ </c>
725
+ <c n="3">
726
+ <v n="1">
727
+ <w>הִנְנִ֤י</w>
728
+ <w>שֹׁלֵחַ֙</w>
729
+ <w>מַלְאָכִ֔י</w>
730
+ <w>וּפִנָּה־</w>
731
+ <w>דֶ֖רֶךְ</w>
732
+ <w>לְפָנָ֑י</w>
733
+ <w>וּפִתְאֹם֩</w>
734
+ <w>יָב֨וֹא</w>
735
+ <w>אֶל־</w>
736
+ <w>הֵיכָל֜וֹ</w>
737
+ <w>הָאָד֣וֹן ׀</w>
738
+ <w>אֲשֶׁר־</w>
739
+ <w>אַתֶּ֣ם</w>
740
+ <w>מְבַקְשִׁ֗ים</w>
741
+ <w>וּמַלְאַ֨ךְ</w>
742
+ <w>הַבְּרִ֜ית</w>
743
+ <w>אֲשֶׁר־</w>
744
+ <w>אַתֶּ֤ם</w>
745
+ <w>חֲפֵצִים֙</w>
746
+ <w>הִנֵּה־</w>
747
+ <w>בָ֔א</w>
748
+ <w>אָמַ֖ר</w>
749
+ <w>יְהוָ֥ה</w>
750
+ <w>צְבָאֽוֹת׃</w>
751
+ </v>
752
+ <v n="2">
753
+ <w>וּמִ֤י</w>
754
+ <w>מְכַלְכֵּל֙</w>
755
+ <w>אֶת־</w>
756
+ <w>י֣וֹם</w>
757
+ <w>בּוֹא֔וֹ</w>
758
+ <w>וּמִ֥י</w>
759
+ <w>הָעֹמֵ֖ד</w>
760
+ <w>בְּהֵרָֽאוֹת֑וֹ</w>
761
+ <w>כִּֽי־</w>
762
+ <w>הוּא֙</w>
763
+ <w>כְּאֵ֣שׁ</w>
764
+ <w>מְצָרֵ֔ף</w>
765
+ <w>וּכְבֹרִ֖ית</w>
766
+ <w>מְכַבְּסִֽים׃</w>
767
+ </v>
768
+ <v n="3">
769
+ <w>וְיָשַׁ֨ב</w>
770
+ <w>מְצָרֵ֤ף</w>
771
+ <w>וּמְטַהֵר֙</w>
772
+ <w>כֶּ֔סֶף</w>
773
+ <w>וְטִהַ֤ר</w>
774
+ <w>אֶת־</w>
775
+ <w>בְּנֵֽי־</w>
776
+ <w>לֵוִי֙</w>
777
+ <w>וְזִקַּ֣ק</w>
778
+ <w>אֹתָ֔ם</w>
779
+ <w>כַּזָּהָ֖ב</w>
780
+ <w>וְכַכָּ֑סֶף</w>
781
+ <w>וְהָיוּ֙</w>
782
+ <w>לַֽיהוָ֔ה</w>
783
+ <w>מַגִּישֵׁ֥י</w>
784
+ <w>מִנְחָ֖ה</w>
785
+ <w>בִּצְדָקָֽה׃</w>
786
+ </v>
787
+ <v n="4">
788
+ <w>וְעָֽרְבָה֙</w>
789
+ <w>לַֽיהוָ֔ה</w>
790
+ <w>מִנְחַ֥ת</w>
791
+ <w>יְהוּדָ֖ה</w>
792
+ <w>וִירֽוּשָׁלָ֑͏ִם</w>
793
+ <w>כִּימֵ֣י</w>
794
+ <w>עוֹלָ֔ם</w>
795
+ <w>וּכְשָׁנִ֖ים</w>
796
+ <w>קַדְמֹנִיּֽוֹת׃</w>
797
+ </v>
798
+ <v n="5">
799
+ <w>וְקָרַבְתִּ֣י</w>
800
+ <w>אֲלֵיכֶם֮</w>
801
+ <w>לַמִּשְׁפָּט֒</w>
802
+ <w>וְהָיִ֣יתִי ׀</w>
803
+ <w>עֵ֣ד</w>
804
+ <w>מְמַהֵ֗ר</w>
805
+ <w>בַּֽמְכַשְּׁפִים֙</w>
806
+ <w>וּבַמְנָ֣אֲפִ֔ים</w>
807
+ <w>וּבַנִּשְׁבָּעִ֖ים</w>
808
+ <w>לַשָּׁ֑קֶר</w>
809
+ <w>וּבְעֹשְׁקֵ֣י</w>
810
+ <w>שְׂכַר־</w>
811
+ <w>שָׂ֠כִיר</w>
812
+ <w>אַלְמָנָ֨ה</w>
813
+ <w>וְיָת֤וֹם</w>
814
+ <w>וּמַטֵּי־</w>
815
+ <w>גֵר֙</w>
816
+ <w>וְלֹ֣א</w>
817
+ <w>יְרֵא֔וּנִי</w>
818
+ <w>אָמַ֖ר</w>
819
+ <w>יְהוָ֥ה</w>
820
+ <w>צְבָאֽוֹת׃</w>
821
+ </v>
822
+ <v n="6">
823
+ <w>כִּ֛י</w>
824
+ <w>אֲנִ֥י</w>
825
+ <w>יְהוָ֖ה</w>
826
+ <w>לֹ֣א</w>
827
+ <w>שָׁנִ֑יתִי</w>
828
+ <w>וְאַתֶּ֥ם</w>
829
+ <w>בְּנֵֽי־</w>
830
+ <w>יַעֲקֹ֖ב</w>
831
+ <w>לֹ֥א</w>
832
+ <w>כְלִיתֶֽם׃</w>
833
+ </v>
834
+ <v n="7">
835
+ <w>לְמִימֵ֨י</w>
836
+ <w>אֲבֹתֵיכֶ֜ם</w>
837
+ <w>סַרְתֶּ֤ם</w>
838
+ <w>מֵֽחֻקַּי֙</w>
839
+ <w>וְלֹ֣א</w>
840
+ <w>שְׁמַרְתֶּ֔ם</w>
841
+ <w>שׁ֤וּבוּ</w>
842
+ <w>אֵלַי֙</w>
843
+ <w>וְאָשׁ֣וּבָה</w>
844
+ <w>אֲלֵיכֶ֔ם</w>
845
+ <w>אָמַ֖ר</w>
846
+ <w>יְהוָ֣ה</w>
847
+ <w>צְבָא֑וֹת</w>
848
+ <w>וַאֲמַרְתֶּ֖ם</w>
849
+ <w>בַּמֶּ֥ה</w>
850
+ <w>נָשֽׁוּב׃</w>
851
+ </v>
852
+ <v n="8">
853
+ <w>הֲיִקְבַּ֨ע</w>
854
+ <w>אָדָ֜ם</w>
855
+ <w>אֱלֹהִ֗ים</w>
856
+ <w>כִּ֤י</w>
857
+ <w>אַתֶּם֙</w>
858
+ <w>קֹבְעִ֣ים</w>
859
+ <w>אֹתִ֔י</w>
860
+ <w>וַאֲמַרְתֶּ֖ם</w>
861
+ <w>בַּמֶּ֣ה</w>
862
+ <w>קְבַעֲנ֑וּךָ</w>
863
+ <w>הַֽמַּעֲשֵׂ֖ר</w>
864
+ <w>וְהַתְּרוּמָֽה׃</w>
865
+ </v>
866
+ <v n="9">
867
+ <w>בַּמְּאֵרָה֙</w>
868
+ <w>אַתֶּ֣ם</w>
869
+ <w>נֵֽאָרִ֔ים</w>
870
+ <w>וְאֹתִ֖י</w>
871
+ <w>אַתֶּ֣ם</w>
872
+ <w>קֹבְעִ֑ים</w>
873
+ <w>הַגּ֖וֹי</w>
874
+ <w>כֻּלּֽוֹ׃</w>
875
+ </v>
876
+ <v n="10">
877
+ <w>הָבִ֨יאוּ</w>
878
+ <w>אֶת־</w>
879
+ <w>כָּל־</w>
880
+ <w>הַֽמַּעֲשֵׂ֜ר</w>
881
+ <w>אֶל־</w>
882
+ <w>בֵּ֣ית</w>
883
+ <w>הָאוֹצָ֗ר</w>
884
+ <w>וִיהִ֥י</w>
885
+ <w>טֶ֙רֶף֙</w>
886
+ <w>בְּבֵיתִ֔י</w>
887
+ <w>וּבְחָנ֤וּנִי</w>
888
+ <w>נָא֙</w>
889
+ <w>בָּזֹ֔את</w>
890
+ <w>אָמַ֖ר</w>
891
+ <w>יְהוָ֣ה</w>
892
+ <w>צְבָא֑וֹת</w>
893
+ <w>אִם־</w>
894
+ <w>לֹ֧א</w>
895
+ <w>אֶפְתַּ֣ח</w>
896
+ <w>לָכֶ֗ם</w>
897
+ <w>אֵ֚ת</w>
898
+ <w>אֲרֻבּ֣וֹת</w>
899
+ <w>הַשָּׁמַ֔יִם</w>
900
+ <w>וַהֲרִיקֹתִ֥י</w>
901
+ <w>לָכֶ֛ם</w>
902
+ <w>בְּרָכָ֖ה</w>
903
+ <w>עַד</w>
904
+ <w>בְּלִי</w>
905
+ <w>דָֽי׃</w>
906
+ </v>
907
+ <v n="11">
908
+ <w>וְגָעַרְתִּ֤י</w>
909
+ <w>לָכֶם֙</w>
910
+ <w>בָּֽאֹכֵ֔ל</w>
911
+ <w>וְלֹֽא־</w>
912
+ <w>יַשְׁחִ֥ת</w>
913
+ <w>לָכֶ֖ם</w>
914
+ <w>אֶת־</w>
915
+ <w>פְּרִ֣י</w>
916
+ <w>הָאֲדָמָ֑ה</w>
917
+ <w>וְלֹא־</w>
918
+ <w>תְשַׁכֵּ֨ל</w>
919
+ <w>לָכֶ֤ם</w>
920
+ <w>הַגֶּ֙פֶן֙</w>
921
+ <w>בַּשָּׂדֶ֔ה</w>
922
+ <w>אָמַ֖ר</w>
923
+ <w>יְהוָ֥ה</w>
924
+ <w>צְבָאֽוֹת׃</w>
925
+ </v>
926
+ <v n="12">
927
+ <w>וְאִשְּׁר֥וּ</w>
928
+ <w>אֶתְכֶ֖ם</w>
929
+ <w>כָּל־</w>
930
+ <w>הַגּוֹיִ֑ם</w>
931
+ <w>כִּֽי־</w>
932
+ <w>תִהְי֤וּ</w>
933
+ <w>אַתֶּם֙</w>
934
+ <w>אֶ֣רֶץ</w>
935
+ <w>חֵ֔פֶץ</w>
936
+ <w>אָמַ֖ר</w>
937
+ <w>יְהוָ֥ה</w>
938
+ <w>צְבָאֽוֹת׃</w>
939
+ <samekh/>
940
+ </v>
941
+ <v n="13">
942
+ <w>חָזְק֥וּ</w>
943
+ <w>עָלַ֛י</w>
944
+ <w>דִּבְרֵיכֶ֖ם</w>
945
+ <w>אָמַ֣ר</w>
946
+ <w>יְהוָ֑ה</w>
947
+ <w>וַאֲמַרְתֶּ֕ם</w>
948
+ <w>מַה־</w>
949
+ <w>נִּדְבַּ֖רְנוּ</w>
950
+ <w>עָלֶֽיךָ׃</w>
951
+ </v>
952
+ <v n="14">
953
+ <w>אֲמַרְתֶּ֕ם</w>
954
+ <w>שָׁ֖וְא</w>
955
+ <w>עֲבֹ֣ד</w>
956
+ <w>אֱלֹהִ֑ים</w>
957
+ <w>וּמַה־</w>
958
+ <w>בֶּ֗צַע</w>
959
+ <w>כִּ֤י</w>
960
+ <w>שָׁמַ֙רְנוּ֙</w>
961
+ <w>מִשְׁמַרְתּ֔וֹ</w>
962
+ <w>וְכִ֤י</w>
963
+ <w>הָלַ֙כְנוּ֙</w>
964
+ <w>קְדֹ֣רַנִּ֔ית</w>
965
+ <w>מִפְּנֵ֖י</w>
966
+ <w>יְהוָ֥ה</w>
967
+ <w>צְבָאֽוֹת׃</w>
968
+ </v>
969
+ <v n="15">
970
+ <w>וְעַתָּ֕ה</w>
971
+ <w>אֲנַ֖חְנוּ</w>
972
+ <w>מְאַשְּׁרִ֣ים</w>
973
+ <w>זֵדִ֑ים</w>
974
+ <w>גַּם־</w>
975
+ <w>נִבְנוּ֙</w>
976
+ <w>עֹשֵׂ֣י</w>
977
+ <w>רִשְׁעָ֔ה</w>
978
+ <w>גַּ֧ם</w>
979
+ <w>בָּחֲנ֛וּ</w>
980
+ <w>אֱלֹהִ֖ים</w>
981
+ <w>וַיִּמָּלֵֽטוּ׃</w>
982
+ </v>
983
+ <v n="16">
984
+ <w>אָ֧ז</w>
985
+ <w>נִדְבְּר֛וּ</w>
986
+ <w>יִרְאֵ֥י</w>
987
+ <w>יְהוָ֖ה</w>
988
+ <w>אִ֣ישׁ</w>
989
+ <w>אֶת־</w>
990
+ <w>רֵעֵ֑הוּ</w>
991
+ <w>וַיַּקְשֵׁ֤ב</w>
992
+ <w>יְהוָה֙</w>
993
+ <w>וַיִּשְׁמָ֔ע</w>
994
+ <w>וַ֠יִּכָּתֵב</w>
995
+ <w>סֵ֣פֶר</w>
996
+ <w>זִכָּר֤וֹן</w>
997
+ <w>לְפָנָיו֙</w>
998
+ <w>לְיִרְאֵ֣י</w>
999
+ <w>יְהוָ֔ה</w>
1000
+ <w>וּלְחֹשְׁבֵ֖י</w>
1001
+ <w>שְׁמֽוֹ׃</w>
1002
+ </v>
1003
+ <v n="17">
1004
+ <w>וְהָ֣יוּ</w>
1005
+ <w>לִ֗י</w>
1006
+ <w>אָמַר֙</w>
1007
+ <w>יְהוָ֣ה</w>
1008
+ <w>צְבָא֔וֹת</w>
1009
+ <w>לַיּ֕וֹם</w>
1010
+ <w>אֲשֶׁ֥ר</w>
1011
+ <w>אֲנִ֖י</w>
1012
+ <w>עֹשֶׂ֣ה</w>
1013
+ <w>סְגֻלָּ֑ה</w>
1014
+ <w>וְחָמַלְתִּ֣י</w>
1015
+ <w>עֲלֵיהֶ֔ם</w>
1016
+ <w>כַּֽאֲשֶׁר֙</w>
1017
+ <w>יַחְמֹ֣ל</w>
1018
+ <w>אִ֔ישׁ</w>
1019
+ <w>עַל־</w>
1020
+ <w>בְּנ֖וֹ</w>
1021
+ <w>הָעֹבֵ֥ד</w>
1022
+ <w>אֹתֽוֹ׃</w>
1023
+ </v>
1024
+ <v n="18">
1025
+ <w>וְשַׁבְתֶּם֙</w>
1026
+ <w>וּרְאִיתֶ֔ם</w>
1027
+ <w>בֵּ֥ין</w>
1028
+ <w>צַדִּ֖יק</w>
1029
+ <w>לְרָשָׁ֑ע</w>
1030
+ <w>בֵּ֚ין</w>
1031
+ <w>עֹבֵ֣ד</w>
1032
+ <w>אֱלֹהִ֔ים</w>
1033
+ <w>לַאֲשֶׁ֖ר</w>
1034
+ <w>לֹ֥א</w>
1035
+ <w>עֲבָדֽוֹ׃</w>
1036
+ <samekh/>
1037
+ </v>
1038
+ <v n="19">
1039
+ <w>כִּֽי־</w>
1040
+ <w>הִנֵּ֤ה</w>
1041
+ <w>הַיּוֹם֙</w>
1042
+ <w>בָּ֔א</w>
1043
+ <w>בֹּעֵ֖ר</w>
1044
+ <w>כַּתַּנּ֑וּר</w>
1045
+ <w>וְהָי֨וּ</w>
1046
+ <w>כָל־</w>
1047
+ <w>זֵדִ֜ים</w>
1048
+ <w>וְכָל־</w>
1049
+ <w>עֹשֵׂ֤ה</w>
1050
+ <w>רִשְׁעָה֙</w>
1051
+ <w>קַ֔שׁ</w>
1052
+ <w>וְלִהַ֨ט</w>
1053
+ <w>אֹתָ֜ם</w>
1054
+ <w>הַיּ֣וֹם</w>
1055
+ <w>הַבָּ֗א</w>
1056
+ <w>אָמַר֙</w>
1057
+ <w>יְהוָ֣ה</w>
1058
+ <w>צְבָא֔וֹת</w>
1059
+ <w>אֲשֶׁ֛ר</w>
1060
+ <w>לֹא־</w>
1061
+ <w>יַעֲזֹ֥ב</w>
1062
+ <w>לָהֶ֖ם</w>
1063
+ <w>שֹׁ֥רֶשׁ</w>
1064
+ <w>וְעָנָֽף׃</w>
1065
+ </v>
1066
+ <v n="20">
1067
+ <w>וְזָרְחָ֨ה</w>
1068
+ <w>לָכֶ֜ם</w>
1069
+ <w>יִרְאֵ֤י</w>
1070
+ <w>שְׁמִי֙</w>
1071
+ <w>שֶׁ֣מֶשׁ</w>
1072
+ <w>צְדָקָ֔ה</w>
1073
+ <w>וּמַרְפֵּ֖א</w>
1074
+ <w>בִּכְנָפֶ֑יהָ</w>
1075
+ <w>וִֽיצָאתֶ֥ם</w>
1076
+ <w>וּפִשְׁתֶּ֖ם</w>
1077
+ <w>כְּעֶגְלֵ֥י</w>
1078
+ <w>מַרְבֵּֽק׃</w>
1079
+ </v>
1080
+ <v n="21">
1081
+ <w>וְעַסּוֹתֶ֣ם</w>
1082
+ <w>רְשָׁעִ֔ים</w>
1083
+ <w>כִּֽי־</w>
1084
+ <w>יִהְי��וּ</w>
1085
+ <w>אֵ֔פֶר</w>
1086
+ <w>תַּ֖חַת</w>
1087
+ <w>כַּפּ֣וֹת</w>
1088
+ <w>רַגְלֵיכֶ֑ם</w>
1089
+ <w>בַּיּוֹם֙</w>
1090
+ <w>אֲשֶׁ֣ר</w>
1091
+ <w>אֲנִ֣י</w>
1092
+ <w>עֹשֶׂ֔ה</w>
1093
+ <w>אָמַ֖ר</w>
1094
+ <w>יְהוָ֥ה</w>
1095
+ <w>צְבָאֽוֹת׃</w>
1096
+ <pe/>
1097
+ </v>
1098
+ <v n="22">
1099
+ <w>זִכְר֕וּ</w>
1100
+ <w>תּוֹרַ֖ת</w>
1101
+ <w>מֹשֶׁ֣ה</w>
1102
+ <w>עַבְדִּ֑י</w>
1103
+ <w>אֲשֶׁר֩</w>
1104
+ <w>צִוִּ֨יתִי</w>
1105
+ <w>אוֹת֤וֹ</w>
1106
+ <w>בְחֹרֵב֙</w>
1107
+ <w>עַל־</w>
1108
+ <w>כָּל־</w>
1109
+ <w>יִשְׂרָאֵ֔ל</w>
1110
+ <w>חֻקִּ֖ים</w>
1111
+ <w>וּמִשְׁפָּטִֽים׃</w>
1112
+ </v>
1113
+ <v n="23">
1114
+ <w>הִנֵּ֤ה</w>
1115
+ <w>אָֽנֹכִי֙</w>
1116
+ <w>שֹׁלֵ֣חַ</w>
1117
+ <w>לָכֶ֔ם</w>
1118
+ <w>אֵ֖ת</w>
1119
+ <w>אֵלִיָּ֣ה</w>
1120
+ <w>הַנָּבִ֑יא</w>
1121
+ <w>לִפְנֵ֗י</w>
1122
+ <w>בּ֚וֹא</w>
1123
+ <w>י֣וֹם</w>
1124
+ <w>יְהוָ֔ה</w>
1125
+ <w>הַגָּד֖וֹל</w>
1126
+ <w>וְהַנּוֹרָֽא׃</w>
1127
+ </v>
1128
+ <v n="24">
1129
+ <w>וְהֵשִׁ֤יב</w>
1130
+ <w>לֵב־</w>
1131
+ <w>אָבוֹת֙</w>
1132
+ <w>עַל־</w>
1133
+ <w>בָּנִ֔ים</w>
1134
+ <w>וְלֵ֥ב</w>
1135
+ <w>בָּנִ֖ים</w>
1136
+ <w>עַל־</w>
1137
+ <w>אֲבוֹתָ֑ם</w>
1138
+ <w>פֶּן־</w>
1139
+ <w>אָב֕וֹא</w>
1140
+ <w>וְהִכֵּיתִ֥י</w>
1141
+ <w>אֶת־</w>
1142
+ <w>הָאָ֖רֶץ</w>
1143
+ <w>חֵֽרֶם׃</w>
1144
+ </v>
1145
+ <vs>24</vs>
1146
+ </c>
1147
+ <vs>55</vs>
1148
+ <cs>3</cs>
1149
+ </book>
1150
+ </tanach>
1151
+ <notes>
1152
+ <note>
1153
+ <code>4</code>
1154
+ <gccode>4</gccode>
1155
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
1156
+ </note>
1157
+ <note>
1158
+ <code>5</code>
1159
+ <gccode>5</gccode>
1160
+ <note>Large letter(s). Shown as large letters.</note>
1161
+ </note>
1162
+ <note>
1163
+ <code>6</code>
1164
+ <gccode>6</gccode>
1165
+ <note>Small letter(s). Shown as small letters.</note>
1166
+ </note>
1167
+ <note>
1168
+ <code>7</code>
1169
+ <gccode>7</gccode>
1170
+ <note>Suspended letter(s). Shown as suspended letters.</note>
1171
+ </note>
1172
+ <note>
1173
+ <code>8</code>
1174
+ <gccode>8</gccode>
1175
+ <note>Inverted nun in the text.</note>
1176
+ </note>
1177
+ <note>
1178
+ <code>c</code>
1179
+ <gccode>c</gccode>
1180
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
1181
+ </note>
1182
+ <note>
1183
+ <code>d</code>
1184
+ <gccode>d</gccode>
1185
+ <note>This tipeha is a dehi in other texts.</note>
1186
+ </note>
1187
+ <note>
1188
+ <code>m</code>
1189
+ <gccode>m</gccode>
1190
+ <note>This meteg is a merkha in other texts.</note>
1191
+ </note>
1192
+ <note>
1193
+ <code>q</code>
1194
+ <gccode>q</gccode>
1195
+ <note>UXLC differs from the conventional word for the qere.</note>
1196
+ </note>
1197
+ <note>
1198
+ <code>t</code>
1199
+ <gccode>t</gccode>
1200
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
1201
+ </note>
1202
+ <note>
1203
+ <code>X</code>
1204
+ <gccode>X</gccode>
1205
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
1206
+ </note>
1207
+ <note>
1208
+ <code>y</code>
1209
+ <gccode>y</gccode>
1210
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
1211
+ </note>
1212
+ </notes>
1213
+ </Tanach>
texts/tanach/27_Chronicles_1.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/28_Chronicles_2.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/29_Psalms.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/30_Job.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/31_Proverbs.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/32_Ruth.xml ADDED
@@ -0,0 +1,1684 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Ruth</title>
11
+ <title level="a" type="mainhebrew">רות</title>
12
+ <title level="a" type="filename">Ruth</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>52565</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>3:16.9</citation>
63
+ <description>Consider possible dagesh in lamed. Add note 't'.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.10.19</filedate>
66
+ <date>2023.09.11</date>
67
+ <n>6</n>
68
+ </correction>
69
+ </notesStmt>
70
+ <sourceDesc>
71
+ <biblItem>
72
+ <title>Hebrew Bible</title>
73
+ <title>Leningrad Codex</title>
74
+ <editor>Shemu'el ben Ya'akov</editor>
75
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
76
+ <edition>Original document</edition>
77
+ <imprint>
78
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
79
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
80
+ <date>1008</date>
81
+ </imprint>
82
+ <idno type="Accession">Firkovich B 19 A</idno>
83
+ </biblItem>
84
+ <biblItem>
85
+ <title>The Leningrad Codex - A Facsimile Edition</title>
86
+ <editor>Freedman, David Noel</editor>
87
+ <editor>Beck, Astrid B.</editor>
88
+ <edition>First</edition>
89
+ <imprint>
90
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
91
+ <pubPlace>Grand Rapids, MI</pubPlace>
92
+ <date>1998</date>
93
+ </imprint>
94
+ <idno type="IBSN">0-8028-3786-7</idno>
95
+ </biblItem>
96
+ <biblItem>
97
+ <title>The Westminster Leningrad Codex</title>
98
+ <editor>Salisbury, Stephen K.</editor>
99
+ <edition>WLC 4.20</edition>
100
+ <imprint>
101
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
102
+ <pubPlace>2960 Church Rd.</pubPlace>
103
+ <pubPlace>Glenside, PA 19038</pubPlace>
104
+ <date>25 January 2016</date>
105
+ </imprint>
106
+ <idno type="Unknown"/>
107
+ </biblItem>
108
+ </sourceDesc>
109
+ </fileDesc>
110
+ <encodingDesc>
111
+ </encodingDesc>
112
+ <profileDesc>
113
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
114
+ <date>25 Jan 2016</date>
115
+ <langUsage>
116
+ <language ident="HE">Hebrew</language>
117
+ </langUsage>
118
+ </profileDesc>
119
+ </teiHeader>
120
+ <tanach>
121
+ <book>
122
+ <names>
123
+ <name>Ruth</name>
124
+ <abbrev>Ruth</abbrev>
125
+ <number>31</number>
126
+ <filename>Ruth</filename>
127
+ <hebrewname>רות</hebrewname>
128
+ </names>
129
+ <c n="1">
130
+ <v n="1">
131
+ <w>וַיְהִ֗י</w>
132
+ <w>בִּימֵי֙</w>
133
+ <w>שְׁפֹ֣ט</w>
134
+ <w>הַשֹּׁפְטִ֔ים</w>
135
+ <w>וַיְהִ֥י</w>
136
+ <w>רָעָ֖ב</w>
137
+ <w>בָּאָ֑רֶץ</w>
138
+ <w>וַיֵּ֨לֶךְ</w>
139
+ <w>אִ֜ישׁ</w>
140
+ <w>מִבֵּ֧ית</w>
141
+ <w>לֶ֣חֶם</w>
142
+ <w>יְהוּדָ֗ה</w>
143
+ <w>לָגוּר֙</w>
144
+ <w>בִּשְׂדֵ֣י</w>
145
+ <w>מוֹאָ֔ב</w>
146
+ <w>ה֥וּא</w>
147
+ <w>וְאִשְׁתּ֖וֹ</w>
148
+ <w>וּשְׁנֵ֥י</w>
149
+ <w>בָנָֽיו׃</w>
150
+ </v>
151
+ <v n="2">
152
+ <w>וְשֵׁ֣ם</w>
153
+ <w>הָאִ֣ישׁ</w>
154
+ <w>אֱ‍ֽלִימֶ֡לֶךְ</w>
155
+ <w>וְשֵׁם֩</w>
156
+ <w>אִשְׁתּ֨וֹ</w>
157
+ <w>נָעֳמִ֜י</w>
158
+ <w>וְשֵׁ֥ם</w>
159
+ <w>שְׁנֵֽי־</w>
160
+ <w>בָנָ֣יו ׀</w>
161
+ <w>מַחְל֤וֹן</w>
162
+ <w>וְכִלְיוֹן֙</w>
163
+ <w>אֶפְרָתִ֔ים</w>
164
+ <w>מִבֵּ֥ית</w>
165
+ <w>לֶ֖חֶם</w>
166
+ <w>יְהוּדָ֑ה</w>
167
+ <w>וַיָּבֹ֥אוּ</w>
168
+ <w>שְׂדֵי־</w>
169
+ <w>מוֹאָ֖ב</w>
170
+ <w>וַיִּֽהְיוּ־</w>
171
+ <w>שָֽׁם׃</w>
172
+ </v>
173
+ <v n="3">
174
+ <w>וַיָּ֥מָת</w>
175
+ <w>אֱלִימֶ֖לֶךְ</w>
176
+ <w>אִ֣ישׁ</w>
177
+ <w>נָעֳמִ֑י</w>
178
+ <w>וַתִּשָּׁאֵ֥ר</w>
179
+ <w>הִ֖יא</w>
180
+ <w>וּשְׁנֵ֥י</w>
181
+ <w>בָנֶֽיהָ׃</w>
182
+ </v>
183
+ <v n="4">
184
+ <w>וַיִּשְׂא֣וּ</w>
185
+ <w>לָהֶ֗ם</w>
186
+ <w>נָשִׁים֙</w>
187
+ <w>מֹֽאֲבִיּ֔וֹת</w>
188
+ <w>שֵׁ֤ם</w>
189
+ <w>הָֽאַחַת֙</w>
190
+ <w>עָרְפָּ֔ה</w>
191
+ <w>וְשֵׁ֥ם</w>
192
+ <w>הַשֵּׁנִ֖ית</w>
193
+ <w>ר֑וּת</w>
194
+ <w>וַיֵּ֥שְׁבוּ</w>
195
+ <w>שָׁ֖ם</w>
196
+ <w>כְּעֶ֥שֶׂר</w>
197
+ <w>שָׁנִֽים׃</w>
198
+ </v>
199
+ <v n="5">
200
+ <w>וַיָּמ֥וּתוּ</w>
201
+ <w>גַם־</w>
202
+ <w>שְׁנֵיהֶ֖ם</w>
203
+ <w>מַחְל֣וֹן</w>
204
+ <w>וְכִלְי֑וֹן</w>
205
+ <w>וַתִּשָּׁאֵר֙</w>
206
+ <w>הָֽאִשָּׁ֔ה</w>
207
+ <w>מִשְּׁנֵ֥י</w>
208
+ <w>יְלָדֶ֖יהָ</w>
209
+ <w>וּמֵאִישָֽׁהּ׃</w>
210
+ </v>
211
+ <v n="6">
212
+ <w>וַתָּ֤קָם</w>
213
+ <w>הִיא֙</w>
214
+ <w>וְכַלֹּתֶ֔יהָ</w>
215
+ <w>וַתָּ֖שָׁב</w>
216
+ <w>מִשְּׂדֵ֣י</w>
217
+ <w>מוֹאָ֑ב</w>
218
+ <w>כִּ֤י</w>
219
+ <w>שָֽׁמְעָה֙</w>
220
+ <w>בִּשְׂדֵ֣ה</w>
221
+ <w>מוֹאָ֔ב</w>
222
+ <w>כִּֽי־</w>
223
+ <w>פָקַ֤ד</w>
224
+ <w>יְהוָה֙</w>
225
+ <w>אֶת־</w>
226
+ <w>עַמּ֔וֹ</w>
227
+ <w>לָתֵ֥ת</w>
228
+ <w>לָהֶ֖ם</w>
229
+ <w>לָֽחֶם׃</w>
230
+ </v>
231
+ <v n="7">
232
+ <w>וַתֵּצֵ֗א</w>
233
+ <w>מִן־</w>
234
+ <w>הַמָּקוֹם֙</w>
235
+ <w>אֲשֶׁ֣ר</w>
236
+ <w>הָיְתָה־</w>
237
+ <w>שָׁ֔מָּה</w>
238
+ <w>וּשְׁתֵּ֥י</w>
239
+ <w>כַלֹּתֶ֖יהָ</w>
240
+ <w>עִמָּ֑הּ</w>
241
+ <w>וַתֵּלַ֣כְנָה</w>
242
+ <w>בַדֶּ֔רֶךְ</w>
243
+ <w>לָשׁ֖וּב</w>
244
+ <w>אֶל־</w>
245
+ <w>אֶ֥רֶץ</w>
246
+ <w>יְהוּדָֽה׃</w>
247
+ </v>
248
+ <v n="8">
249
+ <w>וַתֹּ֤אמֶר</w>
250
+ <w>נָעֳמִי֙</w>
251
+ <w>לִשְׁתֵּ֣י</w>
252
+ <w>כַלֹּתֶ֔יהָ</w>
253
+ <w>לֵ֣כְנָה</w>
254
+ <w>שֹּׁ֔בְנָה</w>
255
+ <w>אִשָּׁ֖ה</w>
256
+ <w>לְבֵ֣ית</w>
257
+ <w>אִמָּ֑הּ</w>
258
+ <k>יעשה</k>
259
+ <q>יַ֣עַשׂ</q>
260
+ <w>יְהוָ֤ה</w>
261
+ <w>עִמָּכֶם֙</w>
262
+ <w>חֶ֔ס��ד</w>
263
+ <w>כַּאֲשֶׁ֧ר</w>
264
+ <w>עֲשִׂיתֶ֛ם</w>
265
+ <w>עִם־</w>
266
+ <w>הַמֵּתִ֖ים</w>
267
+ <w>וְעִמָּדִֽי׃</w>
268
+ </v>
269
+ <v n="9">
270
+ <w>יִתֵּ֤ן</w>
271
+ <w>יְהוָה֙</w>
272
+ <w>לָכֶ֔ם</w>
273
+ <w>וּמְצֶ֣אןָ</w>
274
+ <w>מְנוּחָ֔ה</w>
275
+ <w>אִשָּׁ֖ה</w>
276
+ <w>בֵּ֣ית</w>
277
+ <w>אִישָׁ֑הּ</w>
278
+ <w>וַתִּשַּׁ֣ק</w>
279
+ <w>לָהֶ֔ן</w>
280
+ <w>וַתִּשֶּׂ֥אנָה</w>
281
+ <w>קוֹלָ֖ן</w>
282
+ <w>וַתִּבְכֶּֽינָה׃</w>
283
+ </v>
284
+ <v n="10">
285
+ <w>וַתֹּאמַ֖רְנָה־</w>
286
+ <w>לָּ֑הּ</w>
287
+ <w>כִּי־</w>
288
+ <w>אִתָּ֥ךְ</w>
289
+ <w>נָשׁ֖וּב</w>
290
+ <w>לְעַמֵּֽךְ׃</w>
291
+ </v>
292
+ <v n="11">
293
+ <w>וַתֹּ֤אמֶר</w>
294
+ <w>נָעֳמִי֙</w>
295
+ <w>שֹׁ֣בְנָה</w>
296
+ <w>בְנֹתַ֔י</w>
297
+ <w>לָ֥מָּה</w>
298
+ <w>תֵלַ֖כְנָה</w>
299
+ <w>עִמִּ֑י</w>
300
+ <w>הַֽעֽוֹד־</w>
301
+ <w>לִ֤י</w>
302
+ <w>בָנִים֙</w>
303
+ <w>בְּֽמֵעַ֔י</w>
304
+ <w>וְהָי֥וּ</w>
305
+ <w>לָכֶ֖ם</w>
306
+ <w>לַאֲנָשִֽׁים׃</w>
307
+ </v>
308
+ <v n="12">
309
+ <w>שֹׁ֤בְנָה</w>
310
+ <w>בְנֹתַי֙</w>
311
+ <w>לֵ֔כְןָ</w>
312
+ <w>כִּ֥י</w>
313
+ <w>זָקַ֖נְתִּי</w>
314
+ <w>מִהְי֣וֹת</w>
315
+ <w>לְאִ֑ישׁ</w>
316
+ <w>כִּ֤י</w>
317
+ <w>אָמַ֙רְתִּי֙</w>
318
+ <w>יֶשׁ־</w>
319
+ <w>לִ֣י</w>
320
+ <w>תִקְוָ֔ה</w>
321
+ <w>גַּ֣ם</w>
322
+ <w>הָיִ֤יתִי</w>
323
+ <w>הַלַּ֙יְלָה֙</w>
324
+ <w>לְאִ֔ישׁ</w>
325
+ <w>וְגַ֖ם</w>
326
+ <w>יָלַ֥דְתִּי</w>
327
+ <w>בָנִֽים׃</w>
328
+ </v>
329
+ <v n="13">
330
+ <w>הֲלָהֵ֣ן ׀</w>
331
+ <w>תְּשַׂבֵּ֗רְנָה</w>
332
+ <w>עַ֚ד</w>
333
+ <w>אֲשֶׁ֣ר</w>
334
+ <w>יִגְדָּ֔לוּ</w>
335
+ <w>הֲלָהֵן֙</w>
336
+ <w>תֵּֽעָגֵ֔נָה</w>
337
+ <w>לְבִלְתִּ֖י</w>
338
+ <w>הֱי֣וֹת</w>
339
+ <w>לְאִ֑ישׁ</w>
340
+ <w>אַ֣ל</w>
341
+ <w>בְּנֹתַ֗י</w>
342
+ <w>כִּֽי־</w>
343
+ <w>מַר־</w>
344
+ <w>לִ֤י</w>
345
+ <w>מְאֹד֙</w>
346
+ <w>מִכֶּ֔ם</w>
347
+ <w>כִּֽי־</w>
348
+ <w>יָצְאָ֥ה</w>
349
+ <w>בִ֖י</w>
350
+ <w>יַד־</w>
351
+ <w>יְהוָֽה׃</w>
352
+ </v>
353
+ <v n="14">
354
+ <w>וַתִּשֶּׂ֣נָה</w>
355
+ <w>קוֹלָ֔ן</w>
356
+ <w>וַתִּבְכֶּ֖ינָה</w>
357
+ <w>ע֑וֹד</w>
358
+ <w>וַתִּשַּׁ֤ק</w>
359
+ <w>עָרְפָּה֙</w>
360
+ <w>לַחֲמוֹתָ֔הּ</w>
361
+ <w>וְר֖וּת</w>
362
+ <w>דָּ֥בְקָה</w>
363
+ <w>בָּֽהּ׃</w>
364
+ </v>
365
+ <v n="15">
366
+ <w>וַתֹּ֗אמֶר</w>
367
+ <w>הִנֵּה֙</w>
368
+ <w>שָׁ֣בָה</w>
369
+ <w>יְבִמְתֵּ֔ךְ</w>
370
+ <w>אֶל־</w>
371
+ <w>עַמָּ֖הּ</w>
372
+ <w>וְאֶל־</w>
373
+ <w>אֱלֹהֶ֑יהָ</w>
374
+ <w>שׁ֖וּבִי</w>
375
+ <w>אַחֲרֵ֥י</w>
376
+ <w>יְבִמְתֵּֽךְ׃</w>
377
+ </v>
378
+ <v n="16">
379
+ <w>וַתֹּ֤אמֶר</w>
380
+ <w>רוּת֙</w>
381
+ <w>אַל־</w>
382
+ <w>תִּפְגְּעִי־</w>
383
+ <w>בִ֔י</w>
384
+ <w>לְעָזְבֵ֖ךְ</w>
385
+ <w>לָשׁ֣וּב</w>
386
+ <w>מֵאַחֲרָ֑יִךְ</w>
387
+ <w>כִּ֠י</w>
388
+ <w>אֶל־</w>
389
+ <w>אֲשֶׁ֨ר</w>
390
+ <w>תֵּלְכִ֜י</w>
391
+ <w>אֵלֵ֗ךְ</w>
392
+ <w>וּבַאֲשֶׁ֤ר</w>
393
+ <w>תָּלִ֙ינִי֙</w>
394
+ <w>אָלִ֔ין</w>
395
+ <w>עַמֵּ֣ךְ</w>
396
+ <w>עַמִּ֔י</w>
397
+ <w>וֵאלֹהַ֖יִךְ</w>
398
+ <w>אֱלֹהָֽי׃</w>
399
+ </v>
400
+ <v n="17">
401
+ <w>בַּאֲשֶׁ֤ר</w>
402
+ <w>תָּמ֙וּתִי֙</w>
403
+ <w>אָמ֔וּת</w>
404
+ <w>וְשָׁ֖ם</w>
405
+ <w>אֶקָּבֵ֑ר</w>
406
+ <w>כֹּה֩</w>
407
+ <w>יַעֲשֶׂ֨ה</w>
408
+ <w>יְהוָ֥ה</w>
409
+ <w>לִי֙</w>
410
+ <w>וְכֹ֣ה</w>
411
+ <w>יֹסִ֔יף</w>
412
+ <w>כִּ֣י</w>
413
+ <w>הַמָּ֔וֶת</w>
414
+ <w>יַפְרִ֖יד</w>
415
+ <w>בֵּינִ֥י</w>
416
+ <w>וּבֵינֵֽךְ׃</w>
417
+ </v>
418
+ <v n="18">
419
+ <w>וַתֵּ֕רֶא</w>
420
+ <w>כִּֽי־</w>
421
+ <w>מִתְאַמֶּ֥צֶת</w>
422
+ <w>הִ֖יא</w>
423
+ <w>לָלֶ֣כֶת</w>
424
+ <w>אִתָּ֑הּ</w>
425
+ <w>וַתֶּחְדַּ֖ל</w>
426
+ <w>לְדַ��ֵּ֥ר</w>
427
+ <w>אֵלֶֽיהָ׃</w>
428
+ </v>
429
+ <v n="19">
430
+ <w>וַתֵּלַ֣כְנָה</w>
431
+ <w>שְׁתֵּיהֶ֔ם</w>
432
+ <w>עַד־</w>
433
+ <w>בֹּאָ֖נָה</w>
434
+ <w>בֵּ֣ית</w>
435
+ <w>לָ֑חֶם</w>
436
+ <w>וַיְהִ֗י</w>
437
+ <w>כְּבֹאָ֙נָה֙</w>
438
+ <w>בֵּ֣ית</w>
439
+ <w>לֶ֔חֶם</w>
440
+ <w>וַתֵּהֹ֤ם</w>
441
+ <w>כָּל־</w>
442
+ <w>הָעִיר֙</w>
443
+ <w>עֲלֵיהֶ֔ן</w>
444
+ <w>וַתֹּאמַ֖רְנָה</w>
445
+ <w>הֲזֹ֥את</w>
446
+ <w>נָעֳמִֽי׃</w>
447
+ </v>
448
+ <v n="20">
449
+ <w>וַתֹּ֣אמֶר</w>
450
+ <w>אֲלֵיהֶ֔ן</w>
451
+ <w>אַל־</w>
452
+ <w>תִּקְרֶ֥אנָה</w>
453
+ <w>לִ֖י</w>
454
+ <w>נָעֳמִ֑י</w>
455
+ <w>קְרֶ֤אןָ</w>
456
+ <w>לִי֙</w>
457
+ <w>מָרָ֔א</w>
458
+ <w>כִּי־</w>
459
+ <w>הֵמַ֥ר</w>
460
+ <w>שַׁדַּ֛י</w>
461
+ <w>לִ֖י</w>
462
+ <w>מְאֹֽד׃</w>
463
+ </v>
464
+ <v n="21">
465
+ <w>אֲנִי֙</w>
466
+ <w>מְלֵאָ֣ה</w>
467
+ <w>הָלַ֔כְתִּי</w>
468
+ <w>וְרֵיקָ֖ם</w>
469
+ <w>הֱשִׁיבַ֣נִי</w>
470
+ <w>יְהוָ֑ה</w>
471
+ <w>לָ֣מָּה</w>
472
+ <w>תִקְרֶ֤אנָה</w>
473
+ <w>לִי֙</w>
474
+ <w>נָעֳמִ֔י</w>
475
+ <w>וַֽיהוָה֙</w>
476
+ <w>עָ֣נָה</w>
477
+ <w>בִ֔י</w>
478
+ <w>וְשַׁדַּ֖י</w>
479
+ <w>הֵ֥רַֽע</w>
480
+ <w>לִֽי׃</w>
481
+ </v>
482
+ <v n="22">
483
+ <w>וַתָּ֣שָׁב</w>
484
+ <w>נָעֳמִ֗י</w>
485
+ <w>וְר֨וּת</w>
486
+ <w>הַמּוֹאֲבִיָּ֤ה</w>
487
+ <w>כַלָּתָהּ֙</w>
488
+ <w>עִמָּ֔הּ</w>
489
+ <w>הַשָּׁ֖בָה</w>
490
+ <w>מִשְּׂדֵ֣י</w>
491
+ <w>מוֹאָ֑ב</w>
492
+ <w>וְהֵ֗מָּה</w>
493
+ <w>בָּ֚אוּ</w>
494
+ <w>בֵּ֣ית</w>
495
+ <w>לֶ֔חֶם</w>
496
+ <w>בִּתְחִלַּ֖ת</w>
497
+ <w>קְצִ֥יר</w>
498
+ <w>שְׂעֹרִֽים׃</w>
499
+ </v>
500
+ <vs>22</vs>
501
+ </c>
502
+ <c n="2">
503
+ <v n="1">
504
+ <w>וּֽלְנָעֳמִ֞י</w>
505
+ <k>מידע</k>
506
+ <q>מוֹדַ֣ע</q>
507
+ <w>לְאִישָׁ֗הּ</w>
508
+ <w>אִ֚ישׁ</w>
509
+ <w>גִּבּ֣וֹר</w>
510
+ <w>חַ֔יִל</w>
511
+ <w>מִמִּשְׁפַּ֖חַת</w>
512
+ <w>אֱלִימֶ֑לֶךְ</w>
513
+ <w>וּשְׁמ֖וֹ</w>
514
+ <w>בֹּֽעַז׃</w>
515
+ </v>
516
+ <v n="2">
517
+ <w>וַתֹּאמֶר֩</w>
518
+ <w>ר֨וּת</w>
519
+ <w>הַמּוֹאֲבִיָּ֜ה</w>
520
+ <w>אֶֽל־</w>
521
+ <w>נָעֳמִ֗י</w>
522
+ <w>אֵֽלְכָה־</w>
523
+ <w>נָּ֤א</w>
524
+ <w>הַשָּׂדֶה֙</w>
525
+ <w>וַאֲלַקֳטָּ֣ה</w>
526
+ <w>בַשִׁבֳּלִ֔ים</w>
527
+ <w>אַחַ֕ר</w>
528
+ <w>אֲשֶׁ֥ר</w>
529
+ <w>אֶמְצָא־</w>
530
+ <w>חֵ֖ן</w>
531
+ <w>בְּעֵינָ֑יו</w>
532
+ <w>וַתֹּ֥אמֶר</w>
533
+ <w>לָ֖הּ</w>
534
+ <w>לְכִ֥י</w>
535
+ <w>בִתִּֽי׃</w>
536
+ </v>
537
+ <v n="3">
538
+ <w>וַתֵּ֤לֶךְ</w>
539
+ <w>וַתָּבוֹא֙</w>
540
+ <w>וַתְּלַקֵּ֣ט</w>
541
+ <w>בַּשָּׂדֶ֔ה</w>
542
+ <w>אַחֲרֵ֖י</w>
543
+ <w>הַקֹּצְרִ֑ים</w>
544
+ <w>וַיִּ֣קֶר</w>
545
+ <w>מִקְרֶ֔הָ</w>
546
+ <w>חֶלְקַ֤ת</w>
547
+ <w>הַשָּׂדֶה֙</w>
548
+ <w>לְבֹ֔עַז</w>
549
+ <w>אֲשֶׁ֖ר</w>
550
+ <w>מִמִּשְׁפַּ֥חַת</w>
551
+ <w>אֱלִימֶֽלֶךְ׃</w>
552
+ </v>
553
+ <v n="4">
554
+ <w>וְהִנֵּה־</w>
555
+ <w>בֹ֗עַז</w>
556
+ <w>בָּ֚א</w>
557
+ <w>מִבֵּ֣ית</w>
558
+ <w>לֶ֔חֶם</w>
559
+ <w>וַיֹּ֥אמֶר</w>
560
+ <w>לַקּוֹצְרִ֖ים</w>
561
+ <w>יְהוָ֣ה</w>
562
+ <w>עִמָּכֶ֑ם</w>
563
+ <w>וַיֹּ֥אמְרוּ</w>
564
+ <w>ל֖וֹ</w>
565
+ <w>יְבָרֶכְךָ֥</w>
566
+ <w>יְהוָֽה׃</w>
567
+ </v>
568
+ <v n="5">
569
+ <w>וַיֹּ֤אמֶר</w>
570
+ <w>בֹּ֙עַז֙</w>
571
+ <w>לְנַעֲר֔וֹ</w>
572
+ <w>הַנִּצָּ֖ב</w>
573
+ <w>עַל־</w>
574
+ <w>הַקּֽוֹצְרִ֑ים</w>
575
+ <w>לְמִ֖י</w>
576
+ <w>הַנַּעֲרָ֥ה</w>
577
+ <w>הַזֹּֽאת׃</w>
578
+ </v>
579
+ <v n="6">
580
+ <w>וַיַּ֗עַן</w>
581
+ <w>הַנַּ֛עַר</w>
582
+ <w>הַנִּצָּ֥ב</w>
583
+ <w>עַל־</w>
584
+ <w>הַקּוֹצְרִ֖ים</w>
585
+ <w>וַיֹּאמַ֑ר</w>
586
+ <w>נַעֲרָ֤ה</w>
587
+ <w>מֽוֹאֲבִיָּה֙</w>
588
+ <w>הִ֔יא</w>
589
+ <w>הַשָּׁ֥בָה</w>
590
+ <w>עִֽם־</w>
591
+ <w>נָעֳמִ֖י</w>
592
+ <w>מִשְּׂדֵ֥ה</w>
593
+ <w>מוֹאָֽב׃</w>
594
+ </v>
595
+ <v n="7">
596
+ <w>וַתֹּ֗אמֶר</w>
597
+ <w>אֲלַקֳטָה־</w>
598
+ <w>נָּא֙</w>
599
+ <w>וְאָסַפְתִּ֣י</w>
600
+ <w>בָֽעֳמָרִ֔ים</w>
601
+ <w>אַחֲרֵ֖י</w>
602
+ <w>הַקּוֹצְרִ֑ים</w>
603
+ <w>וַתָּב֣וֹא</w>
604
+ <w>וַֽתַּעֲמ֗וֹד</w>
605
+ <w>מֵאָ֤ז</w>
606
+ <w>הַבֹּ֙קֶר֙</w>
607
+ <w>וְעַד־</w>
608
+ <w>עַ֔תָּה</w>
609
+ <w>זֶ֛ה</w>
610
+ <w>שִׁבְתָּ֥הּ</w>
611
+ <w>הַבַּ֖יִת</w>
612
+ <w>מְעָֽט׃</w>
613
+ </v>
614
+ <v n="8">
615
+ <w>וַיֹּאמֶר֩</w>
616
+ <w>בֹּ֨עַז</w>
617
+ <w>אֶל־</w>
618
+ <w>ר֜וּת</w>
619
+ <w>הֲל֧וֹא</w>
620
+ <w>שָׁמַ֣עַתְּ</w>
621
+ <w>בִּתִּ֗י</w>
622
+ <w>אַל־</w>
623
+ <w>תֵּלְכִי֙</w>
624
+ <w>לִלְקֹט֙</w>
625
+ <w>בְּשָׂדֶ֣ה</w>
626
+ <w>אַחֵ֔ר</w>
627
+ <w>וְגַ֛ם</w>
628
+ <w>לֹ֥א</w>
629
+ <w>תַעֲבוּרִ֖י</w>
630
+ <w>מִזֶּ֑ה</w>
631
+ <w>וְכֹ֥ה</w>
632
+ <w>תִדְבָּקִ֖ין</w>
633
+ <w>עִם־</w>
634
+ <w>נַעֲרֹתָֽי׃</w>
635
+ </v>
636
+ <v n="9">
637
+ <w>עֵינַ֜יִךְ</w>
638
+ <w>בַּשָּׂדֶ֤ה</w>
639
+ <w>אֲשֶׁר־</w>
640
+ <w>יִקְצֹרוּן֙</w>
641
+ <w>וְהָלַ֣כְתִּ</w>
642
+ <w>אַחֲרֵיהֶ֔ן</w>
643
+ <w>הֲל֥וֹא</w>
644
+ <w>צִוִּ֛יתִי</w>
645
+ <w>אֶת־</w>
646
+ <w>הַנְּעָרִ֖ים</w>
647
+ <w>לְבִלְתִּ֣י</w>
648
+ <w>נָגְעֵ֑ךְ</w>
649
+ <w>וְצָמִ֗ת</w>
650
+ <w>וְהָלַכְתְּ֙</w>
651
+ <w>אֶל־</w>
652
+ <w>הַכֵּלִ֔ים</w>
653
+ <w>וְשָׁתִ֕ית</w>
654
+ <w>מֵאֲשֶׁ֥ר</w>
655
+ <w>יִשְׁאֲב֖וּן</w>
656
+ <w>הַנְּעָרִֽים׃</w>
657
+ </v>
658
+ <v n="10">
659
+ <w>וַתִּפֹּל֙</w>
660
+ <w>עַל־</w>
661
+ <w>פָּנֶ֔יהָ</w>
662
+ <w>וַתִּשְׁתַּ֖חוּ</w>
663
+ <w>אָ֑רְצָה</w>
664
+ <w>וַתֹּ֣אמֶר</w>
665
+ <w>אֵלָ֗יו</w>
666
+ <w>מַדּוּעַ֩</w>
667
+ <w>מָצָ֨אתִי</w>
668
+ <w>חֵ֤ן</w>
669
+ <w>בְּעֵינֶ֙יךָ֙</w>
670
+ <w>לְהַכִּירֵ֔נִי</w>
671
+ <w>וְאָּנֹכִ֖י</w>
672
+ <w>נָכְרִיָּֽה׃</w>
673
+ </v>
674
+ <v n="11">
675
+ <w>וַיַּ֤עַן</w>
676
+ <w>בֹּ֙עַז֙</w>
677
+ <w>וַיֹּ֣אמֶר</w>
678
+ <w>לָ֔הּ</w>
679
+ <w>הֻגֵּ֨ד</w>
680
+ <w>הֻגַּ֜ד</w>
681
+ <w>לִ֗י</w>
682
+ <w>כֹּ֤ל</w>
683
+ <w>אֲשֶׁר־</w>
684
+ <w>עָשִׂית֙</w>
685
+ <w>אֶת־</w>
686
+ <w>חֲמוֹתֵ֔ךְ</w>
687
+ <w>אַחֲרֵ֖י</w>
688
+ <w>מ֣וֹת</w>
689
+ <w>אִישֵׁ֑ךְ</w>
690
+ <w>וַתַּֽעַזְבִ֞י</w>
691
+ <w>אָּבִ֣יךְ</w>
692
+ <w>וְאִמֵּ֗ךְ</w>
693
+ <w>וְאֶ֙רֶץ֙</w>
694
+ <w>מֽוֹלַדְתֵּ֔ךְ</w>
695
+ <w>וַתֵּ֣לְכִ֔י</w>
696
+ <w>אֶל־</w>
697
+ <w>עַ֕ם</w>
698
+ <w>אֲשֶׁ֥ר</w>
699
+ <w>לֹא־</w>
700
+ <w>יָדַ֖עַתְּ</w>
701
+ <w>תְּמ֥וֹל</w>
702
+ <w>שִׁלְשֽׁוֹם׃</w>
703
+ </v>
704
+ <v n="12">
705
+ <w>יְשַׁלֵּ֥ם</w>
706
+ <w>יְהוָ֖ה</w>
707
+ <w>פָּעֳלֵ֑ךְ</w>
708
+ <w>וּתְהִ֨י</w>
709
+ <w>מַשְׂכֻּרְתֵּ֜ךְ</w>
710
+ <w>שְׁלֵמָ֗ה</w>
711
+ <w>מֵעִ֤ם</w>
712
+ <w>יְהוָה֙</w>
713
+ <w>אֱלֹהֵ֣י</w>
714
+ <w>יִשְׂרָאֵ֔ל</w>
715
+ <w>אֲשֶׁר־</w>
716
+ <w>בָּ֖את</w>
717
+ <w>לַחֲס֥וֹת</w>
718
+ <w>תַּֽחַת־</w>
719
+ <w>כְּנָפָֽיו׃</w>
720
+ </v>
721
+ <v n="13">
722
+ <w>וַ֠תֹּאמֶר</w>
723
+ <w>אֶמְצָא־</w>
724
+ <w>חֵ֨ן</w>
725
+ <w>בְּעֵינֶ֤יךָ</w>
726
+ <w>אֲדֹנִי֙</w>
727
+ <w>כִּ֣י</w>
728
+ <w>נִֽחַמְתָּ֔נִי</w>
729
+ <w>וְכִ֥י</w>
730
+ <w>דִבַּ֖רְתָּ</w>
731
+ <w>עַל־</w>
732
+ <w>לֵ֣ב</w>
733
+ <w>שִׁפְחָתֶ֑ךָ</w>
734
+ <w>וְאָנֹכִי֙</w>
735
+ <w>לֹ֣א</w>
736
+ <w>אֶֽהְיֶ֔ה</w>
737
+ <w>כְּאַחַ֖ת</w>
738
+ <w>שִׁפְחֹתֶֽיךָ׃</w>
739
+ </v>
740
+ <v n="14">
741
+ <w>וַיֹּאמֶר֩</w>
742
+ <w>לָ֨ה</w>
743
+ <w>בֹ֜עַז</w>
744
+ <w>לְעֵ֣ת</w>
745
+ <w>הָאֹ֗כֶל</w>
746
+ <w>גֹּ֤שִֽׁי</w>
747
+ <w>הֲלֹם֙</w>
748
+ <w>וְאָכַ֣לְתְּ</w>
749
+ <w>מִן־</w>
750
+ <w>הַלֶּ֔חֶם</w>
751
+ <w>וְטָבַ֥לְתְּ</w>
752
+ <w>פִּתֵּ֖ךְ</w>
753
+ <w>בַּחֹ֑מֶץ</w>
754
+ <w>וַתֵּ֙שֶׁב֙</w>
755
+ <w>מִצַּ֣ד</w>
756
+ <w>הַקּֽוֹצְרִ֔ים</w>
757
+ <w>וַיִּצְבָּט־</w>
758
+ <w>לָ֣הּ</w>
759
+ <w>קָלִ֔י</w>
760
+ <w>וַתֹּ֥אכַל</w>
761
+ <w>וַתִּשְׂבַּ֖ע</w>
762
+ <w>וַתֹּתַֽר׃</w>
763
+ </v>
764
+ <v n="15">
765
+ <w>וַתָּ֖קָם</w>
766
+ <w>לְלַקֵּ֑ט</w>
767
+ <w>וַיְצַו֩</w>
768
+ <w>בֹּ֨עַז</w>
769
+ <w>אֶת־</w>
770
+ <w>נְעָרָ֜יו</w>
771
+ <w>לֵאמֹ֗ר</w>
772
+ <w>גַּ֣ם</w>
773
+ <w>בֵּ֧ין</w>
774
+ <w>הָֽעֳמָרִ֛ים</w>
775
+ <w>תְּלַקֵּ֖ט</w>
776
+ <w>וְלֹ֥א</w>
777
+ <w>תַכְלִימֽוּהָ׃</w>
778
+ </v>
779
+ <v n="16">
780
+ <w>וְגַ֛ם</w>
781
+ <w>שֹׁל־</w>
782
+ <w>תָּשֹׁ֥לּוּ</w>
783
+ <w>לָ֖הּ</w>
784
+ <w>מִן־</w>
785
+ <w>הַצְּבָתִ֑ים</w>
786
+ <w>וַעֲזַבְתֶּ֥ם</w>
787
+ <w>וְלִקְּטָ֖ה</w>
788
+ <w>וְלֹ֥א</w>
789
+ <w>תִגְעֲרוּ־</w>
790
+ <w>בָֽהּ׃</w>
791
+ </v>
792
+ <v n="17">
793
+ <w>וַתְּלַקֵּ֥ט</w>
794
+ <w>בַּשָּׂדֶ֖ה</w>
795
+ <w>עַד־</w>
796
+ <w>הָעָ֑רֶב</w>
797
+ <w>וַתַּחְבֹּט֙</w>
798
+ <w>אֵ֣ת</w>
799
+ <w>אֲשֶׁר־</w>
800
+ <w>לִקֵּ֔טָה</w>
801
+ <w>וַיְהִ֖י</w>
802
+ <w>כְּאֵיפָ֥ה</w>
803
+ <w>שְׂעֹרִֽים׃</w>
804
+ </v>
805
+ <v n="18">
806
+ <w>וַתִּשָּׂא֙</w>
807
+ <w>וַתָּב֣וֹא</w>
808
+ <w>הָעִ֔יר</w>
809
+ <w>וַתֵּ֥רֶא</w>
810
+ <w>חֲמוֹתָ֖הּ</w>
811
+ <w>אֵ֣ת</w>
812
+ <w>אֲשֶׁר־</w>
813
+ <w>לִקֵּ֑טָה</w>
814
+ <w>וַתּוֹצֵא֙</w>
815
+ <w>וַתִּתֶּן־</w>
816
+ <w>לָ֔הּ</w>
817
+ <w>אֵ֥ת</w>
818
+ <w>אֲשֶׁר־</w>
819
+ <w>הוֹתִ֖רָה</w>
820
+ <w>מִשָּׂבְעָֽהּ׃</w>
821
+ </v>
822
+ <v n="19">
823
+ <w>וַתֹּאמֶר֩</w>
824
+ <w>לָ֨הּ</w>
825
+ <w>חֲמוֹתָ֜הּ</w>
826
+ <w>אֵיפֹ֨ה</w>
827
+ <w>לִקַּ֤טְתְּ</w>
828
+ <w>הַיּוֹם֙</w>
829
+ <w>וְאָ֣נָה</w>
830
+ <w>עָשִׂ֔ית</w>
831
+ <w>יְהִ֥י</w>
832
+ <w>מַכִּירֵ֖ךְ</w>
833
+ <w>בָּר֑וּךְ</w>
834
+ <w>וַתַּגֵּ֣ד</w>
835
+ <w>לַחֲמוֹתָ֗הּ</w>
836
+ <w>אֵ֤ת</w>
837
+ <w>אֲשֶׁר־</w>
838
+ <w>עָשְׂתָה֙</w>
839
+ <w>עִמּ֔וֹ</w>
840
+ <w>וַתֹּ֗אמֶר</w>
841
+ <w>שֵׁ֤ם</w>
842
+ <w>הָאִישׁ֙</w>
843
+ <w>אֲשֶׁ֨ר</w>
844
+ <w>עָשִׂ֧יתִי</w>
845
+ <w>עִמּ֛וֹ</w>
846
+ <w>הַיּ֖וֹם</w>
847
+ <w>בֹּֽעַז׃</w>
848
+ </v>
849
+ <v n="20">
850
+ <w>וַתֹּ֨אמֶר</w>
851
+ <w>נָעֳמִ֜י</w>
852
+ <w>לְכַלָּתָ֗הּ</w>
853
+ <w>בָּר֥וּךְ</w>
854
+ <w>הוּא֙</w>
855
+ <w>לַיהוָ֔ה</w>
856
+ <w>אֲשֶׁר֙</w>
857
+ <w>לֹא־</w>
858
+ <w>עָזַ֣ב</w>
859
+ <w>חַסְדּ֔וֹ</w>
860
+ <w>אֶת־</w>
861
+ <w>הַחַיִּ֖ים</w>
862
+ <w>וְאֶת־</w>
863
+ <w>הַמֵּתִ֑ים</w>
864
+ <w>וַתֹּ֧אמֶר</w>
865
+ <w>לָ֣הּ</w>
866
+ <w>נָעֳמִ֗י</w>
867
+ <w>קָר֥וֹב</w>
868
+ <w>לָ֙נוּ֙</w>
869
+ <w>הָאִ֔ישׁ</w>
870
+ <w>מִֽגֹּאֲלֵ֖נוּ</w>
871
+ <w>הֽוּא׃</w>
872
+ </v>
873
+ <v n="21">
874
+ <w>וַתֹּ֖אמֶר</w>
875
+ <w>ר֣וּת</w>
876
+ <w>הַמּוֹאֲבִיָּ֑ה</w>
877
+ <w>גַּ֣ם ׀</w>
878
+ <w>כִּי־</w>
879
+ <w>אָמַ֣ר</w>
880
+ <w>אֵלַ֗י</w>
881
+ <w>עִם־</w>
882
+ <w>הַנְּעָרִ֤ים</w>
883
+ <w>אֲשֶׁר־</w>
884
+ <w>לִי֙</w>
885
+ <w>תִּדְבָּקִ֔ין</w>
886
+ <w>עַ֣ד</w>
887
+ <w>אִם־</w>
888
+ <w>כִּלּ֔וּ</w>
889
+ <w>אֵ֥ת</w>
890
+ <w>כָּל־</w>
891
+ <w>הַקָּצִ֖יר</w>
892
+ <w>אֲשֶׁר־</w>
893
+ <w>לִֽי׃</w>
894
+ </v>
895
+ <v n="22">
896
+ <w>וַתֹּ֥אמֶר</w>
897
+ <w>נָעֳמִ֖י</w>
898
+ <w>אֶל־</w>
899
+ <w>ר֣וּת</w>
900
+ <w>כַּלָּתָ֑הּ</w>
901
+ <w>ט֣וֹב</w>
902
+ <w>בִּתִּ֗י</w>
903
+ <w>כִּ֤י</w>
904
+ <w>תֵֽצְאִי֙</w>
905
+ <w>עִם־</w>
906
+ <w>נַ֣עֲרוֹתָ֔יו</w>
907
+ <w>וְלֹ֥א</w>
908
+ <w>יִפְגְּעוּ־</w>
909
+ <w>בָ֖ךְ</w>
910
+ <w>בְּשָׂדֶ֥ה</w>
911
+ <w>אַחֵֽר׃</w>
912
+ </v>
913
+ <v n="23">
914
+ <w>וַתִּדְבַּ֞ק</w>
915
+ <w>בְּנַעֲר֥וֹת</w>
916
+ <w>בֹּ֙עַז֙</w>
917
+ <w>לְלַקֵּ֔ט</w>
918
+ <w>עַד־</w>
919
+ <w>כְּל֥וֹת</w>
920
+ <w>קְצִֽיר־</w>
921
+ <w>הַשְּׂעֹרִ֖ים</w>
922
+ <w>וּקְצִ֣יר</w>
923
+ <w>הַֽחִטִּ֑ים</w>
924
+ <w>וַתֵּ֖שֶׁב</w>
925
+ <w>אֶת־</w>
926
+ <w>חֲמוֹתָֽהּ׃</w>
927
+ </v>
928
+ <vs>23</vs>
929
+ </c>
930
+ <c n="3">
931
+ <v n="1">
932
+ <w>וַתֹּ֥אמֶר</w>
933
+ <w>לָ֖הּ</w>
934
+ <w>נָעֳמִ֣י</w>
935
+ <w>חֲמוֹתָ֑הּ</w>
936
+ <w>בִּתִּ֞י</w>
937
+ <w>הֲלֹ֧א</w>
938
+ <w>אֲבַקֶּשׁ־</w>
939
+ <w>לָ֛ךְ</w>
940
+ <w>מָנ֖וֹחַ</w>
941
+ <w>אֲשֶׁ֥ר</w>
942
+ <w>יִֽיטַב־</w>
943
+ <w>לָֽךְ׃</w>
944
+ </v>
945
+ <v n="2">
946
+ <w>וְעַתָּ֗ה</w>
947
+ <w>הֲלֹ֥א</w>
948
+ <w>בֹ֙עַז֙</w>
949
+ <w>מֹֽדַעְתָּ֔נוּ</w>
950
+ <w>אֲשֶׁ֥ר</w>
951
+ <w>הָיִ֖ית</w>
952
+ <w>אֶת־</w>
953
+ <w>נַעֲרוֹתָ֑יו</w>
954
+ <w>הִנֵּה־</w>
955
+ <w>ה֗וּא</w>
956
+ <w>זֹרֶ֛ה</w>
957
+ <w>אֶת־</w>
958
+ <w>גֹּ֥רֶן</w>
959
+ <w>הַשְּׂעֹרִ֖ים</w>
960
+ <w>הַלָּֽיְלָה׃</w>
961
+ </v>
962
+ <v n="3">
963
+ <w>וְרָחַ֣צְתְּ ׀</w>
964
+ <w>וָסַ֗כְתְּ</w>
965
+ <w>וְשַׂ֧מְתְּ</w>
966
+ <k>שמלתך</k>
967
+ <q>שִׂמְלֹתַ֛יִךְ</q>
968
+ <w>עָלַ֖יִךְ</w>
969
+ <k>וירדתי</k>
970
+ <q>וְיָרַ֣דְתְּ</q>
971
+ <w>הַגֹּ֑רֶן</w>
972
+ <w>אַל־</w>
973
+ <w>תִּוָּדְעִ֣י</w>
974
+ <w>לָאִ֔ישׁ</w>
975
+ <w>עַ֥ד</w>
976
+ <w>כַּלֹּת֖וֹ</w>
977
+ <w>לֶאֱכֹ֥ל</w>
978
+ <w>וְלִשְׁתּֽוֹת׃</w>
979
+ </v>
980
+ <v n="4">
981
+ <w>וִיהִ֣י</w>
982
+ <w>בְשָׁכְב֗וֹ</w>
983
+ <w>וְיָדַ֙עַתְּ֙</w>
984
+ <w>אֶת־</w>
985
+ <w>הַמָּקוֹם֙</w>
986
+ <w>אֲשֶׁ֣ר</w>
987
+ <w>יִשְׁכַּב־</w>
988
+ <w>שָׁ֔ם</w>
989
+ <w>וּבָ֛את</w>
990
+ <w>וְגִלִּ֥ית</w>
991
+ <w>מַרְגְּלֹתָ֖יו</w>
992
+ <k>ושכבתי</k>
993
+ <q>וְשָׁכָ֑בְתְּ</q>
994
+ <w>וְהוּא֙</w>
995
+ <w>יַגִּ֣יד</w>
996
+ <w>לָ֔ךְ</w>
997
+ <w>אֵ֖ת</w>
998
+ <w>אֲשֶׁ֥ר</w>
999
+ <w>תַּעַשִֽׂין׃</w>
1000
+ </v>
1001
+ <v n="5">
1002
+ <w>וַתֹּ֖אמֶר</w>
1003
+ <w>אֵלֶ֑יהָ</w>
1004
+ <w>כֹּ֛ל</w>
1005
+ <w>אֲשֶׁר־</w>
1006
+ <w>תֹּאמְרִ֥י</w>
1007
+ <q>אֵלַ֖י</q>
1008
+ <w>אֶֽעֱשֶֽׂה׃</w>
1009
+ </v>
1010
+ <v n="6">
1011
+ <w>וַתֵּ֖רֶד</w>
1012
+ <w>הַגֹּ֑רֶן</w>
1013
+ <w>וַתַּ֕עַשׂ</w>
1014
+ <w>כְּכֹ֥ל</w>
1015
+ <w>אֲשֶׁר־</w>
1016
+ <w>צִוַּ֖תָּה</w>
1017
+ <w>חֲמוֹתָֽהּ׃</w>
1018
+ </v>
1019
+ <v n="7">
1020
+ <w>וַיֹּ֨אכַל</w>
1021
+ <w>בֹּ֤עַז</w>
1022
+ <w>וַיֵּשְׁתְּ֙</w>
1023
+ <w>וַיִּיטַ֣ב</w>
1024
+ <w>לִבּ֔וֹ</w>
1025
+ <w>וַיָּבֹ֕א</w>
1026
+ <w>לִשְׁכַּ֖ב</w>
1027
+ <w>בִּקְצֵ֣ה</w>
1028
+ <w>הָעֲרֵמָ֑ה</w>
1029
+ <w>וַתָּבֹ֣א</w>
1030
+ <w>בַלָּ֔ט</w>
1031
+ <w>וַתְּגַ֥ל</w>
1032
+ <w>מַרְגְּלֹתָ֖יו</w>
1033
+ <w>וַתִּשְׁכָּֽב׃</w>
1034
+ </v>
1035
+ <v n="8">
1036
+ <w>וַיְהִי֙</w>
1037
+ <w>בַּחֲצִ֣י</w>
1038
+ <w>הַלַּ֔יְלָה</w>
1039
+ <w>וַיֶּחֱרַ֥ד</w>
1040
+ <w>הָאִ֖ישׁ</w>
1041
+ <w>וַיִּלָּפֵ֑ת</w>
1042
+ <w>וְהִנֵּ֣ה</w>
1043
+ <w>אִשָּׁ֔ה</w>
1044
+ <w>שֹׁכֶ֖בֶת</w>
1045
+ <w>מַרְגְּלֹתָֽיו׃</w>
1046
+ </v>
1047
+ <v n="9">
1048
+ <w>וַיֹּ֖אמֶר</w>
1049
+ <w>מִי־</w>
1050
+ <w>אָ֑תּ</w>
1051
+ <w>וַתֹּ֗אמֶר</w>
1052
+ <w>אָנֹכִי֙</w>
1053
+ <w>ר֣וּת</w>
1054
+ <w>אֲמָתֶ֔ךָ</w>
1055
+ <w>וּפָרַשְׂתָּ֤</w>
1056
+ <w>כְנָפֶ֙ךָ֙</w>
1057
+ <w>עַל־</w>
1058
+ <w>אֲמָ֣תְךָ֔</w>
1059
+ <w>כִּ֥י</w>
1060
+ <w>גֹאֵ֖ל</w>
1061
+ <w>אָֽתָּה׃</w>
1062
+ </v>
1063
+ <v n="10">
1064
+ <w>וַיֹּ֗אמֶר</w>
1065
+ <w>בְּרוּכָ֨ה</w>
1066
+ <w>אַ֤תְּ</w>
1067
+ <w>לַֽיהוָה֙</w>
1068
+ <w>בִּתִּ֔י</w>
1069
+ <w>הֵיטַ֛בְתְּ</w>
1070
+ <w>חַסְדֵּ֥ךְ</w>
1071
+ <w>הָאַחֲר֖וֹן</w>
1072
+ <w>מִן־</w>
1073
+ <w>הָרִאשׁ֑וֹן</w>
1074
+ <w>לְבִלְתִּי־</w>
1075
+ <w>לֶ֗כֶת</w>
1076
+ <w>אַחֲרֵי֙</w>
1077
+ <w>הַבַּ֣חוּרִ֔ים</w>
1078
+ <w>אִם־</w>
1079
+ <w>דַּ֖ל</w>
1080
+ <w>וְאִם־</w>
1081
+ <w>עָשִֽׁיר׃</w>
1082
+ </v>
1083
+ <v n="11">
1084
+ <w>וְעַתָּ֗ה</w>
1085
+ <w>בִּתִּי֙</w>
1086
+ <w>אַל־</w>
1087
+ <w>תִּ֣ירְאִ֔י</w>
1088
+ <w>כֹּ֥ל</w>
1089
+ <w>אֲשֶׁר־</w>
1090
+ <w>תֹּאמְרִ֖י</w>
1091
+ <w>אֶֽעֱשֶׂה־</w>
1092
+ <w>לָּ֑ךְ</w>
1093
+ <w>כִּ֤י</w>
1094
+ <w>יוֹדֵ֙עַ֙</w>
1095
+ <w>כָּל־</w>
1096
+ <w>שַׁ֣עַר</w>
1097
+ <w>עַמִּ֔י</w>
1098
+ <w>כִּ֛י</w>
1099
+ <w>אֵ֥שֶׁת</w>
1100
+ <w>חַ֖יִל</w>
1101
+ <w>אָֽתְּ׃</w>
1102
+ </v>
1103
+ <v n="12">
1104
+ <w>וְעַתָּה֙</w>
1105
+ <w>כִּ֣י</w>
1106
+ <w>אָמְנָ֔ם</w>
1107
+ <w>כִּ֥י</w>
1108
+ <k>אם</k>
1109
+ <w>גֹאֵ֖ל</w>
1110
+ <w>אָנֹ֑כִי</w>
1111
+ <w>וְגַ֛ם</w>
1112
+ <w>יֵ֥שׁ</w>
1113
+ <w>גֹּאֵ֖ל</w>
1114
+ <w>קָר֥וֹב</w>
1115
+ <w>מִמֶּֽנִּי׃</w>
1116
+ </v>
1117
+ <v n="13">
1118
+ <w>לִ֣ינִי ׀</w>
1119
+ <w>הַלַּ֗יְלָה</w>
1120
+ <w>וְהָיָ֤ה</w>
1121
+ <w>בַבֹּ֙קֶר֙</w>
1122
+ <w>אִם־</w>
1123
+ <w>יִגְאָלֵ֥ךְ</w>
1124
+ <w>טוֹב֙</w>
1125
+ <w>יִגְאָ֔ל</w>
1126
+ <w>וְאִם־</w>
1127
+ <w>לֹ֨א</w>
1128
+ <w>יַחְפֹּ֧ץ</w>
1129
+ <w>לְגָֽאֳלֵ֛ךְ</w>
1130
+ <w>וּגְאַלְתִּ֥יךְ</w>
1131
+ <w>אָנֹ֖כִי</w>
1132
+ <w>חַי־</w>
1133
+ <w>יְהוָ֑ה</w>
1134
+ <w>שִׁכְבִ֖י</w>
1135
+ <w>עַד־</w>
1136
+ <w>הַבֹּֽקֶר׃</w>
1137
+ </v>
1138
+ <v n="14">
1139
+ <w>וַתִּשְׁכַּ֤ב</w>
1140
+ <k>מרגלתו</k>
1141
+ <q>מַרְגְּלוֹתָיוֹ֙</q>
1142
+ <w>עַד־</w>
1143
+ <w>הַבֹּ֔קֶר</w>
1144
+ <w>וַתָּ֕קָם</w>
1145
+ <k>בטרום</k>
1146
+ <q>בְּטֶ֛רֶם</q>
1147
+ <w>יַכִּ֥יר</w>
1148
+ <w>אִ֖ישׁ</w>
1149
+ <w>אֶת־</w>
1150
+ <w>רֵעֵ֑הוּ</w>
1151
+ <w>וַיֹּ֙אמֶר֙</w>
1152
+ <w>אַל־</w>
1153
+ <w>יִוָּדַ֔ע</w>
1154
+ <w>כִּי־</w>
1155
+ <w>בָ֥אָה</w>
1156
+ <w>הָאִשָּׁ֖ה</w>
1157
+ <w>הַגֹּֽרֶן׃</w>
1158
+ </v>
1159
+ <v n="15">
1160
+ <w>וַיֹּ֗אמֶר</w>
1161
+ <w>הָ֠בִי</w>
1162
+ <w>הַמִּטְפַּ֧חַת</w>
1163
+ <w>אֲשֶׁר־</w>
1164
+ <w>עָלַ֛יִךְ</w>
1165
+ <w>וְאֶֽחֳזִי־</w>
1166
+ <w>בָ֖הּ</w>
1167
+ <w>וַתֹּ֣אחֶז</w>
1168
+ <w>בָּ֑הּ</w>
1169
+ <w>וַיָּ֤מָד</w>
1170
+ <w>שֵׁשׁ־</w>
1171
+ <w>שְׂעֹרִים֙</w>
1172
+ <w>וַיָּ֣שֶׁת</w>
1173
+ <w>עָלֶ֔יהָ</w>
1174
+ <w>וַיָּבֹ֖א</w>
1175
+ <w>הָעִֽיר׃</w>
1176
+ </v>
1177
+ <v n="16">
1178
+ <w>וַתָּבוֹא֙</w>
1179
+ <w>אֶל־</w>
1180
+ <w>חֲמוֹתָ֔הּ</w>
1181
+ <w>וַתֹּ֖אמֶר</w>
1182
+ <w>מִי־</w>
1183
+ <w>אַ֣תְּ</w>
1184
+ <w>בִּתִּ֑י</w>
1185
+ <w>וַתַּ֨גֶּד־</w>
1186
+ <w>לָ֔<x>t</x>הּ</w>
1187
+ <w>אֵ֛ת</w>
1188
+ <w>כָּל־</w>
1189
+ <w>אֲשֶׁ֥ר</w>
1190
+ <w>עָֽשָׂה־</w>
1191
+ <w>לָ֖הּ</w>
1192
+ <w>הָאִֽישׁ׃</w>
1193
+ </v>
1194
+ <v n="17">
1195
+ <w>וַתֹּ֕אמֶר</w>
1196
+ <w>שֵׁשׁ־</w>
1197
+ <w>הַשְּׂעֹרִ֥ים</w>
1198
+ <w>הָאֵ֖לֶּה</w>
1199
+ <w>נָ֣תַן</w>
1200
+ <w>לִ֑י</w>
1201
+ <w>כִּ֚י</w>
1202
+ <w>אָמַ֣ר</w>
1203
+ <q>אֵלַ֔י</q>
1204
+ <w>אַל־</w>
1205
+ <w>תָּב֥וֹאִי</w>
1206
+ <w>רֵיקָ֖ם</w>
1207
+ <w>אֶל־</w>
1208
+ <w>חֲמוֹתֵֽךְ׃</w>
1209
+ </v>
1210
+ <v n="18">
1211
+ <w>וַתֹּ֙אמֶר֙</w>
1212
+ <w>שְׁבִ֣י</w>
1213
+ <w>בִתִּ֔י</w>
1214
+ <w>עַ֚ד</w>
1215
+ <w>אֲשֶׁ֣ר</w>
1216
+ <w>תֵּֽדְעִ֔ין</w>
1217
+ <w>אֵ֖יךְ</w>
1218
+ <w>יִפֹּ֣ל</w>
1219
+ <w>דָּבָ֑ר</w>
1220
+ <w>כִּ֣י</w>
1221
+ <w>לֹ֤א</w>
1222
+ <w>יִשְׁקֹט֙</w>
1223
+ <w>הָאִ֔ישׁ</w>
1224
+ <w>כִּֽי־</w>
1225
+ <w>אִם־</w>
1226
+ <w>כִּלָּ֥ה</w>
1227
+ <w>הַדָּבָ֖ר</w>
1228
+ <w>הַיּֽוֹם׃</w>
1229
+ </v>
1230
+ <vs>18</vs>
1231
+ </c>
1232
+ <c n="4">
1233
+ <v n="1">
1234
+ <w>וּבֹ֨עַז</w>
1235
+ <w>עָלָ֣ה</w>
1236
+ <w>הַשַּׁעַר֮</w>
1237
+ <w>וַיֵּ֣שֶׁב</w>
1238
+ <w>שָׁם֒</w>
1239
+ <w>וְהִנֵּ֨ה</w>
1240
+ <w>הַגֹּאֵ֤ל</w>
1241
+ <w>עֹבֵר֙</w>
1242
+ <w>אֲשֶׁ֣ר</w>
1243
+ <w>דִּבֶּר־</w>
1244
+ <w>בֹּ֔עַז</w>
1245
+ <w>וַיֹּ֛אמֶ��</w>
1246
+ <w>ס֥וּרָה</w>
1247
+ <w>שְׁבָה־</w>
1248
+ <w>פֹּ֖ה</w>
1249
+ <w>פְּלֹנִ֣י</w>
1250
+ <w>אַלְמֹנִ֑י</w>
1251
+ <w>וַיָּ֖סַר</w>
1252
+ <w>וַיֵּשֵֽׁב׃</w>
1253
+ </v>
1254
+ <v n="2">
1255
+ <w>וַיִּקַּ֞ח</w>
1256
+ <w>עֲשָׂרָ֧ה</w>
1257
+ <w>אֲנָשִׁ֛ים</w>
1258
+ <w>מִזִּקְנֵ֥י</w>
1259
+ <w>הָעִ֖יר</w>
1260
+ <w>וַיֹּ֣אמֶר</w>
1261
+ <w>שְׁבוּ־</w>
1262
+ <w>פֹ֑ה</w>
1263
+ <w>וַיֵּשֵֽׁבוּ׃</w>
1264
+ </v>
1265
+ <v n="3">
1266
+ <w>וַיֹּ֙אמֶר֙</w>
1267
+ <w>לַגֹּאֵ֔ל</w>
1268
+ <w>חֶלְקַת֙</w>
1269
+ <w>הַשָּׂדֶ֔ה</w>
1270
+ <w>אֲשֶׁ֥ר</w>
1271
+ <w>לְאָחִ֖ינוּ</w>
1272
+ <w>לֶאֱלִימֶ֑לֶךְ</w>
1273
+ <w>מָכְרָ֣ה</w>
1274
+ <w>נָעֳמִ֔י</w>
1275
+ <w>הַשָּׁ֖בָה</w>
1276
+ <w>מִשְּׂדֵ֥ה</w>
1277
+ <w>מוֹאָֽב׃</w>
1278
+ </v>
1279
+ <v n="4">
1280
+ <w>וַאֲנִ֨י</w>
1281
+ <w>אָמַ֜רְתִּי</w>
1282
+ <w>אֶגְלֶ֧ה</w>
1283
+ <w>אָזְנְךָ֣</w>
1284
+ <w>לֵאמֹ֗ר</w>
1285
+ <w>קְ֠נֵה</w>
1286
+ <w>נֶ֥גֶד</w>
1287
+ <w>הַֽיֹּשְׁבִים֮</w>
1288
+ <w>וְנֶ֣גֶד</w>
1289
+ <w>זִקְנֵ֣י</w>
1290
+ <w>עַמִּי֒</w>
1291
+ <w>אִם־</w>
1292
+ <w>תִּגְאַל֙</w>
1293
+ <w>גְּאָ֔ל</w>
1294
+ <w>וְאִם־</w>
1295
+ <w>לֹ֨א</w>
1296
+ <w>יִגְאַ֜ל</w>
1297
+ <w>הַגִּ֣ידָה</w>
1298
+ <w>לִּ֗י</w>
1299
+ <k>ואדע</k>
1300
+ <q>וְאֵֽדְעָה֙</q>
1301
+ <w>כִּ֣י</w>
1302
+ <w>אֵ֤ין</w>
1303
+ <w>זוּלָֽתְךָ֙</w>
1304
+ <w>לִגְא֔וֹל</w>
1305
+ <w>וְאָנֹכִ֖י</w>
1306
+ <w>אַחֲרֶ֑יךָ</w>
1307
+ <w>וַיֹּ֖אמֶר</w>
1308
+ <w>אָנֹכִ֥י</w>
1309
+ <w>אֶגְאָֽל׃</w>
1310
+ </v>
1311
+ <v n="5">
1312
+ <w>וַיֹּ֣אמֶר</w>
1313
+ <w>בֹּ֔עַז</w>
1314
+ <w>בְּיוֹם־</w>
1315
+ <w>קְנוֹתְךָ֥</w>
1316
+ <w>הַשָּׂדֶ֖ה</w>
1317
+ <w>מִיַּ֣ד</w>
1318
+ <w>נָעֳמִ֑י</w>
1319
+ <w>וּ֠מֵאֵת</w>
1320
+ <w>ר֣וּת</w>
1321
+ <w>הַמּוֹאֲבִיָּ֤ה</w>
1322
+ <w>אֵֽשֶׁת־</w>
1323
+ <w>הַמֵּת֙</w>
1324
+ <k>קניתי</k>
1325
+ <q>קָנִ֔יתָה</q>
1326
+ <w>לְהָקִ֥ים</w>
1327
+ <w>שֵׁם־</w>
1328
+ <w>הַמֵּ֖ת</w>
1329
+ <w>עַל־</w>
1330
+ <w>נַחֲלָתֽוֹ׃</w>
1331
+ </v>
1332
+ <v n="6">
1333
+ <w>וַיֹּ֣אמֶר</w>
1334
+ <w>הַגֹּאֵ֗ל</w>
1335
+ <w>לֹ֤א</w>
1336
+ <w>אוּכַל֙</w>
1337
+ <k>לגאול־</k>
1338
+ <q>לִגְאָל־</q>
1339
+ <w>לִ֔י</w>
1340
+ <w>פֶּן־</w>
1341
+ <w>אַשְׁחִ֖ית</w>
1342
+ <w>אֶת־</w>
1343
+ <w>נַחֲלָתִ֑י</w>
1344
+ <w>גְּאַל־</w>
1345
+ <w>לְךָ֤</w>
1346
+ <w>אַתָּה֙</w>
1347
+ <w>אֶת־</w>
1348
+ <w>גְּאֻלָּתִ֔י</w>
1349
+ <w>כִּ֥י</w>
1350
+ <w>לֹא־</w>
1351
+ <w>אוּכַ֖ל</w>
1352
+ <w>לִגְאֹֽל׃</w>
1353
+ </v>
1354
+ <v n="7">
1355
+ <w>וְזֹאת֩</w>
1356
+ <w>לְפָנִ֨ים</w>
1357
+ <w>בְּיִשְׂרָאֵ֜ל</w>
1358
+ <w>עַל־</w>
1359
+ <w>הַגְּאוּלָּ֤ה</w>
1360
+ <w>וְעַל־</w>
1361
+ <w>הַתְּמוּרָה֙</w>
1362
+ <w>לְקַיֵּ֣ם</w>
1363
+ <w>כָּל־</w>
1364
+ <w>דָּבָ֔ר</w>
1365
+ <w>שָׁלַ֥ף</w>
1366
+ <w>אִ֛ישׁ</w>
1367
+ <w>נַעֲל֖וֹ</w>
1368
+ <w>וְנָתַ֣ן</w>
1369
+ <w>לְרֵעֵ֑הוּ</w>
1370
+ <w>וְזֹ֥את</w>
1371
+ <w>הַתְּעוּדָ֖ה</w>
1372
+ <w>בְּיִשְׂרָאֵֽל׃</w>
1373
+ </v>
1374
+ <v n="8">
1375
+ <w>וַיֹּ֧אמֶר</w>
1376
+ <w>הַגֹּאֵ֛ל</w>
1377
+ <w>לְבֹ֖עַז</w>
1378
+ <w>קְנֵה־</w>
1379
+ <w>לָ֑ךְ</w>
1380
+ <w>וַיִּשְׁלֹ֖ף</w>
1381
+ <w>נַעֲלֽוֹ׃</w>
1382
+ </v>
1383
+ <v n="9">
1384
+ <w>וַיֹּאמֶר֩</w>
1385
+ <w>בֹּ֨עַז</w>
1386
+ <w>לַזְּקֵנִ֜ים</w>
1387
+ <w>וְכָל־</w>
1388
+ <w>הָעָ֗ם</w>
1389
+ <w>עֵדִ֤ים</w>
1390
+ <w>אַתֶּם֙</w>
1391
+ <w>הַיּ֔וֹם</w>
1392
+ <w>כִּ֤י</w>
1393
+ <w>קָנִ֙יתִי֙</w>
1394
+ <w>אֶת־</w>
1395
+ <w>כָּל־</w>
1396
+ <w>אֲשֶׁ֣ר</w>
1397
+ <w>לֶֽאֱלִימֶ֔לֶךְ</w>
1398
+ <w>וְאֵ֛ת</w>
1399
+ <w>כָּל־</w>
1400
+ <w>אֲשֶׁ֥ר</w>
1401
+ <w>לְכִלְי֖וֹן</w>
1402
+ <w>וּמַחְל֑וֹן</w>
1403
+ <w>מִיַּ֖ד</w>
1404
+ <w>נָעֳמִֽי׃</w>
1405
+ </v>
1406
+ <v n="10">
1407
+ <w>וְגַ֣ם</w>
1408
+ <w>אֶת־</w>
1409
+ <w>ר֣וּת</w>
1410
+ <w>הַמֹּאֲבִיָּה֩</w>
1411
+ <w>אֵ֨שֶׁת</w>
1412
+ <w>מַחְל֜וֹן</w>
1413
+ <w>קָנִ֧יתִי</w>
1414
+ <w>לִ֣י</w>
1415
+ <w>לְאִשָּׁ֗ה</w>
1416
+ <w>לְהָקִ֤ים</w>
1417
+ <w>שֵׁם־</w>
1418
+ <w>הַמֵּת֙</w>
1419
+ <w>עַל־</w>
1420
+ <w>נַ֣חֲלָת֔וֹ</w>
1421
+ <w>וְלֹא־</w>
1422
+ <w>יִכָּרֵ֧ת</w>
1423
+ <w>שֵׁם־</w>
1424
+ <w>הַמֵּ֛ת</w>
1425
+ <w>מֵעִ֥ם</w>
1426
+ <w>אֶחָ֖יו</w>
1427
+ <w>וּמִשַּׁ֣עַר</w>
1428
+ <w>מְקוֹמ֑וֹ</w>
1429
+ <w>עֵדִ֥ים</w>
1430
+ <w>אַתֶּ֖ם</w>
1431
+ <w>הַיּֽוֹם׃</w>
1432
+ </v>
1433
+ <v n="11">
1434
+ <w>וַיֹּ֨אמְר֜וּ</w>
1435
+ <w>כָּל־</w>
1436
+ <w>הָעָ֧ם</w>
1437
+ <w>אֲשֶׁר־</w>
1438
+ <w>בַּשַּׁ֛עַר</w>
1439
+ <w>וְהַזְּקֵנִ֖ים</w>
1440
+ <w>עֵדִ֑ים</w>
1441
+ <w>יִתֵּן֩</w>
1442
+ <w>יְהוָ֨ה</w>
1443
+ <w>אֶֽת־</w>
1444
+ <w>הָאִשָּׁ֜ה</w>
1445
+ <w>הַבָּאָ֣ה</w>
1446
+ <w>אֶל־</w>
1447
+ <w>בֵּיתֶ֗ךָ</w>
1448
+ <w>כְּרָחֵ֤ל ׀</w>
1449
+ <w>וּכְלֵאָה֙</w>
1450
+ <w>אֲשֶׁ֨ר</w>
1451
+ <w>בָּנ֤וּ</w>
1452
+ <w>שְׁתֵּיהֶם֙</w>
1453
+ <w>אֶת־</w>
1454
+ <w>בֵּ֣ית</w>
1455
+ <w>יִשְׂרָאֵ֔ל</w>
1456
+ <w>וַעֲשֵׂה־</w>
1457
+ <w>חַ֣יִל</w>
1458
+ <w>בְּאֶפְרָ֔תָה</w>
1459
+ <w>וּקְרָא־</w>
1460
+ <w>שֵׁ֖ם</w>
1461
+ <w>בְּבֵ֥ית</w>
1462
+ <w>לָֽחֶם׃</w>
1463
+ </v>
1464
+ <v n="12">
1465
+ <w>וִיהִ֤י</w>
1466
+ <w>בֵֽיתְךָ֙</w>
1467
+ <w>כְּבֵ֣ית</w>
1468
+ <w>פֶּ֔רֶץ</w>
1469
+ <w>אֲשֶׁר־</w>
1470
+ <w>יָלְדָ֥ה</w>
1471
+ <w>תָמָ֖ר</w>
1472
+ <w>לִֽיהוּדָ֑ה</w>
1473
+ <w>מִן־</w>
1474
+ <w>הַזֶּ֗רַע</w>
1475
+ <w>אֲשֶׁ֨ר</w>
1476
+ <w>יִתֵּ֤ן</w>
1477
+ <w>יְהוָה֙</w>
1478
+ <w>לְךָ֔</w>
1479
+ <w>מִן־</w>
1480
+ <w>הַֽנַּעֲרָ֖ה</w>
1481
+ <w>הַזֹּֽאת׃</w>
1482
+ </v>
1483
+ <v n="13">
1484
+ <w>וַיִּקַּ֨ח</w>
1485
+ <w>בֹּ֤עַז</w>
1486
+ <w>אֶת־</w>
1487
+ <w>רוּת֙</w>
1488
+ <w>וַתְּהִי־</w>
1489
+ <w>ל֣וֹ</w>
1490
+ <w>לְאִשָּׁ֔ה</w>
1491
+ <w>וַיָּבֹ֖א</w>
1492
+ <w>אֵלֶ֑יהָ</w>
1493
+ <w>וַיִּתֵּ֨ן</w>
1494
+ <w>יְהוָ֥ה</w>
1495
+ <w>לָ֛הּ</w>
1496
+ <w>הֵרָי֖וֹן</w>
1497
+ <w>וַתֵּ֥לֶד</w>
1498
+ <w>בֵּֽן׃</w>
1499
+ </v>
1500
+ <v n="14">
1501
+ <w>וַתֹּאמַ֤רְנָה</w>
1502
+ <w>הַנָּשִׁים֙</w>
1503
+ <w>אֶֽל־</w>
1504
+ <w>נָעֳמִ֔י</w>
1505
+ <w>בָּר֣וּךְ</w>
1506
+ <w>יְהוָ֔ה</w>
1507
+ <w>אֲ֠שֶׁר</w>
1508
+ <w>לֹ֣א</w>
1509
+ <w>הִשְׁבִּ֥ית</w>
1510
+ <w>לָ֛ךְ</w>
1511
+ <w>גֹּאֵ֖ל</w>
1512
+ <w>הַיּ֑וֹם</w>
1513
+ <w>וְיִקָּרֵ֥א</w>
1514
+ <w>שְׁמ֖וֹ</w>
1515
+ <w>בְּיִשְׂרָאֵֽל׃</w>
1516
+ </v>
1517
+ <v n="15">
1518
+ <w>וְהָ֤יָה</w>
1519
+ <w>לָךְ֙</w>
1520
+ <w>לְמֵשִׁ֣יב</w>
1521
+ <w>נֶ֔פֶשׁ</w>
1522
+ <w>וּלְכַלְכֵּ֖ל</w>
1523
+ <w>אֶת־</w>
1524
+ <w>שֵׂיבָתֵ֑ךְ</w>
1525
+ <w>כִּ֣י</w>
1526
+ <w>כַלָּתֵ֤ךְ</w>
1527
+ <w>אֲ‍ֽשֶׁר־</w>
1528
+ <w>אֲהֵבַ֙תֶךְ֙</w>
1529
+ <w>יְלָדַ֔תּוּ</w>
1530
+ <w>אֲשֶׁר־</w>
1531
+ <w>הִיא֙</w>
1532
+ <w>ט֣וֹבָה</w>
1533
+ <w>לָ֔ךְ</w>
1534
+ <w>מִשִּׁבְעָ֖ה</w>
1535
+ <w>בָּנִֽים׃</w>
1536
+ </v>
1537
+ <v n="16">
1538
+ <w>וַתִּקַּ֨ח</w>
1539
+ <w>נָעֳמִ֤י</w>
1540
+ <w>אֶת־</w>
1541
+ <w>הַיֶּ֙לֶד֙</w>
1542
+ <w>וַתְּשִׁתֵ֣הוּ</w>
1543
+ <w>בְחֵיקָ֔הּ</w>
1544
+ <w>וַתְּהִי־</w>
1545
+ <w>ל֖וֹ</w>
1546
+ <w>לְאֹמֶֽנֶת׃</w>
1547
+ </v>
1548
+ <v n="17">
1549
+ <w>וַתִּקְרֶאנָה֩</w>
1550
+ <w>ל֨וֹ</w>
1551
+ <w>הַשְּׁכֵנ֥וֹת</w>
1552
+ <w>שֵׁם֙</w>
1553
+ <w>לֵאמֹ֔ר</w>
1554
+ <w>יֻלַּד־</w>
1555
+ <w>בֵּ֖ן</w>
1556
+ <w>לְנָעֳמִ֑י</w>
1557
+ <w>וַתִּקְרֶ֤אנָֽה</w>
1558
+ <w>שְׁמוֹ֙</w>
1559
+ <w>עוֹבֵ֔ד</w>
1560
+ <w>ה֥וּא</w>
1561
+ <w>אֲבִי־</w>
1562
+ <w>יִשַׁ֖י</w>
1563
+ <w>אֲבִ֥י</w>
1564
+ <w>דָוִֽד׃</w>
1565
+ <pe/>
1566
+ </v>
1567
+ <v n="18">
1568
+ <w>וְאֵ֙לֶּה֙</w>
1569
+ <w>תּוֹלְד֣וֹת</w>
1570
+ <w>פָּ֔רֶץ</w>
1571
+ <w>פֶּ֖רֶץ</w>
1572
+ <w>הוֹלִ֥יד</w>
1573
+ <w>אֶת־</w>
1574
+ <w>חֶצְרֽוֹן׃</w>
1575
+ </v>
1576
+ <v n="19">
1577
+ <w>וְחֶצְרוֹן֙</w>
1578
+ <w>הוֹלִ֣יד</w>
1579
+ <w>אֶת־</w>
1580
+ <w>רָ֔ם</w>
1581
+ <w>וְרָ֖ם</w>
1582
+ <w>הוֹלִ֥יד</w>
1583
+ <w>אֶת־</w>
1584
+ <w>עַמִּֽינָדָֽב׃</w>
1585
+ </v>
1586
+ <v n="20">
1587
+ <w>וְעַמִּֽינָדָב֙</w>
1588
+ <w>הוֹלִ֣יד</w>
1589
+ <w>אֶת־</w>
1590
+ <w>נַחְשׁ֔וֹן</w>
1591
+ <w>וְנַחְשׁ֖וֹן</w>
1592
+ <w>הוֹלִ֥יד</w>
1593
+ <w>אֶת־</w>
1594
+ <w>שַׂלְמָֽה׃</w>
1595
+ </v>
1596
+ <v n="21">
1597
+ <w>וְשַׂלְמוֹן֙</w>
1598
+ <w>הוֹלִ֣יד</w>
1599
+ <w>אֶת־</w>
1600
+ <w>בֹּ֔עַז</w>
1601
+ <w>וּבֹ֖עַז</w>
1602
+ <w>הוֹלִ֥יד</w>
1603
+ <w>אֶת־</w>
1604
+ <w>עוֹבֵֽד׃</w>
1605
+ </v>
1606
+ <v n="22">
1607
+ <w>וְעֹבֵד֙</w>
1608
+ <w>הוֹלִ֣יד</w>
1609
+ <w>אֶת־</w>
1610
+ <w>יִשָׁ֔י</w>
1611
+ <w>וְיִשַׁ֖י</w>
1612
+ <w>הוֹלִ֥יד</w>
1613
+ <w>אֶת־</w>
1614
+ <w>דָּוִֽד׃</w>
1615
+ </v>
1616
+ <vs>22</vs>
1617
+ </c>
1618
+ <vs>85</vs>
1619
+ <cs>4</cs>
1620
+ </book>
1621
+ </tanach>
1622
+ <notes>
1623
+ <note>
1624
+ <code>4</code>
1625
+ <gccode>4</gccode>
1626
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
1627
+ </note>
1628
+ <note>
1629
+ <code>5</code>
1630
+ <gccode>5</gccode>
1631
+ <note>Large letter(s). Shown as large letters.</note>
1632
+ </note>
1633
+ <note>
1634
+ <code>6</code>
1635
+ <gccode>6</gccode>
1636
+ <note>Small letter(s). Shown as small letters.</note>
1637
+ </note>
1638
+ <note>
1639
+ <code>7</code>
1640
+ <gccode>7</gccode>
1641
+ <note>Suspended letter(s). Shown as suspended letters.</note>
1642
+ </note>
1643
+ <note>
1644
+ <code>8</code>
1645
+ <gccode>8</gccode>
1646
+ <note>Inverted nun in the text.</note>
1647
+ </note>
1648
+ <note>
1649
+ <code>c</code>
1650
+ <gccode>c</gccode>
1651
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
1652
+ </note>
1653
+ <note>
1654
+ <code>d</code>
1655
+ <gccode>d</gccode>
1656
+ <note>This tipeha is a dehi in other texts.</note>
1657
+ </note>
1658
+ <note>
1659
+ <code>m</code>
1660
+ <gccode>m</gccode>
1661
+ <note>This meteg is a merkha in other texts.</note>
1662
+ </note>
1663
+ <note>
1664
+ <code>q</code>
1665
+ <gccode>q</gccode>
1666
+ <note>UXLC differs from the conventional word for the qere.</note>
1667
+ </note>
1668
+ <note>
1669
+ <code>t</code>
1670
+ <gccode>t</gccode>
1671
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
1672
+ </note>
1673
+ <note>
1674
+ <code>X</code>
1675
+ <gccode>X</gccode>
1676
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
1677
+ </note>
1678
+ <note>
1679
+ <code>y</code>
1680
+ <gccode>y</gccode>
1681
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
1682
+ </note>
1683
+ </notes>
1684
+ </Tanach>
texts/tanach/33_Song_of_Songs.xml ADDED
@@ -0,0 +1,1767 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Song of Songs</title>
11
+ <title level="a" type="mainhebrew">שיר השירים</title>
12
+ <title level="a" type="filename">Song_of_Songs</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>54931</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>2:14.7</citation>
63
+ <description>Remove dagesh from tav.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.10.19</filedate>
66
+ <date>2023.09.11</date>
67
+ <n>1</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>4:16.7</citation>
71
+ <description>Remove dagesh from zayin.</description>
72
+ <author>Daniel Holman</author>
73
+ <filedate>2023.10.19</filedate>
74
+ <date>2023.09.11</date>
75
+ <n>2</n>
76
+ </correction>
77
+ <correction>
78
+ <citation>5:16.4</citation>
79
+ <description>Remove dagesh from het, add note 't'.</description>
80
+ <author>Ben Denckla</author>
81
+ <filedate>2021.10.19</filedate>
82
+ <date>2021.05.26</date>
83
+ <n>1</n>
84
+ </correction>
85
+ <correction>
86
+ <citation>6:8.3</citation>
87
+ <description>Consider dagesh in mem. Add note 'c'.</description>
88
+ <author>Daniel Holman</author>
89
+ <filedate>2023.10.19</filedate>
90
+ <date>2023.09.11</date>
91
+ <n>3</n>
92
+ </correction>
93
+ <correction>
94
+ <citation>7:13.4</citation>
95
+ <description>Word lacks accent, add note 'c'; MAM ends the word with a Maqaf ( ס־ ).</description>
96
+ <author>Ben Denckla</author>
97
+ <filedate>2021.10.19</filedate>
98
+ <date>2021.08.07</date>
99
+ <n>18</n>
100
+ </correction>
101
+ <correction>
102
+ <citation>8:12.1</citation>
103
+ <description>Change qamats to patah, change note 'n' to 't'.</description>
104
+ <author>Alexander Adler</author>
105
+ <filedate>2021.04.01</filedate>
106
+ <date>2020.10.27</date>
107
+ <n>1</n>
108
+ </correction>
109
+ </notesStmt>
110
+ <sourceDesc>
111
+ <biblItem>
112
+ <title>Hebrew Bible</title>
113
+ <title>Leningrad Codex</title>
114
+ <editor>Shemu'el ben Ya'akov</editor>
115
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
116
+ <edition>Original document</edition>
117
+ <imprint>
118
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
119
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
120
+ <date>1008</date>
121
+ </imprint>
122
+ <idno type="Accession">Firkovich B 19 A</idno>
123
+ </biblItem>
124
+ <biblItem>
125
+ <title>The Leningrad Codex - A Facsimile Edition</title>
126
+ <editor>Freedman, David Noel</editor>
127
+ <editor>Beck, Astrid B.</editor>
128
+ <edition>First</edition>
129
+ <imprint>
130
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
131
+ <pubPlace>Grand Rapids, MI</pubPlace>
132
+ <date>1998</date>
133
+ </imprint>
134
+ <idno type="IBSN">0-8028-3786-7</idno>
135
+ </biblItem>
136
+ <biblItem>
137
+ <title>The Westminster Leningrad Codex</title>
138
+ <editor>Salisbury, Stephen K.</editor>
139
+ <edition>WLC 4.20</edition>
140
+ <imprint>
141
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
142
+ <pubPlace>2960 Church Rd.</pubPlace>
143
+ <pubPlace>Glenside, PA 19038</pubPlace>
144
+ <date>25 January 2016</date>
145
+ </imprint>
146
+ <idno type="Unknown"/>
147
+ </biblItem>
148
+ </sourceDesc>
149
+ </fileDesc>
150
+ <encodingDesc>
151
+ </encodingDesc>
152
+ <profileDesc>
153
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
154
+ <date>25 Jan 2016</date>
155
+ <langUsage>
156
+ <language ident="HE">Hebrew</language>
157
+ </langUsage>
158
+ </profileDesc>
159
+ </teiHeader>
160
+ <tanach>
161
+ <book>
162
+ <names>
163
+ <name>Song of Songs</name>
164
+ <abbrev>Song</abbrev>
165
+ <number>30</number>
166
+ <filename>Song_of_Songs</filename>
167
+ <hebrewname>שיר השירים</hebrewname>
168
+ </names>
169
+ <c n="1">
170
+ <v n="1">
171
+ <w>שִׁ֥יר</w>
172
+ <w>הַשִּׁירִ֖ים</w>
173
+ <w>אֲשֶׁ֥ר</w>
174
+ <w>לִשְׁלֹמֹֽה׃</w>
175
+ </v>
176
+ <v n="2">
177
+ <w>יִשָּׁקֵ֙נִי֙</w>
178
+ <w>מִנְּשִׁיק֣וֹת</w>
179
+ <w>פִּ֔יהוּ</w>
180
+ <w>כִּֽי־</w>
181
+ <w>טוֹבִ֥ים</w>
182
+ <w>דֹּדֶ֖יךָ</w>
183
+ <w>מִיָּֽיִן׃</w>
184
+ </v>
185
+ <v n="3">
186
+ <w>לְרֵ֙יחַ֙</w>
187
+ <w>שְׁמָנֶ֣יךָ</w>
188
+ <w>טוֹבִ֔ים</w>
189
+ <w>שֶׁ֖מֶן</w>
190
+ <w>תּוּרַ֣ק</w>
191
+ <w>שְׁמֶ֑ךָ</w>
192
+ <w>עַל־</w>
193
+ <w>כֵּ֖ן</w>
194
+ <w>עֲלָמ֥וֹת</w>
195
+ <w>אֲהֵבֽוּךָ׃</w>
196
+ </v>
197
+ <v n="4">
198
+ <w>מָשְׁכֵ֖נִי</w>
199
+ <w>אַחֲרֶ֣יךָ</w>
200
+ <w>נָּר֑וּצָה</w>
201
+ <w>הֱבִיאַ֨נִי</w>
202
+ <w>הַמֶּ֜לֶךְ</w>
203
+ <w>חֲדָרָ֗יו</w>
204
+ <w>נָגִ֤ילָה</w>
205
+ <w>וְנִשְׂמְחָה֙</w>
206
+ <w>בָּ֔ךְ</w>
207
+ <w>נַזְכִּ֤ירָה</w>
208
+ <w>דֹדֶ֙יךָ֙</w>
209
+ <w>מִיַּ֔יִן</w>
210
+ <w>מֵישָׁרִ֖ים</w>
211
+ <w>אֲהֵבֽוּךָ׃</w>
212
+ <samekh/>
213
+ </v>
214
+ <v n="5">
215
+ <w>שְׁחוֹרָ֤ה</w>
216
+ <w>אֲנִי֙</w>
217
+ <w>וְֽנָאוָ֔ה</w>
218
+ <w>בְּנ֖וֹת</w>
219
+ <w>יְרוּשָׁלָ֑͏ִם</w>
220
+ <w>כְּאָהֳלֵ֣י</w>
221
+ <w>קֵדָ֔ר</w>
222
+ <w>כִּירִיע֖וֹת</w>
223
+ <w>שְׁלֹמֹֽה׃</w>
224
+ </v>
225
+ <v n="6">
226
+ <w>אַל־</w>
227
+ <w>תִּרְא֙וּנִי֙</w>
228
+ <w>שֶׁאֲנִ֣י</w>
229
+ <w>שְׁחַרְחֹ֔רֶת</w>
230
+ <w>שֶׁשֱּׁזָפַ֖תְנִי</w>
231
+ <w>הַשָּׁ֑מֶשׁ</w>
232
+ <w>בְּנֵ֧י</w>
233
+ <w>אִמִּ֣י</w>
234
+ <w>נִֽחֲרוּ־</w>
235
+ <w>בִ֗י</w>
236
+ <w>שָׂמֻ֙נִי֙</w>
237
+ <w>נֹטֵרָ֣ה</w>
238
+ <w>אֶת־</w>
239
+ <w>הַכְּרָמִ֔ים</w>
240
+ <w>כַּרְמִ֥י</w>
241
+ <w>שֶׁלִּ֖י</w>
242
+ <w>לֹ֥א</w>
243
+ <w>נָטָֽרְתִּי׃</w>
244
+ </v>
245
+ <v n="7">
246
+ <w>הַגִּ֣ידָה</w>
247
+ <w>לִּ֗י</w>
248
+ <w>שֶׁ֤אָהֲבָה֙</w>
249
+ <w>נַפְשִׁ֔י</w>
250
+ <w>אֵיכָ֣ה</w>
251
+ <w>תִרְעֶ֔ה</w>
252
+ <w>אֵיכָ֖ה</w>
253
+ <w>תַּרְבִּ֣יץ</w>
254
+ <w>בַּֽצָּהֳרָ֑יִם</w>
255
+ <w>שַׁלָּמָ֤ה</w>
256
+ <w>אֶֽהְיֶה֙</w>
257
+ <w>כְּעֹ֣טְיָ֔ה</w>
258
+ <w>עַ֖ל</w>
259
+ <w>עֶדְרֵ֥י</w>
260
+ <w>חֲבֵרֶֽיךָ׃</w>
261
+ </v>
262
+ <v n="8">
263
+ <w>אִם־</w>
264
+ <w>לֹ֤א</w>
265
+ <w>תֵדְעִי֙</w>
266
+ <w>לָ֔ךְ</w>
267
+ <w>הַיָּפָ֖ה</w>
268
+ <w>בַּנָּשִׁ֑ים</w>
269
+ <w>צְֽאִי־</w>
270
+ <w>לָ֞ךְ</w>
271
+ <w>בְּעִקְבֵ֣י</w>
272
+ <w>הַצֹּ֗אן</w>
273
+ <w>וּרְעִי֙</w>
274
+ <w>אֶת־</w>
275
+ <w>גְּדִיֹּתַ֔יִךְ</w>
276
+ <w>עַ֖ל</w>
277
+ <w>מִשְׁכְּנ֥וֹת</w>
278
+ <w>הָרֹעִֽים׃</w>
279
+ <samekh/>
280
+ </v>
281
+ <v n="9">
282
+ <w>לְסֻסָתִי֙</w>
283
+ <w>בְּרִכְבֵ֣י</w>
284
+ <w>פַרְעֹ֔ה</w>
285
+ <w>דִּמִּיתִ֖יךְ</w>
286
+ <w>רַעְיָתִֽי׃</w>
287
+ </v>
288
+ <v n="10">
289
+ <w>נָאו֤וּ</w>
290
+ <w>לְחָיַ֙יִךְ֙</w>
291
+ <w>בַּתֹּרִ֔ים</w>
292
+ <w>צַוָּארֵ֖ךְ</w>
293
+ <w>בַּחֲרוּזִֽים׃</w>
294
+ </v>
295
+ <v n="11">
296
+ <w>תּוֹרֵ֤י</w>
297
+ <w>זָהָב֙</w>
298
+ <w>נַעֲשֶׂה־</w>
299
+ <w>לָּ֔ךְ</w>
300
+ <w>עִ֖ם</w>
301
+ <w>נְקֻדּ֥וֹת</w>
302
+ <w>הַכָּֽסֶף׃</w>
303
+ </v>
304
+ <v n="12">
305
+ <w>עַד־</w>
306
+ <w>שֶׁ֤הַמֶּ֙לֶךְ֙</w>
307
+ <w>בִּמְסִבּ֔וֹ</w>
308
+ <w>נִרְדִּ֖י</w>
309
+ <w>נָתַ֥ן</w>
310
+ <w>רֵיחֽוֹ׃</w>
311
+ </v>
312
+ <v n="13">
313
+ <w>צְר֨וֹר</w>
314
+ <w>הַמֹּ֤ר ׀</w>
315
+ <w>דּוֹדִי֙</w>
316
+ <w>לִ֔י</w>
317
+ <w>בֵּ֥ין</w>
318
+ <w>שָׁדַ֖י</w>
319
+ <w>יָלִֽין׃</w>
320
+ </v>
321
+ <v n="14">
322
+ <w>אֶשְׁכֹּ֨ל</w>
323
+ <w>הַכֹּ֤פֶר ׀</w>
324
+ <w>דּוֹדִי֙</w>
325
+ <w>לִ֔י</w>
326
+ <w>בְּכַרְמֵ֖י</w>
327
+ <w>עֵ֥ין</w>
328
+ <w>גֶּֽדִי׃</w>
329
+ <samekh/>
330
+ </v>
331
+ <v n="15">
332
+ <w>הִנָּ֤ךְ</w>
333
+ <w>יָפָה֙</w>
334
+ <w>רַעְיָתִ֔י</w>
335
+ <w>הִנָּ֥ךְ</w>
336
+ <w>יָפָ֖ה</w>
337
+ <w>עֵינַ֥יִךְ</w>
338
+ <w>יוֹנִֽים׃</w>
339
+ </v>
340
+ <v n="16">
341
+ <w>הִנְּךָ֨</w>
342
+ <w>יָפֶ֤ה</w>
343
+ <w>דוֹדִי֙</w>
344
+ <w>אַ֣ף</w>
345
+ <w>נָעִ֔ים</w>
346
+ <w>אַף־</w>
347
+ <w>עַרְשֵׂ֖נוּ</w>
348
+ <w>רַעֲנָנָֽה׃</w>
349
+ </v>
350
+ <v n="17">
351
+ <w>קֹר֤וֹת</w>
352
+ <w>בָּתֵּ֙ינוּ֙</w>
353
+ <w>אֲרָזִ֔ים</w>
354
+ <k>רחיטנו</k>
355
+ <q>רַהִיטֵ֖נוּ</q>
356
+ <w>בְּרוֹתִֽים׃</w>
357
+ </v>
358
+ <vs>17</vs>
359
+ </c>
360
+ <c n="2">
361
+ <v n="1">
362
+ <w>אֲנִי֙</w>
363
+ <w>חֲבַצֶּ֣לֶת</w>
364
+ <w>הַשָּׁר֔וֹן</w>
365
+ <w>שֽׁוֹשַׁנַּ֖ת</w>
366
+ <w>הָעֲמָקִֽים׃</w>
367
+ </v>
368
+ <v n="2">
369
+ <w>כְּשֽׁוֹשַׁנָּה֙</w>
370
+ <w>בֵּ֣ין</w>
371
+ <w>הַחוֹחִ֔ים</w>
372
+ <w>כֵּ֥ן</w>
373
+ <w>רַעְיָתִ֖י</w>
374
+ <w>בֵּ֥ין</w>
375
+ <w>הַבָּנֽוֹת׃</w>
376
+ </v>
377
+ <v n="3">
378
+ <w>כְּתַפּ֙וּחַ֙</w>
379
+ <w>בַּעֲצֵ֣י</w>
380
+ <w>הַיַּ֔עַר</w>
381
+ <w>כֵּ֥ן</w>
382
+ <w>דּוֹדִ֖י</w>
383
+ <w>בֵּ֣ין</w>
384
+ <w>הַבָּנִ֑ים</w>
385
+ <w>בְּצִלּוֹ֙</w>
386
+ <w>חִמַּ֣דְתִּי</w>
387
+ <w>וְיָשַׁ֔בְתִּי</w>
388
+ <w>וּפִרְי֖וֹ</w>
389
+ <w>מָת֥וֹק</w>
390
+ <w>לְחִכִּֽי׃</w>
391
+ </v>
392
+ <v n="4">
393
+ <w>הֱבִיאַ֙נִי֙</w>
394
+ <w>אֶל־</w>
395
+ <w>בֵּ֣ית</w>
396
+ <w>הַיָּ֔יִן</w>
397
+ <w>וְדִגְל֥וֹ</w>
398
+ <w>עָלַ֖י</w>
399
+ <w>אַהֲבָֽה׃</w>
400
+ </v>
401
+ <v n="5">
402
+ <w>סַמְּכ֙וּנִי֙</w>
403
+ <w>בָּֽאֲשִׁישׁ֔וֹת</w>
404
+ <w>רַפְּד֖וּנִי</w>
405
+ <w>בַּתַּפּוּחִ֑ים</w>
406
+ <w>כִּי־</w>
407
+ <w>חוֹלַ֥ת</w>
408
+ <w>אַהֲבָ֖ה</w>
409
+ <w>אָֽנִי׃</w>
410
+ </v>
411
+ <v n="6">
412
+ <w>שְׂמֹאלוֹ֙</w>
413
+ <w>תַּ֣חַת</w>
414
+ <w>לְרֹאשִׁ֔י</w>
415
+ <w>וִימִינ֖וֹ</w>
416
+ <w>תְּחַבְּקֵֽנִי׃</w>
417
+ </v>
418
+ <v n="7">
419
+ <w>הִשְׁבַּ֨עְתִּי</w>
420
+ <w>אֶתְכֶ֜ם</w>
421
+ <w>בְּנ֤וֹת</w>
422
+ <w>יְרוּשָׁלִַ֙ם֙</w>
423
+ <w>בִּצְבָא֔וֹת</w>
424
+ <w>א֖וֹ</w>
425
+ <w>בְּאַיְל֣וֹת</w>
426
+ <w>הַשָּׂדֶ֑ה</w>
427
+ <w>אִם־</w>
428
+ <w>תָּעִ֧ירוּ ׀</w>
429
+ <w>וְֽאִם־</w>
430
+ <w>תְּעֽוֹרְר֛וּ</w>
431
+ <w>אֶת־</w>
432
+ <w>הָאַהֲבָ֖ה</w>
433
+ <w>עַ֥ד</w>
434
+ <w>שֶׁתֶּחְפָּֽץ׃</w>
435
+ <samekh/>
436
+ </v>
437
+ <v n="8">
438
+ <w>ק֣וֹל</w>
439
+ <w>דּוֹדִ֔י</w>
440
+ <w>הִנֵּה־</w>
441
+ <w>זֶ֖ה</w>
442
+ <w>בָּ֑א</w>
443
+ <w>מְדַלֵּג֙</w>
444
+ <w>עַל־</w>
445
+ <w>הֶ֣הָרִ֔ים</w>
446
+ <w>מְקַפֵּ֖ץ</w>
447
+ <w>עַל־</w>
448
+ <w>הַגְּבָעֽוֹת׃</w>
449
+ </v>
450
+ <v n="9">
451
+ <w>דּוֹמֶ֤ה</w>
452
+ <w>דוֹדִי֙</w>
453
+ <w>לִצְבִ֔י</w>
454
+ <w>א֖וֹ</w>
455
+ <w>לְעֹ֣פֶר</w>
456
+ <w>הָֽאַיָּלִ֑ים</w>
457
+ <w>הִנֵּה־</w>
458
+ <w>זֶ֤ה</w>
459
+ <w>עוֹמֵד֙</w>
460
+ <w>אַחַ֣ר</w>
461
+ <w>כָּתְלֵ֔נוּ</w>
462
+ <w>מַשְׁגִּ֙יחַ֙</w>
463
+ <w>מִן־</w>
464
+ <w>הַֽחֲלֹּנ֔וֹת</w>
465
+ <w>מֵצִ֖יץ</w>
466
+ <w>מִן־</w>
467
+ <w>הֽ͏ַחֲרַכִּֽים׃</w>
468
+ </v>
469
+ <v n="10">
470
+ <w>עָנָ֥ה</w>
471
+ <w>דוֹדִ֖י</w>
472
+ <w>וְאָ֣מַר</w>
473
+ <w>לִ֑י</w>
474
+ <w>ק֥וּמִי</w>
475
+ <w>לָ֛ךְ</w>
476
+ <w>רַעְיָתִ֥י</w>
477
+ <w>יָפָתִ֖י</w>
478
+ <w>וּלְכִי־</w>
479
+ <w>לָֽךְ׃</w>
480
+ </v>
481
+ <v n="11">
482
+ <w>כִּֽי־</w>
483
+ <w>הִנֵּ֥ה</w>
484
+ <k>הסתו</k>
485
+ <q>הַסְּתָ֖יו</q>
486
+ <w>עָבָ֑ר</w>
487
+ <w>הַגֶּ֕שֶׁם</w>
488
+ <w>חָלַ֖ף</w>
489
+ <w>הָלַ֥ךְ</w>
490
+ <w>לֽוֹ׃</w>
491
+ </v>
492
+ <v n="12">
493
+ <w>הַנִּצָּנִים֙</w>
494
+ <w>נִרְא֣וּ</w>
495
+ <w>בָאָ֔רֶץ</w>
496
+ <w>עֵ֥ת</w>
497
+ <w>הַזָּמִ֖יר</w>
498
+ <w>הִגִּ֑יעַ</w>
499
+ <w>וְק֥וֹל</w>
500
+ <w>הַתּ֖וֹר</w>
501
+ <w>נִשְׁמַ֥ע</w>
502
+ <w>בְּאַרְצֵֽנוּ׃</w>
503
+ </v>
504
+ <v n="13">
505
+ <w>הַתְּאֵנָה֙</w>
506
+ <w>חָֽנְטָ֣ה</w>
507
+ <w>פַגֶּ֔יהָ</w>
508
+ <w>וְהַגְּפָנִ֥ים ׀</w>
509
+ <w>סְמָדַ֖ר</w>
510
+ <w>נָ֣תְנוּ</w>
511
+ <w>רֵ֑יחַ</w>
512
+ <w>ק֥וּמִי</w>
513
+ <k>לכי</k>
514
+ <q>לָ֛ךְ</q>
515
+ <w>רַעְיָתִ֥י</w>
516
+ <w>יָפָתִ֖י</w>
517
+ <w>וּלְכִי־</w>
518
+ <w>לָֽךְ׃</w>
519
+ <samekh/>
520
+ </v>
521
+ <v n="14">
522
+ <w>יוֹנָתִ֞י</w>
523
+ <w>בְּחַגְוֵ֣י</w>
524
+ <w>הַסֶּ֗לַע</w>
525
+ <w>בְּסֵ֙תֶר֙</w>
526
+ <w>הַמַּדְרֵגָ֔ה</w>
527
+ <w>הַרְאִ֙ינִי֙</w>
528
+ <w>אֶת־</w>
529
+ <w>מַרְאַ֔יִךְ</w>
530
+ <w>הַשְׁמִיעִ֖ינִי</w>
531
+ <w>אֶת־</w>
532
+ <w>קוֹלֵ֑ךְ</w>
533
+ <w>כִּי־</w>
534
+ <w>קוֹלֵ֥ךְ</w>
535
+ <w>עָרֵ֖ב</w>
536
+ <w>וּמַרְאֵ֥יךְ</w>
537
+ <w>נָאוֶֽה׃</w>
538
+ <samekh/>
539
+ </v>
540
+ <v n="15">
541
+ <w>אֶֽחֱזוּ־</w>
542
+ <w>לָ֙נוּ֙</w>
543
+ <w>שֽׁוּעָלִ֔ים</w>
544
+ <w>שֽׁוּעָלִ֥ים</w>
545
+ <w>קְטַנִּ֖ים</w>
546
+ <w>מְחַבְּלִ֣ים</w>
547
+ <w>כְּרָמִ֑ים</w>
548
+ <w>וּכְרָמֵ֖ינוּ</w>
549
+ <w>סְמָדַֽר׃</w>
550
+ </v>
551
+ <v n="16">
552
+ <w>דּוֹדִ֥י</w>
553
+ <w>לִי֙</w>
554
+ <w>וַאֲנִ֣י</w>
555
+ <w>ל֔וֹ</w>
556
+ <w>הָרֹעֶ֖ה</w>
557
+ <w>בַּשּׁוֹשַׁנִּֽים׃</w>
558
+ </v>
559
+ <v n="17">
560
+ <w>עַ֤ד</w>
561
+ <w>שֶׁיָּפ֙וּחַ֙</w>
562
+ <w>הַיּ֔וֹם</w>
563
+ <w>וְנָ֖סוּ</w>
564
+ <w>הַצְּלָלִ֑ים</w>
565
+ <w>סֹב֩</w>
566
+ <w>דְּמֵה־</w>
567
+ <w>לְךָ֨</w>
568
+ <w>דוֹדִ֜י</w>
569
+ <w>לִצְבִ֗י</w>
570
+ <w>א֛וֹ</w>
571
+ <w>לְעֹ֥פֶר</w>
572
+ <w>הָאַיָּלִ֖ים</w>
573
+ <w>עַל־</w>
574
+ <w>הָ֥רֵי</w>
575
+ <w>בָֽתֶר׃</w>
576
+ <samekh/>
577
+ </v>
578
+ <vs>17</vs>
579
+ </c>
580
+ <c n="3">
581
+ <v n="1">
582
+ <w>עַל־</w>
583
+ <w>מִשְׁכָּבִי֙</w>
584
+ <w>בַּלֵּיל֔וֹת</w>
585
+ <w>בִּקַּ֕שְׁתִּי</w>
586
+ <w>אֵ֥ת</w>
587
+ <w>שֶׁאָהֲבָ֖ה</w>
588
+ <w>נַפְשִׁ֑י</w>
589
+ <w>בִּקַּשְׁתִּ֖יו</w>
590
+ <w>וְלֹ֥א</w>
591
+ <w>מְצָאתִֽיו׃</w>
592
+ </v>
593
+ <v n="2">
594
+ <w>אָק֨וּמָה</w>
595
+ <w>נָּ֜א</w>
596
+ <w>וַאֲסוֹבְבָ֣ה</w>
597
+ <w>בָעִ֗יר</w>
598
+ <w>בַּשְּׁוָקִים֙</w>
599
+ <w>וּבָ֣רְחֹב֔וֹת</w>
600
+ <w>אֲבַקְשָׁ֕ה</w>
601
+ <w>אֵ֥ת</w>
602
+ <w>שֶׁאָהֲבָ֖ה</w>
603
+ <w>נַפְשִׁ֑י</w>
604
+ <w>בִּקַּשְׁתִּ֖יו</w>
605
+ <w>וְלֹ֥א</w>
606
+ <w>מְצָאתִֽיו׃</w>
607
+ </v>
608
+ <v n="3">
609
+ <w>מְצָא֙וּנִי֙</w>
610
+ <w>הַשֹּׁ֣מְרִ֔ים</w>
611
+ <w>הַסֹּבְבִ֖ים</w>
612
+ <w>בָּעִ֑יר</w>
613
+ <w>אֵ֛ת</w>
614
+ <w>שֶׁאָהֲבָ֥ה</w>
615
+ <w>נַפְשִׁ֖י</w>
616
+ <w>רְאִיתֶֽם׃</w>
617
+ </v>
618
+ <v n="4">
619
+ <w>כִּמְעַט֙</w>
620
+ <w>שֶׁעָבַ֣רְתִּי</w>
621
+ <w>מֵהֶ֔ם</w>
622
+ <w>עַ֣ד</w>
623
+ <w>שֶֽׁמָּצָ֔אתִי</w>
624
+ <w>אֵ֥ת</w>
625
+ <w>שֶׁאָהֲבָ֖ה</w>
626
+ <w>נַפְשִׁ֑י</w>
627
+ <w>אֲחַזְתִּיו֙</w>
628
+ <w>וְלֹ֣א</w>
629
+ <w>אַרְפֶּ֔נּוּ</w>
630
+ <w>עַד־</w>
631
+ <w>שֶׁ֤הֲבֵיאתִיו֙</w>
632
+ <w>אֶל־</w>
633
+ <w>בֵּ֣ית</w>
634
+ <w>אִמִּ֔י</w>
635
+ <w>וְאֶל־</w>
636
+ <w>חֶ֖דֶר</w>
637
+ <w>הוֹרָתִֽי׃</w>
638
+ </v>
639
+ <v n="5">
640
+ <w>הִשְׁבַּ֨עְתִּי</w>
641
+ <w>אֶתְכֶ֜ם</w>
642
+ <w>בְּנ֤וֹת</w>
643
+ <w>יְרוּשָׁלִַ֙ם֙</w>
644
+ <w>בִּצְבָא֔וֹת</w>
645
+ <w>א֖וֹ</w>
646
+ <w>בְּאַיְל֣וֹת</w>
647
+ <w>הַשָּׂדֶ֑ה</w>
648
+ <w>אִם־</w>
649
+ <w>תָּעִ֧ירוּ ׀</w>
650
+ <w>וְֽאִם־</w>
651
+ <w>תְּעֽוֹרְר֛וּ</w>
652
+ <w>אֶת־</w>
653
+ <w>הָאַהֲבָ֖ה</w>
654
+ <w>עַ֥ד</w>
655
+ <w>שֶׁתֶּחְפָּֽץ׃</w>
656
+ <samekh/>
657
+ </v>
658
+ <v n="6">
659
+ <w>מִ֣י</w>
660
+ <w>זֹ֗את</w>
661
+ <w>עֹלָה֙</w>
662
+ <w>מִן־</w>
663
+ <w>הַמִּדְבָּ֔ר</w>
664
+ <w>כְּתִֽימֲר֖וֹת</w>
665
+ <w>עָשָׁ֑ן</w>
666
+ <w>מְקֻטֶּ֤רֶת</w>
667
+ <w>מוֹר֙</w>
668
+ <w>וּלְבוֹנָ֔ה</w>
669
+ <w>מִכֹּ֖ל</w>
670
+ <w>אַבְקַ֥ת</w>
671
+ <w>רוֹכֵֽל׃</w>
672
+ </v>
673
+ <v n="7">
674
+ <w>הִנֵּ֗ה</w>
675
+ <w>מִטָּתוֹ֙</w>
676
+ <w>שֶׁלִּשְׁלֹמֹ֔ה</w>
677
+ <w>שִׁשִּׁ֥ים</w>
678
+ <w>גִּבֹּרִ֖ים</w>
679
+ <w>סָבִ֣יב</w>
680
+ <w>לָ֑הּ</w>
681
+ <w>מִגִּבֹּרֵ֖י</w>
682
+ <w>יִשְׂרָאֵֽל׃</w>
683
+ </v>
684
+ <v n="8">
685
+ <w>כֻּלָּם֙</w>
686
+ <w>אֲחֻ֣זֵי</w>
687
+ <w>חֶ֔רֶב</w>
688
+ <w>מְלֻמְּדֵ֖י</w>
689
+ <w>מִלְחָמָ֑ה</w>
690
+ <w>אִ֤ישׁ</w>
691
+ <w>חַרְבּוֹ֙</w>
692
+ <w>עַל־</w>
693
+ <w>יְרֵכ֔וֹ</w>
694
+ <w>מִפַּ֖חַד</w>
695
+ <w>בַּלֵּילּֽוֹת׃</w>
696
+ <samekh/>
697
+ </v>
698
+ <v n="9">
699
+ <w>אַפִּרְי֗וֹן</w>
700
+ <w>עָ֤שָׂה</w>
701
+ <w>לוֹ֙</w>
702
+ <w>הַמֶּ֣לֶךְ</w>
703
+ <w>שְׁלֹמֹ֔ה</w>
704
+ <w>מֵעֲצֵ֖י</w>
705
+ <w>הַלְּבָנֽוֹן׃</w>
706
+ </v>
707
+ <v n="10">
708
+ <w>עַמּוּדָיו֙</w>
709
+ <w>עָ֣שָׂה</w>
710
+ <w>כֶ֔סֶף</w>
711
+ <w>רְפִידָת֣וֹ</w>
712
+ <w>זָהָ֔ב</w>
713
+ <w>מֶרְכָּב֖וֹ</w>
714
+ <w>אַרְגָּמָ֑ן</w>
715
+ <w>תּוֹכוֹ֙</w>
716
+ <w>רָצ֣וּף</w>
717
+ <w>אַהֲבָ֔ה</w>
718
+ <w>מִבְּנ֖וֹת</w>
719
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
720
+ </v>
721
+ <v n="11">
722
+ <w>צְאֶ֧ינָה ׀</w>
723
+ <w>וּֽרְאֶ֛ינָה</w>
724
+ <w>בְּנ֥וֹת</w>
725
+ <w>צִיּ֖וֹן</w>
726
+ <w>בַּמֶּ֣לֶךְ</w>
727
+ <w>שְׁלֹמֹ֑ה</w>
728
+ <w>בָּעֲטָרָ֗ה</w>
729
+ <w>שֶׁעִטְּרָה־</w>
730
+ <w>לּ֤וֹ</w>
731
+ <w>אִמּוֹ֙</w>
732
+ <w>בְּי֣וֹם</w>
733
+ <w>חֲתֻנָּת֔וֹ</w>
734
+ <w>וּבְי֖וֹם</w>
735
+ <w>שִׂמְחַ֥ת</w>
736
+ <w>לִבּֽוֹ׃</w>
737
+ <samekh/>
738
+ </v>
739
+ <vs>11</vs>
740
+ </c>
741
+ <c n="4">
742
+ <v n="1">
743
+ <w>הִנָּ֨ךְ</w>
744
+ <w>יָפָ֤ה</w>
745
+ <w>רַעְיָתִי֙</w>
746
+ <w>הִנָּ֣ךְ</w>
747
+ <w>יָפָ֔ה</w>
748
+ <w>עֵינַ֣יִךְ</w>
749
+ <w>יוֹנִ֔ים</w>
750
+ <w>מִבַּ֖עַד</w>
751
+ <w>לְצַמָּתֵ֑ךְ</w>
752
+ <w>שַׂעְרֵךְ֙</w>
753
+ <w>כְּעֵ֣דֶר</w>
754
+ <w>הָֽעִזִּ֔ים</w>
755
+ <w>שֶׁגָּלְשׁ֖וּ</w>
756
+ <w>מֵהַ֥ר</w>
757
+ <w>גִּלְעָֽד׃</w>
758
+ </v>
759
+ <v n="2">
760
+ <w>שִׁנַּ֙יִךְ֙</w>
761
+ <w>כְּעֵ֣דֶר</w>
762
+ <w>הַקְּצוּב֔וֹת</w>
763
+ <w>שֶׁ��ָל֖וּ</w>
764
+ <w>מִן־</w>
765
+ <w>הָרַחְצָ֑ה</w>
766
+ <w>שֶׁכֻּלָּם֙</w>
767
+ <w>מַתְאִימ֔וֹת</w>
768
+ <w>וְשַׁכֻּלָ֖ה</w>
769
+ <w>אֵ֥ין</w>
770
+ <w>בָּהֶֽם׃</w>
771
+ </v>
772
+ <v n="3">
773
+ <w>כְּח֤וּט</w>
774
+ <w>הַשָּׁנִי֙</w>
775
+ <w>שִׂפְתֹתַ֔יִךְ</w>
776
+ <w>וּמִדְבָּרֵ֖יךְ</w>
777
+ <w>נָאוֶ֑ה</w>
778
+ <w>כְּפֶ֤לַח</w>
779
+ <w>הָֽרִמּוֹן֙</w>
780
+ <w>רַקָּתֵ֔ךְ</w>
781
+ <w>מִבַּ֖עַד</w>
782
+ <w>לְצַמָּתֵֽךְ׃</w>
783
+ </v>
784
+ <v n="4">
785
+ <w>כְּמִגְדַּ֤ל</w>
786
+ <w>דָּוִיד֙</w>
787
+ <w>צַוָּארֵ֔ךְ</w>
788
+ <w>בָּנ֖וּי</w>
789
+ <w>לְתַלְפִּיּ֑וֹת</w>
790
+ <w>אֶ֤לֶף</w>
791
+ <w>הַמָּגֵן֙</w>
792
+ <w>תָּל֣וּי</w>
793
+ <w>עָלָ֔יו</w>
794
+ <w>כֹּ֖ל</w>
795
+ <w>שִׁלְטֵ֥י</w>
796
+ <w>הַגִּבּוֹרִֽים׃</w>
797
+ </v>
798
+ <v n="5">
799
+ <w>שְׁנֵ֥י</w>
800
+ <w>שָׁדַ֛יִךְ</w>
801
+ <w>כִּשְׁנֵ֥י</w>
802
+ <w>עֳפָרִ֖ים</w>
803
+ <w>תְּאוֹמֵ֣י</w>
804
+ <w>צְבִיָּ֑ה</w>
805
+ <w>הָרוֹעִ֖ים</w>
806
+ <w>בַּשּׁוֹשַׁנִּֽים׃</w>
807
+ </v>
808
+ <v n="6">
809
+ <w>עַ֤ד</w>
810
+ <w>שֶׁיָּפ֙וּחַ֙</w>
811
+ <w>הַיּ֔וֹם</w>
812
+ <w>וְנָ֖סוּ</w>
813
+ <w>הַצְּלָלִ֑ים</w>
814
+ <w>אֵ֤לֶךְ</w>
815
+ <w>לִי֙</w>
816
+ <w>אֶל־</w>
817
+ <w>הַ֣ר</w>
818
+ <w>הַמּ֔וֹר</w>
819
+ <w>וְאֶל־</w>
820
+ <w>גִּבְעַ֖ת</w>
821
+ <w>הַלְּבוֹנָֽה׃</w>
822
+ </v>
823
+ <v n="7">
824
+ <w>כֻּלָּ֤ךְ</w>
825
+ <w>יָפָה֙</w>
826
+ <w>רַעְיָתִ֔י</w>
827
+ <w>וּמ֖וּם</w>
828
+ <w>אֵ֥ין</w>
829
+ <w>בָּֽךְ׃</w>
830
+ <samekh/>
831
+ </v>
832
+ <v n="8">
833
+ <w>אִתִּ֤י</w>
834
+ <w>מִלְּבָנוֹן֙</w>
835
+ <w>כַּלָּ֔ה</w>
836
+ <w>אִתִּ֖י</w>
837
+ <w>מִלְּבָנ֣וֹן</w>
838
+ <w>תָּב֑וֹאִי</w>
839
+ <w>תָּשׁ֣וּרִי ׀</w>
840
+ <w>מֵרֹ֣אשׁ</w>
841
+ <w>אֲמָנָ֗ה</w>
842
+ <w>מֵרֹ֤אשׁ</w>
843
+ <w>שְׂנִיר֙</w>
844
+ <w>וְחֶרְמ֔וֹן</w>
845
+ <w>מִמְּעֹנ֣וֹת</w>
846
+ <w>אֲרָי֔וֹת</w>
847
+ <w>מֵֽהַרְרֵ֖י</w>
848
+ <w>נְמֵרִֽים׃</w>
849
+ </v>
850
+ <v n="9">
851
+ <w>לִבַּבְתִּ֖נִי</w>
852
+ <w>אֲחֹתִ֣י</w>
853
+ <w>כַלָּ֑ה</w>
854
+ <w>לִבַּבְתִּ֙ינִי֙</w>
855
+ <k>באחד</k>
856
+ <q>בְּאַחַ֣ת</q>
857
+ <w>מֵעֵינַ֔יִךְ</w>
858
+ <w>בְּאַחַ֥ד</w>
859
+ <w>עֲנָ֖ק</w>
860
+ <w>מִצַּוְּרֹנָֽיִךְ׃</w>
861
+ </v>
862
+ <v n="10">
863
+ <w>מַה־</w>
864
+ <w>יָּפ֥וּ</w>
865
+ <w>דֹדַ֖יִךְ</w>
866
+ <w>אֲחֹתִ֣י</w>
867
+ <w>כַלָּ֑ה</w>
868
+ <w>מַה־</w>
869
+ <w>טֹּ֤בוּ</w>
870
+ <w>דֹדַ֙יִךְ֙</w>
871
+ <w>מִיַּ֔יִן</w>
872
+ <w>וְרֵ֥יחַ</w>
873
+ <w>שְׁמָנַ֖יִךְ</w>
874
+ <w>מִכָּל־</w>
875
+ <w>בְּשָׂמִֽים׃</w>
876
+ </v>
877
+ <v n="11">
878
+ <w>נֹ֛פֶת</w>
879
+ <w>תִּטֹּ֥פְנָה</w>
880
+ <w>שִׂפְתוֹתַ֖יִךְ</w>
881
+ <w>כַּלָּ֑ה</w>
882
+ <w>דְּבַ֤שׁ</w>
883
+ <w>וְחָלָב֙</w>
884
+ <w>תַּ֣חַת</w>
885
+ <w>לְשׁוֹנֵ֔ךְ</w>
886
+ <w>וְרֵ֥יחַ</w>
887
+ <w>שַׂלְמֹתַ֖יִךְ</w>
888
+ <w>כְּרֵ֥יחַ</w>
889
+ <w>לְבָנֽוֹן׃</w>
890
+ <samekh/>
891
+ </v>
892
+ <v n="12">
893
+ <w>גַּ֥ן ׀</w>
894
+ <w>נָע֖וּל</w>
895
+ <w>אֲחֹתִ֣י</w>
896
+ <w>כַלָּ֑ה</w>
897
+ <w>גַּ֥ל</w>
898
+ <w>נָע֖וּל</w>
899
+ <w>מַעְיָ֥ן</w>
900
+ <w>חָתֽוּם׃</w>
901
+ </v>
902
+ <v n="13">
903
+ <w>שְׁלָחַ֙יִךְ֙</w>
904
+ <w>פַּרְדֵּ֣ס</w>
905
+ <w>רִמּוֹנִ֔ים</w>
906
+ <w>עִ֖ם</w>
907
+ <w>פְּרִ֣י</w>
908
+ <w>מְגָדִ֑ים</w>
909
+ <w>כְּפָרִ֖ים</w>
910
+ <w>עִם־</w>
911
+ <w>נְרָדִֽים׃</w>
912
+ </v>
913
+ <v n="14">
914
+ <w>נֵ֣רְדְּ ׀</w>
915
+ <w>וְכַרְכֹּ֗ם</w>
916
+ <w>קָנֶה֙</w>
917
+ <w>וְקִנָּמ֔וֹן</w>
918
+ <w>עִ֖ם</w>
919
+ <w>כָּל־</w>
920
+ <w>עֲצֵ֣י</w>
921
+ <w>לְבוֹנָ֑ה</w>
922
+ <w>מֹ֚ר</w>
923
+ <w>וַאֲהָל֔וֹת</w>
924
+ <w>עִ֖ם</w>
925
+ <w>כּ��ל־</w>
926
+ <w>רָאשֵׁ֥י</w>
927
+ <w>בְשָׂמִֽים׃</w>
928
+ </v>
929
+ <v n="15">
930
+ <w>מַעְיַ֣ן</w>
931
+ <w>גַּנִּ֔ים</w>
932
+ <w>בְּאֵ֖ר</w>
933
+ <w>מַ֣יִם</w>
934
+ <w>חַיִּ֑ים</w>
935
+ <w>וְנֹזְלִ֖ים</w>
936
+ <w>מִן־</w>
937
+ <w>לְבָנֽוֹן׃</w>
938
+ </v>
939
+ <v n="16">
940
+ <w>ע֤וּרִי</w>
941
+ <w>צָפוֹן֙</w>
942
+ <w>וּב֣וֹאִי</w>
943
+ <w>תֵימָ֔ן</w>
944
+ <w>הָפִ֥יחִי</w>
945
+ <w>גַנִּ֖י</w>
946
+ <w>יִזְל֣וּ</w>
947
+ <w>בְשָׂמָ֑יו</w>
948
+ <w>יָבֹ֤א</w>
949
+ <w>דוֹדִי֙</w>
950
+ <w>לְגַנּ֔וֹ</w>
951
+ <w>וְיֹאכַ֖ל</w>
952
+ <w>פְּרִ֥י</w>
953
+ <w>מְגָדָֽיו׃</w>
954
+ </v>
955
+ <vs>16</vs>
956
+ </c>
957
+ <c n="5">
958
+ <v n="1">
959
+ <w>בָּ֣אתִי</w>
960
+ <w>לְגַנִּי֮</w>
961
+ <w>אֲחֹתִ֣י</w>
962
+ <w>כַלָּה֒</w>
963
+ <w>אָרִ֤יתִי</w>
964
+ <w>מוֹרִי֙</w>
965
+ <w>עִם־</w>
966
+ <w>בְּשָׂמִ֔י</w>
967
+ <w>אָכַ֤לְתִּי</w>
968
+ <w>יַעְרִי֙</w>
969
+ <w>עִם־</w>
970
+ <w>דִּבְשִׁ֔י</w>
971
+ <w>שָׁתִ֥יתִי</w>
972
+ <w>יֵינִ֖י</w>
973
+ <w>עִם־</w>
974
+ <w>חֲלָבִ֑י</w>
975
+ <w>אִכְל֣וּ</w>
976
+ <w>רֵעִ֔ים</w>
977
+ <w>שְׁת֥וּ</w>
978
+ <w>וְשִׁכְר֖וּ</w>
979
+ <w>דּוֹדִֽים׃</w>
980
+ <samekh/>
981
+ </v>
982
+ <v n="2">
983
+ <w>אֲנִ֥י</w>
984
+ <w>יְשֵׁנָ֖ה</w>
985
+ <w>וְלִבִּ֣י</w>
986
+ <w>עֵ֑ר</w>
987
+ <w>ק֣וֹל ׀</w>
988
+ <w>דּוֹדִ֣י</w>
989
+ <w>דוֹפֵ֗ק</w>
990
+ <w>פִּתְחִי־</w>
991
+ <w>לִ֞י</w>
992
+ <w>אֲחֹתִ֤י</w>
993
+ <w>רַעְיָתִי֙</w>
994
+ <w>יוֹנָתִ֣י</w>
995
+ <w>תַמָּתִ֔י</w>
996
+ <w>שֶׁרֹּאשִׁי֙</w>
997
+ <w>נִמְלָא־</w>
998
+ <w>טָ֔ל</w>
999
+ <w>קְוֻּצּוֹתַ֖י</w>
1000
+ <w>רְסִ֥יסֵי</w>
1001
+ <w>לָֽיְלָה׃</w>
1002
+ </v>
1003
+ <v n="3">
1004
+ <w>פָּשַׁ֙טְתִּי֙</w>
1005
+ <w>אֶת־</w>
1006
+ <w>כֻּתָּנְתִּ֔י</w>
1007
+ <w>אֵיכָ֖כָה</w>
1008
+ <w>אֶלְבָּשֶׁ֑נָּה</w>
1009
+ <w>רָחַ֥צְתִּי</w>
1010
+ <w>אֶת־</w>
1011
+ <w>רַגְלַ֖י</w>
1012
+ <w>אֵיכָ֥כָה</w>
1013
+ <w>אֲטַנְּפֵֽם׃</w>
1014
+ </v>
1015
+ <v n="4">
1016
+ <w>דּוֹדִ֗י</w>
1017
+ <w>שָׁלַ֤ח</w>
1018
+ <w>יָדוֹ֙</w>
1019
+ <w>מִן־</w>
1020
+ <w>הַחֹ֔ר</w>
1021
+ <w>וּמֵעַ֖י</w>
1022
+ <w>הָמ֥וּ</w>
1023
+ <w>עָלָֽיו׃</w>
1024
+ </v>
1025
+ <v n="5">
1026
+ <w>קַ֥מְתִּֽי</w>
1027
+ <w>אֲנִ֖י</w>
1028
+ <w>לִפְתֹּ֣חַ</w>
1029
+ <w>לְדוֹדִ֑י</w>
1030
+ <w>וְיָדַ֣י</w>
1031
+ <w>נָֽטְפוּ־</w>
1032
+ <w>מ֗וֹר</w>
1033
+ <w>וְאֶצְבְּעֹתַי֙</w>
1034
+ <w>מ֣וֹר</w>
1035
+ <w>עֹבֵ֔ר</w>
1036
+ <w>עַ֖ל</w>
1037
+ <w>כַּפּ֥וֹת</w>
1038
+ <w>הַמַּנְעֽוּל׃</w>
1039
+ </v>
1040
+ <v n="6">
1041
+ <w>פָּתַ֤חְתִּֽי</w>
1042
+ <w>אֲנִי֙</w>
1043
+ <w>לְדוֹדִ֔י</w>
1044
+ <w>וְדוֹדִ֖י</w>
1045
+ <w>חָמַ֣ק</w>
1046
+ <w>עָבָ֑ר</w>
1047
+ <w>נַפְשִׁי֙</w>
1048
+ <w>יָֽצְאָ֣ה</w>
1049
+ <w>בְדַבְּר֔וֹ</w>
1050
+ <w>בִּקַּשְׁתִּ֙יהוּ֙</w>
1051
+ <w>וְלֹ֣א</w>
1052
+ <w>מְצָאתִ֔יהוּ</w>
1053
+ <w>קְרָאתִ֖יו</w>
1054
+ <w>וְלֹ֥א</w>
1055
+ <w>עָנָֽנִי׃</w>
1056
+ </v>
1057
+ <v n="7">
1058
+ <w>מְצָאֻ֧נִי</w>
1059
+ <w>הַשֹּׁמְרִ֛ים</w>
1060
+ <w>הַסֹּבְבִ֥ים</w>
1061
+ <w>בָּעִ֖יר</w>
1062
+ <w>הִכּ֣וּנִי</w>
1063
+ <w>פְצָע֑וּנִי</w>
1064
+ <w>נָשְׂא֤וּ</w>
1065
+ <w>אֶת־</w>
1066
+ <w>רְדִידִי֙</w>
1067
+ <w>מֵֽעָלַ֔י</w>
1068
+ <w>שֹׁמְרֵ֖י</w>
1069
+ <w>הַחֹמֽוֹת׃</w>
1070
+ </v>
1071
+ <v n="8">
1072
+ <w>הִשְׁבַּ֥עְתִּי</w>
1073
+ <w>אֶתְכֶ֖ם</w>
1074
+ <w>בְּנ֣וֹת</w>
1075
+ <w>יְרוּשָׁלָ֑͏ִם</w>
1076
+ <w>אִֽם־</w>
1077
+ <w>תִּמְצְאוּ֙</w>
1078
+ <w>אֶת־</w>
1079
+ <w>דּוֹדִ֔י</w>
1080
+ <w>מַה־</w>
1081
+ <w>תַּגִּ֣ידוּ</w>
1082
+ <w>ל֔וֹ</w>
1083
+ <w>שֶׁחוֹלַ֥ת</w>
1084
+ <w>אַהֲבָ֖ה</w>
1085
+ <w>אָֽנִי׃</w>
1086
+ </v>
1087
+ <v n="9">
1088
+ <w>מַה־</w>
1089
+ <w>דּוֹדֵ֣ךְ</w>
1090
+ <w>מִדּ֔וֹד</w>
1091
+ <w>הַיָּפָ֖ה</w>
1092
+ <w>בַּנָּשִׁ֑ים</w>
1093
+ <w>מַה־</w>
1094
+ <w>דּוֹדֵ֣ךְ</w>
1095
+ <w>מִדּ֔וֹד</w>
1096
+ <w>שֶׁכָּ֖כָה</w>
1097
+ <w>הִשְׁבַּעְתָּֽנוּ׃</w>
1098
+ </v>
1099
+ <v n="10">
1100
+ <w>דּוֹדִ֥י</w>
1101
+ <w>צַח֙</w>
1102
+ <w>וְאָד֔וֹם</w>
1103
+ <w>דָּג֖וּל</w>
1104
+ <w>מֵרְבָבָֽה׃</w>
1105
+ </v>
1106
+ <v n="11">
1107
+ <w>רֹאשׁ֖וֹ</w>
1108
+ <w>כֶּ֣תֶם</w>
1109
+ <w>פָּ֑ז</w>
1110
+ <w>קְוּצּוֹתָיו֙</w>
1111
+ <w>תַּלְתַּלִּ֔ים</w>
1112
+ <w>שְׁחֹר֖וֹת</w>
1113
+ <w>כָּעוֹרֵֽב׃</w>
1114
+ </v>
1115
+ <v n="12">
1116
+ <w>עֵינָ֕יו</w>
1117
+ <w>כְּיוֹנִ֖ים</w>
1118
+ <w>עַל־</w>
1119
+ <w>אֲפִ֣יקֵי</w>
1120
+ <w>מָ֑יִם</w>
1121
+ <w>רֹֽחֲצוֹת֙</w>
1122
+ <w>בֶּֽחָלָ֔ב</w>
1123
+ <w>יֹשְׁב֖וֹת</w>
1124
+ <w>עַל־</w>
1125
+ <w>מִלֵּֽאת׃</w>
1126
+ </v>
1127
+ <v n="13">
1128
+ <w>לְחָיָו֙</w>
1129
+ <w>כַּעֲרוּגַ֣ת</w>
1130
+ <w>הַבֹּ֔שֶׂם</w>
1131
+ <w>מִגְדְּל֖וֹת</w>
1132
+ <w>מֶרְקָחִ֑ים</w>
1133
+ <w>שִׂפְתוֹתָיו֙</w>
1134
+ <w>שֽׁוֹשַׁנִּ֔ים</w>
1135
+ <w>נֹטְפ֖וֹת</w>
1136
+ <w>מ֥וֹר</w>
1137
+ <w>עֹבֵֽר׃</w>
1138
+ </v>
1139
+ <v n="14">
1140
+ <w>יָדָיו֙</w>
1141
+ <w>גְּלִילֵ֣י</w>
1142
+ <w>זָהָ֔ב</w>
1143
+ <w>מְמֻלָּאִ֖ים</w>
1144
+ <w>בַּתַּרְשִׁ֑ישׁ</w>
1145
+ <w>מֵעָיו֙</w>
1146
+ <w>עֶ֣שֶׁת</w>
1147
+ <w>שֵׁ֔ן</w>
1148
+ <w>מְעֻלֶּ֖פֶת</w>
1149
+ <w>סַפִּירִֽים׃</w>
1150
+ </v>
1151
+ <v n="15">
1152
+ <w>שׁוֹקָיו֙</w>
1153
+ <w>עַמּ֣וּדֵי</w>
1154
+ <w>שֵׁ֔שׁ</w>
1155
+ <w>מְיֻסָּדִ֖ים</w>
1156
+ <w>עַל־</w>
1157
+ <w>אַדְנֵי־</w>
1158
+ <w>פָ֑ז</w>
1159
+ <w>מַרְאֵ֙הוּ֙</w>
1160
+ <w>כַּלְּבָנ֔וֹן</w>
1161
+ <w>בָּח֖וּר</w>
1162
+ <w>כָּאֲרָזִֽים׃</w>
1163
+ </v>
1164
+ <v n="16">
1165
+ <w>חִכּוֹ֙</w>
1166
+ <w>מַֽמְתַקִּ֔ים</w>
1167
+ <w>וְכֻלּ֖וֹ</w>
1168
+ <w>מַחֲ<x>t</x>מַדִּ֑ים</w>
1169
+ <w>זֶ֤ה</w>
1170
+ <w>דוֹדִי֙</w>
1171
+ <w>וְזֶ֣ה</w>
1172
+ <w>רֵעִ֔י</w>
1173
+ <w>בְּנ֖וֹת</w>
1174
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
1175
+ </v>
1176
+ <vs>16</vs>
1177
+ </c>
1178
+ <c n="6">
1179
+ <v n="1">
1180
+ <w>אָ֚נָה</w>
1181
+ <w>הָלַ֣ךְ</w>
1182
+ <w>דּוֹדֵ֔ךְ</w>
1183
+ <w>הַיָּפָ֖ה</w>
1184
+ <w>בַּנָּשִׁ֑ים</w>
1185
+ <w>אָ֚נָה</w>
1186
+ <w>פָּנָ֣ה</w>
1187
+ <w>דוֹדֵ֔ךְ</w>
1188
+ <w>וּנְבַקְשֶׁ֖נּוּ</w>
1189
+ <w>עִמָּֽךְ׃</w>
1190
+ </v>
1191
+ <v n="2">
1192
+ <w>דּוֹדִי֙</w>
1193
+ <w>יָרַ֣ד</w>
1194
+ <w>לְגַנּ֔וֹ</w>
1195
+ <w>לַעֲרוּג֖וֹת</w>
1196
+ <w>הַבֹּ֑שֶׂם</w>
1197
+ <w>לִרְעוֹת֙</w>
1198
+ <w>בַּגַּנִּ֔ים</w>
1199
+ <w>וְלִלְקֹ֖ט</w>
1200
+ <w>שֽׁוֹשַׁנִּֽים׃</w>
1201
+ </v>
1202
+ <v n="3">
1203
+ <w>אֲנִ֤י</w>
1204
+ <w>לְדוֹדִי֙</w>
1205
+ <w>וְדוֹדִ֣י</w>
1206
+ <w>לִ֔י</w>
1207
+ <w>הָרֹעֶ֖ה</w>
1208
+ <w>בַּשׁוֹשַׁנִּֽים׃</w>
1209
+ <samekh/>
1210
+ </v>
1211
+ <v n="4">
1212
+ <w>יָפָ֨ה</w>
1213
+ <w>אַ֤תְּ</w>
1214
+ <w>רַעְיָתִי֙</w>
1215
+ <w>כְּתִרְצָ֔ה</w>
1216
+ <w>נָאוָ֖ה</w>
1217
+ <w>כִּירוּשָׁלָ֑͏ִם</w>
1218
+ <w>אֲיֻמָּ֖ה</w>
1219
+ <w>כַּנִּדְגָּלֽוֹת׃</w>
1220
+ </v>
1221
+ <v n="5">
1222
+ <w>הָסֵ֤בִּי</w>
1223
+ <w>עֵינַ֙יִךְ֙</w>
1224
+ <w>מִנֶּגְדִּ֔י</w>
1225
+ <w>שֶׁ֥הֵ֖ם</w>
1226
+ <w>הִרְהִיבֻ֑נִי</w>
1227
+ <w>שַׂעְרֵךְ֙</w>
1228
+ <w>כְּעֵ֣דֶר</w>
1229
+ <w>הָֽעִזִּ֔ים</w>
1230
+ <w>שֶׁגָּלְשׁ֖וּ</w>
1231
+ <w>מִן־</w>
1232
+ <w>הַגִּלְעָֽד׃</w>
1233
+ </v>
1234
+ <v n="6">
1235
+ <w>שִׁנַּ֙יִךְ֙</w>
1236
+ <w>כְּעֵ֣דֶר</w>
1237
+ <w>הֽ͏ָרְחֵלִ֔ים</w>
1238
+ <w>שֶׁעָל֖וּ</w>
1239
+ <w>מִן־</w>
1240
+ <w>הָרַחְצָ֑ה</w>
1241
+ <w>שֶׁכֻּלָּם֙</w>
1242
+ <w>מַתְאִימ֔וֹת</w>
1243
+ <w>וְשַׁכֻּלָ֖ה</w>
1244
+ <w>אֵ֥ין</w>
1245
+ <w>בָּהֶֽם׃</w>
1246
+ </v>
1247
+ <v n="7">
1248
+ <w>כְּפֶ֤לַח</w>
1249
+ <w>הָרִמּוֹן֙</w>
1250
+ <w>רַקָּתֵ֔ךְ</w>
1251
+ <w>מִבַּ֖עַד</w>
1252
+ <w>לְצַמָּתֵֽךְ׃</w>
1253
+ </v>
1254
+ <v n="8">
1255
+ <w>שִׁשִּׁ֥ים</w>
1256
+ <w>הֵ֙מָּה֙</w>
1257
+ <w>מְּ<x>c</x>לָכ֔וֹת</w>
1258
+ <w>וּשְׁמֹנִ֖ים</w>
1259
+ <w>פִּֽילַגְשִׁ֑ים</w>
1260
+ <w>וַעֲלָמ֖וֹת</w>
1261
+ <w>אֵ֥ין</w>
1262
+ <w>מִסְפָּֽר׃</w>
1263
+ </v>
1264
+ <v n="9">
1265
+ <w>אַחַ֥ת</w>
1266
+ <w>הִיא֙</w>
1267
+ <w>יוֹנָתִ֣י</w>
1268
+ <w>תַמָּתִ֔י</w>
1269
+ <w>אַחַ֥ת</w>
1270
+ <w>הִיא֙</w>
1271
+ <w>לְאִמָּ֔הּ</w>
1272
+ <w>בָּרָ֥ה</w>
1273
+ <w>הִ֖יא</w>
1274
+ <w>לְיֽוֹלַדְתָּ֑הּ</w>
1275
+ <w>רָא֤וּהָ</w>
1276
+ <w>בָנוֹת֙</w>
1277
+ <w>וַֽיְאַשְּׁר֔וּהָ</w>
1278
+ <w>מְלָכ֥וֹת</w>
1279
+ <w>וּפִֽילַגְשִׁ֖ים</w>
1280
+ <w>וַֽיְהַלְלֽוּהָ׃</w>
1281
+ <samekh/>
1282
+ </v>
1283
+ <v n="10">
1284
+ <w>מִי־</w>
1285
+ <w>זֹ֥את</w>
1286
+ <w>הַנִּשְׁקָפָ֖ה</w>
1287
+ <w>כְּמוֹ־</w>
1288
+ <w>שָׁ֑חַר</w>
1289
+ <w>יָפָ֣ה</w>
1290
+ <w>כַלְּבָנָ֗ה</w>
1291
+ <w>בָּרָה֙</w>
1292
+ <w>כַּֽחַמָּ֔ה</w>
1293
+ <w>אֲיֻמָּ֖ה</w>
1294
+ <w>כַּנִּדְגָּלֽוֹת׃</w>
1295
+ <samekh/>
1296
+ </v>
1297
+ <v n="11">
1298
+ <w>אֶל־</w>
1299
+ <w>גִּנַּ֤ת</w>
1300
+ <w>אֱגוֹז֙</w>
1301
+ <w>יָרַ֔דְתִּי</w>
1302
+ <w>לִרְא֖וֹת</w>
1303
+ <w>בְּאִבֵּ֣י</w>
1304
+ <w>הַנָּ֑חַל</w>
1305
+ <w>לִרְאוֹת֙</w>
1306
+ <w>הֲפָֽרְחָ֣ה</w>
1307
+ <w>הַגֶּ֔פֶן</w>
1308
+ <w>הֵנֵ֖צוּ</w>
1309
+ <w>הָרִמֹּנִֽים׃</w>
1310
+ </v>
1311
+ <v n="12">
1312
+ <w>לֹ֣א</w>
1313
+ <w>יָדַ֔עְתִּי</w>
1314
+ <w>נַפְשִׁ֣י</w>
1315
+ <w>שָׂמַ֔תְנִי</w>
1316
+ <w>מַרְכְּב֖וֹת</w>
1317
+ <w>עַמִּי־</w>
1318
+ <w>נָדִֽיב׃</w>
1319
+ </v>
1320
+ <vs>12</vs>
1321
+ </c>
1322
+ <c n="7">
1323
+ <v n="1">
1324
+ <w>שׁ֤וּבִי</w>
1325
+ <w>שׁ֙וּבִי֙</w>
1326
+ <w>הַשּׁ֣וּלַמִּ֔ית</w>
1327
+ <w>שׁ֥וּבִי</w>
1328
+ <w>שׁ֖וּבִי</w>
1329
+ <w>וְנֶחֱזֶה־</w>
1330
+ <w>בָּ֑ךְ</w>
1331
+ <w>מַֽה־</w>
1332
+ <w>תֶּחֱזוּ֙</w>
1333
+ <w>בַּשּׁ֣וּלַמִּ֔ית</w>
1334
+ <w>כִּמְחֹלַ֖ת</w>
1335
+ <w>הַֽמַּחֲנָֽיִם׃</w>
1336
+ </v>
1337
+ <v n="2">
1338
+ <w>מַה־</w>
1339
+ <w>יָּפ֧וּ</w>
1340
+ <w>פְעָמַ֛יִךְ</w>
1341
+ <w>בַּנְּעָלִ֖ים</w>
1342
+ <w>בַּת־</w>
1343
+ <w>נָדִ֑יב</w>
1344
+ <w>חַמּוּקֵ֣י</w>
1345
+ <w>יְרֵכַ֔יִךְ</w>
1346
+ <w>כְּמ֣וֹ</w>
1347
+ <w>חֲלָאִ֔ים</w>
1348
+ <w>מַעֲשֵׂ֖ה</w>
1349
+ <w>יְדֵ֥י</w>
1350
+ <w>אָמָּֽן׃</w>
1351
+ </v>
1352
+ <v n="3">
1353
+ <w>שָׁרְרֵךְ֙</w>
1354
+ <w>אַגַּ֣ן</w>
1355
+ <w>הַסַּ֔הַר</w>
1356
+ <w>אַל־</w>
1357
+ <w>יֶחְסַ֖ר</w>
1358
+ <w>הַמָּ֑זֶג</w>
1359
+ <w>בִּטְנֵךְ֙</w>
1360
+ <w>עֲרֵמַ֣ת</w>
1361
+ <w>חִטִּ֔ים</w>
1362
+ <w>סוּגָ֖ה</w>
1363
+ <w>בַּשּׁוֹשַׁנִּֽים׃</w>
1364
+ </v>
1365
+ <v n="4">
1366
+ <w>שְׁנֵ֥י</w>
1367
+ <w>שָׁדַ֛יִךְ</w>
1368
+ <w>כִּשְׁנֵ֥י</w>
1369
+ <w>עֳפָרִ֖ים</w>
1370
+ <w>תָּאֳמֵ֥י</w>
1371
+ <w>צְבִיָּֽה׃</w>
1372
+ </v>
1373
+ <v n="5">
1374
+ <w>צַוָּארֵ֖ךְ</w>
1375
+ <w>כְּמִגְדַּ֣ל</w>
1376
+ <w>הַשֵּׁ֑ן</w>
1377
+ <w>עֵינַ֜יִךְ</w>
1378
+ <w>בְּרֵכ֣וֹת</w>
1379
+ <w>בְּחֶשְׁבּ֗וֹן</w>
1380
+ <w>עַל־</w>
1381
+ <w>שַׁ֙עַר֙</w>
1382
+ <w>בַּת־</w>
1383
+ <w>רַבִּ֔ים</w>
1384
+ <w>אַפֵּךְ֙</w>
1385
+ <w>כְּמִגְדַּ֣ל</w>
1386
+ <w>הַלְּבָנ֔וֹן</w>
1387
+ <w>צוֹפֶ֖ה</w>
1388
+ <w>פְּנֵ֥י</w>
1389
+ <w>דַמָּֽשֶׂק׃</w>
1390
+ </v>
1391
+ <v n="6">
1392
+ <w>רֹאשֵׁ֤ךְ</w>
1393
+ <w>עָלַ֙יִךְ֙</w>
1394
+ <w>כַּכַּרְמֶ֔ל</w>
1395
+ <w>וְדַלַּ֥ת</w>
1396
+ <w>רֹאשֵׁ֖ךְ</w>
1397
+ <w>כָּאַרְגָּמָ֑ן</w>
1398
+ <w>מֶ֖לֶךְ</w>
1399
+ <w>אָס֥וּר</w>
1400
+ <w>בָּרְהָטִֽים׃</w>
1401
+ </v>
1402
+ <v n="7">
1403
+ <w>מַה־</w>
1404
+ <w>יָּפִית֙</w>
1405
+ <w>וּמַה־</w>
1406
+ <w>נָּעַ֔מְתְּ</w>
1407
+ <w>אַהֲבָ֖ה</w>
1408
+ <w>בַּתַּֽעֲנוּגִֽים׃</w>
1409
+ </v>
1410
+ <v n="8">
1411
+ <w>זֹ֤את</w>
1412
+ <w>קֽוֹמָתֵךְ֙</w>
1413
+ <w>דָּֽמְתָ֣ה</w>
1414
+ <w>לְתָמָ֔ר</w>
1415
+ <w>וְשָׁ��ַ֖יִךְ</w>
1416
+ <w>לְאַשְׁכֹּלֽוֹת׃</w>
1417
+ </v>
1418
+ <v n="9">
1419
+ <w>אָמַ֙רְתִּי֙</w>
1420
+ <w>אֶעֱלֶ֣ה</w>
1421
+ <w>בְתָמָ֔ר</w>
1422
+ <w>אֹֽחֲזָ֖ה</w>
1423
+ <w>בְּסַנְסִנָּ֑יו</w>
1424
+ <w>וְיִֽהְיוּ־</w>
1425
+ <w>נָ֤א</w>
1426
+ <w>שָׁדַ֙יִךְ֙</w>
1427
+ <w>כְּאֶשְׁכְּל֣וֹת</w>
1428
+ <w>הַגֶּ֔פֶן</w>
1429
+ <w>וְרֵ֥יחַ</w>
1430
+ <w>אַפֵּ֖ךְ</w>
1431
+ <w>כַּתַּפּוּחִֽים׃</w>
1432
+ </v>
1433
+ <v n="10">
1434
+ <w>וְחִכֵּ֕ךְ</w>
1435
+ <w>כְּיֵ֥ין</w>
1436
+ <w>הַטּ֛וֹב</w>
1437
+ <w>הוֹלֵ֥ךְ</w>
1438
+ <w>לְדוֹדִ֖י</w>
1439
+ <w>לְמֵישָׁרִ֑ים</w>
1440
+ <w>דּוֹבֵ֖ב</w>
1441
+ <w>שִׂפְתֵ֥י</w>
1442
+ <w>יְשֵׁנִֽים׃</w>
1443
+ </v>
1444
+ <v n="11">
1445
+ <w>אֲנִ֣י</w>
1446
+ <w>לְדוֹדִ֔י</w>
1447
+ <w>וְעָלַ֖י</w>
1448
+ <w>תְּשׁוּקָתֽוֹ׃</w>
1449
+ <samekh/>
1450
+ </v>
1451
+ <v n="12">
1452
+ <w>לְכָ֤ה</w>
1453
+ <w>דוֹדִי֙</w>
1454
+ <w>נֵצֵ֣א</w>
1455
+ <w>הַשָּׂדֶ֔ה</w>
1456
+ <w>נָלִ֖ינָה</w>
1457
+ <w>בַּכְּפָרִֽים׃</w>
1458
+ </v>
1459
+ <v n="13">
1460
+ <w>נַשְׁכִּ֙ימָה֙</w>
1461
+ <w>לַכְּרָמִ֔ים</w>
1462
+ <w>נִרְאֶ֞ה</w>
1463
+ <w>אִם<x>c</x></w>
1464
+ <w>פָּֽרְחָ֤ה</w>
1465
+ <w>הַגֶּ֙פֶן֙</w>
1466
+ <w>פִּתַּ֣ח</w>
1467
+ <w>הַסְּמָדַ֔ר</w>
1468
+ <w>הֵנֵ֖צוּ</w>
1469
+ <w>הָרִמּוֹנִ֑ים</w>
1470
+ <w>שָׁ֛ם</w>
1471
+ <w>אֶתֵּ֥ן</w>
1472
+ <w>אֶת־</w>
1473
+ <w>דֹּדַ֖י</w>
1474
+ <w>לָֽךְ׃</w>
1475
+ </v>
1476
+ <v n="14">
1477
+ <w>הַֽדּוּדָאִ֣ים</w>
1478
+ <w>נָֽתְנוּ־</w>
1479
+ <w>רֵ֗יחַ</w>
1480
+ <w>וְעַל־</w>
1481
+ <w>פְּתָחֵ֙ינוּ֙</w>
1482
+ <w>כָּל־</w>
1483
+ <w>מְגָדִ֔ים</w>
1484
+ <w>חֲדָשִׁ֖ים</w>
1485
+ <w>גַּם־</w>
1486
+ <w>יְשָׁנִ֑ים</w>
1487
+ <w>דּוֹדִ֖י</w>
1488
+ <w>צָפַ֥נְתִּי</w>
1489
+ <w>לָֽךְ׃</w>
1490
+ </v>
1491
+ <vs>14</vs>
1492
+ </c>
1493
+ <c n="8">
1494
+ <v n="1">
1495
+ <w>מִ֤י</w>
1496
+ <w>יִתֶּנְךָ֙</w>
1497
+ <w>כְּאָ֣ח</w>
1498
+ <w>לִ֔י</w>
1499
+ <w>יוֹנֵ֖ק</w>
1500
+ <w>שְׁדֵ֣י</w>
1501
+ <w>אִמִּ֑י</w>
1502
+ <w>אֶֽמְצָאֲךָ֤</w>
1503
+ <w>בַחוּץ֙</w>
1504
+ <w>אֶשָׁ֣קְךָ֔</w>
1505
+ <w>גַּ֖ם</w>
1506
+ <w>לֹא־</w>
1507
+ <w>יָב֥וּזוּ</w>
1508
+ <w>לִֽי׃</w>
1509
+ </v>
1510
+ <v n="2">
1511
+ <w>אֶנְהָֽגֲךָ֗</w>
1512
+ <w>אֲבִֽיאֲךָ֛</w>
1513
+ <w>אֶל־</w>
1514
+ <w>בֵּ֥ית</w>
1515
+ <w>אִמִּ֖י</w>
1516
+ <w>תְּלַמְּדֵ֑נִי</w>
1517
+ <w>אַשְׁקְךָ֙</w>
1518
+ <w>מִיַּ֣יִן</w>
1519
+ <w>הָרֶ֔קַח</w>
1520
+ <w>מֵעֲסִ֖יס</w>
1521
+ <w>רִמֹּנִֽי׃</w>
1522
+ </v>
1523
+ <v n="3">
1524
+ <w>שְׂמֹאלוֹ֙</w>
1525
+ <w>תַּ֣חַת</w>
1526
+ <w>רֹאשִׁ֔י</w>
1527
+ <w>וִֽימִינ֖וֹ</w>
1528
+ <w>תְּחַבְּקֵֽנִי׃</w>
1529
+ </v>
1530
+ <v n="4">
1531
+ <w>הִשְׁבַּ֥עְתִּי</w>
1532
+ <w>אֶתְכֶ֖ם</w>
1533
+ <w>בְּנ֣וֹת</w>
1534
+ <w>יְרוּשָׁלָ֑͏ִם</w>
1535
+ <w>מַה־</w>
1536
+ <w>תָּעִ֧ירוּ ׀</w>
1537
+ <w>וּֽמַה־</w>
1538
+ <w>תְּעֹֽרְר֛וּ</w>
1539
+ <w>אֶת־</w>
1540
+ <w>הָאַהֲבָ֖ה</w>
1541
+ <w>עַ֥ד</w>
1542
+ <w>שֶׁתֶּחְפָּֽץ׃</w>
1543
+ <samekh/>
1544
+ </v>
1545
+ <v n="5">
1546
+ <w>מִ֣י</w>
1547
+ <w>זֹ֗את</w>
1548
+ <w>עֹלָה֙</w>
1549
+ <w>מִן־</w>
1550
+ <w>הַמִּדְבָּ֔ר</w>
1551
+ <w>מִתְרַפֶּ֖קֶת</w>
1552
+ <w>עַל־</w>
1553
+ <w>דּוֹדָ֑הּ</w>
1554
+ <w>תַּ֤חַת</w>
1555
+ <w>הַתַּפּ֙וּחַ֙</w>
1556
+ <w>עֽוֹרַרְתִּ֔יךָ</w>
1557
+ <w>שָׁ֚מָּה</w>
1558
+ <w>חִבְּלַ֣תְךָ</w>
1559
+ <w>אִמֶּ֔ךָ</w>
1560
+ <w>שָׁ֖מָּה</w>
1561
+ <w>חִבְּלָ֥ה</w>
1562
+ <w>יְלָדַֽתְךָ׃</w>
1563
+ </v>
1564
+ <v n="6">
1565
+ <w>שִׂימֵ֨נִי</w>
1566
+ <w>כַֽחוֹתָ֜ם</w>
1567
+ <w>עַל־</w>
1568
+ <w>לִבֶּ֗ךָ</w>
1569
+ <w>כַּֽחוֹתָם֙</w>
1570
+ <w>עַל־</w>
1571
+ <w>זְרוֹעֶ֔ךָ</w>
1572
+ <w>כִּֽי־</w>
1573
+ <w>עַזָּ֤ה</w>
1574
+ <w>כַמָּ֙וֶת֙</w>
1575
+ <w>אַהֲבָ֔ה</w>
1576
+ <w>קָשָׁ֥ה</w>
1577
+ <w>כִשְׁא֖וֹל</w>
1578
+ <w>קִנְאָ֑ה</w>
1579
+ <w>רְשָׁפֶ֕יהָ</w>
1580
+ <w>רִשְׁפֵּ֕י</w>
1581
+ <w>אֵ֖שׁ</w>
1582
+ <w>שַׁלְהֶ֥בֶתְיָֽה׃</w>
1583
+ </v>
1584
+ <v n="7">
1585
+ <w>מַ֣יִם</w>
1586
+ <w>רַבִּ֗ים</w>
1587
+ <w>לֹ֤א</w>
1588
+ <w>יֽוּכְלוּ֙</w>
1589
+ <w>לְכַבּ֣וֹת</w>
1590
+ <w>אֶת־</w>
1591
+ <w>הָֽאַהֲבָ֔ה</w>
1592
+ <w>וּנְהָר֖וֹת</w>
1593
+ <w>לֹ֣א</w>
1594
+ <w>יִשְׁטְפ֑וּהָ</w>
1595
+ <w>אִם־</w>
1596
+ <w>יִתֵּ֨ן</w>
1597
+ <w>אִ֜ישׁ</w>
1598
+ <w>אֶת־</w>
1599
+ <w>כָּל־</w>
1600
+ <w>ה֤וֹן</w>
1601
+ <w>בֵּיתוֹ֙</w>
1602
+ <w>בָּאַהֲבָ֔ה</w>
1603
+ <w>בּ֖וֹז</w>
1604
+ <w>יָב֥וּזוּ</w>
1605
+ <w>לֽוֹ׃</w>
1606
+ <samekh/>
1607
+ </v>
1608
+ <v n="8">
1609
+ <w>אָח֥וֹת</w>
1610
+ <w>לָ֙נוּ֙</w>
1611
+ <w>קְטַנָּ֔ה</w>
1612
+ <w>וְשָׁדַ֖יִם</w>
1613
+ <w>אֵ֣ין</w>
1614
+ <w>לָ֑הּ</w>
1615
+ <w>מַֽה־</w>
1616
+ <w>נַּעֲשֶׂה֙</w>
1617
+ <w>לַאֲחֹתֵ֔נוּ</w>
1618
+ <w>בַּיּ֖וֹם</w>
1619
+ <w>שֶׁיְּדֻבַּר־</w>
1620
+ <w>בָּֽהּ׃</w>
1621
+ </v>
1622
+ <v n="9">
1623
+ <w>אִם־</w>
1624
+ <w>חוֹמָ֣ה</w>
1625
+ <w>הִ֔יא</w>
1626
+ <w>נִבְנֶ֥ה</w>
1627
+ <w>עָלֶ֖יהָ</w>
1628
+ <w>טִ֣ירַת</w>
1629
+ <w>כָּ֑סֶף</w>
1630
+ <w>וְאִם־</w>
1631
+ <w>דֶּ֣לֶת</w>
1632
+ <w>הִ֔יא</w>
1633
+ <w>נָצ֥וּר</w>
1634
+ <w>עָלֶ֖יהָ</w>
1635
+ <w>ל֥וּחַ</w>
1636
+ <w>אָֽרֶז׃</w>
1637
+ </v>
1638
+ <v n="10">
1639
+ <w>אֲנִ֣י</w>
1640
+ <w>חוֹמָ֔ה</w>
1641
+ <w>וְשָׁדַ֖י</w>
1642
+ <w>כַּמִּגְדָּל֑וֹת</w>
1643
+ <w>אָ֛ז</w>
1644
+ <w>הָיִ֥יתִי</w>
1645
+ <w>בְעֵינָ֖יו</w>
1646
+ <w>כְּמוֹצְאֵ֥ת</w>
1647
+ <w>שָׁלֽוֹם׃</w>
1648
+ <pe/>
1649
+ </v>
1650
+ <v n="11">
1651
+ <w>כֶּ֣רֶם</w>
1652
+ <w>הָיָ֤ה</w>
1653
+ <w>לִשְׁלֹמֹה֙</w>
1654
+ <w>בְּבַ֣עַל</w>
1655
+ <w>הָמ֔וֹן</w>
1656
+ <w>נָתַ֥ן</w>
1657
+ <w>אֶת־</w>
1658
+ <w>הַכֶּ֖רֶם</w>
1659
+ <w>לַנֹּטְרִ֑ים</w>
1660
+ <w>אִ֛ישׁ</w>
1661
+ <w>יָבִ֥א</w>
1662
+ <w>בְּפִרְי֖וֹ</w>
1663
+ <w>אֶ֥לֶף</w>
1664
+ <w>כָּֽסֶף׃</w>
1665
+ </v>
1666
+ <v n="12">
1667
+ <w>כַּרְמִ֥י<x>t</x></w>
1668
+ <w>שֶׁלִּ֖י</w>
1669
+ <w>לְפָנָ֑י</w>
1670
+ <w>הָאֶ֤לֶף</w>
1671
+ <w>לְךָ֙</w>
1672
+ <w>שְׁלֹמֹ֔ה</w>
1673
+ <w>וּמָאתַ֖יִם</w>
1674
+ <w>לְנֹטְרִ֥ים</w>
1675
+ <w>אֶת־</w>
1676
+ <w>פִּרְיֽוֹ׃</w>
1677
+ </v>
1678
+ <v n="13">
1679
+ <w>הַיוֹשֶׁ֣בֶת</w>
1680
+ <w>בַּגַּנִּ֗ים</w>
1681
+ <w>חֲבֵרִ֛ים</w>
1682
+ <w>מַקְשִׁיבִ֥ים</w>
1683
+ <w>לְקוֹלֵ֖ךְ</w>
1684
+ <w>הַשְׁמִיעִֽינִי׃</w>
1685
+ </v>
1686
+ <v n="14">
1687
+ <w>בְּרַ֣ח ׀</w>
1688
+ <w>דּוֹדִ֗י</w>
1689
+ <w>וּֽדְמֵה־</w>
1690
+ <w>לְךָ֤</w>
1691
+ <w>לִצְבִי֙</w>
1692
+ <w>א֚וֹ</w>
1693
+ <w>לְעֹ֣פֶר</w>
1694
+ <w>הָֽאַיָּלִ֔ים</w>
1695
+ <w>עַ֖ל</w>
1696
+ <w>הָרֵ֥י</w>
1697
+ <w>בְשָׂמִֽים׃</w>
1698
+ </v>
1699
+ <vs>14</vs>
1700
+ </c>
1701
+ <vs>117</vs>
1702
+ <cs>8</cs>
1703
+ </book>
1704
+ </tanach>
1705
+ <notes>
1706
+ <note>
1707
+ <code>4</code>
1708
+ <gccode>4</gccode>
1709
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
1710
+ </note>
1711
+ <note>
1712
+ <code>5</code>
1713
+ <gccode>5</gccode>
1714
+ <note>Large letter(s). Shown as large letters.</note>
1715
+ </note>
1716
+ <note>
1717
+ <code>6</code>
1718
+ <gccode>6</gccode>
1719
+ <note>Small letter(s). Shown as small letters.</note>
1720
+ </note>
1721
+ <note>
1722
+ <code>7</code>
1723
+ <gccode>7</gccode>
1724
+ <note>Suspended letter(s). Shown as suspended letters.</note>
1725
+ </note>
1726
+ <note>
1727
+ <code>8</code>
1728
+ <gccode>8</gccode>
1729
+ <note>Inverted nun in the text.</note>
1730
+ </note>
1731
+ <note>
1732
+ <code>c</code>
1733
+ <gccode>c</gccode>
1734
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
1735
+ </note>
1736
+ <note>
1737
+ <code>d</code>
1738
+ <gccode>d</gccode>
1739
+ <note>This tipeha is a dehi in other texts.</note>
1740
+ </note>
1741
+ <note>
1742
+ <code>m</code>
1743
+ <gccode>m</gccode>
1744
+ <note>This meteg is a merkha in other texts.</note>
1745
+ </note>
1746
+ <note>
1747
+ <code>q</code>
1748
+ <gccode>q</gccode>
1749
+ <note>UXLC differs from the conventional word for the qere.</note>
1750
+ </note>
1751
+ <note>
1752
+ <code>t</code>
1753
+ <gccode>t</gccode>
1754
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
1755
+ </note>
1756
+ <note>
1757
+ <code>X</code>
1758
+ <gccode>X</gccode>
1759
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
1760
+ </note>
1761
+ <note>
1762
+ <code>y</code>
1763
+ <gccode>y</gccode>
1764
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
1765
+ </note>
1766
+ </notes>
1767
+ </Tanach>
texts/tanach/34_Ecclesiastes.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/35_Lamentations.xml ADDED
@@ -0,0 +1,2259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Copyright C.V.Kimball 2013 -->
3
+ <Tanach xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../XSL/Tanach.xsd">
4
+ <teiHeader>
5
+ <fileDesc>
6
+ <titleStmt>
7
+ <title level="s" type="uniform">Tanach</title>
8
+ <title level="s" type="uniformhebrew">תנ״ך</title>
9
+ <title level="s" type="main">Unicode/XML Leningrad Codex</title>
10
+ <title level="a" type="main">Lamentations</title>
11
+ <title level="a" type="mainhebrew">איכה</title>
12
+ <title level="a" type="filename">Lamentations</title>
13
+ <editor>Shemu'el ben Ya'akov</editor>
14
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
15
+ <respStmt>
16
+ <resp>Publisher:</resp>
17
+ <name>Christopher V. Kimball</name>
18
+ <name type="email">[email protected]</name>
19
+ </respStmt>
20
+ </titleStmt>
21
+ <editionStmt>
22
+ <edition>Unicode/XML Leningrad Codex (UXLC)
23
+ <version>UXLC 2.2</version>
24
+ <date>19 Oct 2024</date>
25
+ <build>27.3</build>
26
+ <buildDateTime>18 Oct 2024 05:59</buildDateTime>
27
+ </edition>
28
+ <respStmt>
29
+ <resp>WLC2XML[8 Jul 2024] - Transcription from Michigan-Claremont encoding to Unicode with XML markings. See details in notes.</resp>
30
+ <resp>ScanReplace/EditWLC[30 Dec 2020] - Edits/removes transcription notes; removes MDs.</resp>
31
+ <resp>ScanReplace/InsertCGJs[29 Dec 2020] - Places CGJ in Jerusalem VUV words and leading metegs.</resp>
32
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.02.19 . </resp>
33
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2020.10.19 . </resp>
34
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.04.01 . </resp>
35
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2021.10.19 . </resp>
36
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.04.01 . </resp>
37
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.07.04 . </resp>
38
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.10.19 . </resp>
39
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2022.12.07 . </resp>
40
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.04.01 . </resp>
41
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.07.04 . </resp>
42
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2023.10.19 . </resp>
43
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.04.01 . </resp>
44
+ <resp>Updater[2 May 2024] - Changes.xml file dated 2024.10.19 . </resp>
45
+ <resp>ScanReplace/RemoveNewlines[18 May 2024] - Removes newlines (\n) from w, q, k tags.</resp>
46
+ </respStmt>
47
+ </editionStmt>
48
+ <extent>67015</extent>
49
+ <publicationStmt>
50
+ <distributor>Via web site:
51
+ <name>Christopher V. Kimball</name>
52
+ <name type="url">https://tanach.us/Tanach.xml</name>
53
+ <name type="email">[email protected]</name>
54
+ </distributor>
55
+ <availability status="free">Freely available</availability>
56
+ </publicationStmt>
57
+ <notesStmt>
58
+ <note>The original text file wlc420_ps.txt was provided by the Groves Center.
59
+ The file has the MD5 hash: d31a 6a6e 9afa bf82 272c 2efb 0522 a12e
60
+ and was dated 25 Jan 2016. Six transcription notes (5,7,F) have been moved to the noted character (Lev 11:42.4, Judg 18:30.11, Isa 9.6.1, Ps 80:14.3, Job 38:13.5, Job 38:15.2) to produce the file wlc420_ps_td.txt for conversion to Unicode and XML by the program WLC2XML. The only other changes to the Groves Center text are: The book names in English and Hebrew of the Jewish Publication Society Tanach and book abbreviations from the New Revised Standard Version have been added. MC code 32 added as atnah hafukh by Steve Salisbury, 30 Sep 2021. The atnah hafukh codepoint, x05a2, has been added to the character table; it does not appear in WLC 4.20. </note>
61
+ <correction>
62
+ <citation>1:4.13</citation>
63
+ <description>Examine all dageshes on this word. Add note 't'.</description>
64
+ <author>Daniel Holman</author>
65
+ <filedate>2023.10.19</filedate>
66
+ <date>2023.09.11</date>
67
+ <n>7</n>
68
+ </correction>
69
+ <correction>
70
+ <citation>1:6.2</citation>
71
+ <description>Remove maqaf from ketiv word.</description>
72
+ <author>Ben Denckla</author>
73
+ <filedate>2024.04.01</filedate>
74
+ <date>2024.01.14</date>
75
+ <n>4</n>
76
+ </correction>
77
+ <correction>
78
+ <citation>1:11.4</citation>
79
+ <description>Remove dagesh from qof. </description>
80
+ <author>Daniel Holman</author>
81
+ <filedate>2023.10.19</filedate>
82
+ <date>2023.09.11</date>
83
+ <n>8</n>
84
+ </correction>
85
+ <correction>
86
+ <citation>1:11.7</citation>
87
+ <description>Add transcription note 'y' to yatir ketiv word. (yatir vav)</description>
88
+ <author>CVK</author>
89
+ <filedate>2024.10.19</filedate>
90
+ <date>2024.07.08</date>
91
+ <n>12</n>
92
+ </correction>
93
+ <correction>
94
+ <citation>1:12.7</citation>
95
+ <description>Change revia above alef to zaqef qatan.</description>
96
+ <author>Daniel Holman</author>
97
+ <filedate>2023.10.19</filedate>
98
+ <date>2023.09.11</date>
99
+ <n>9</n>
100
+ </correction>
101
+ <correction>
102
+ <citation>2:21.10</citation>
103
+ <description>Move pashta over resh to over gimel.</description>
104
+ <author>Daniel Holman</author>
105
+ <filedate>2023.10.19</filedate>
106
+ <date>2023.09.11</date>
107
+ <n>10</n>
108
+ </correction>
109
+ <correction>
110
+ <citation>3:25.3</citation>
111
+ <description>Move holam to qof.</description>
112
+ <author>Ben Denckla</author>
113
+ <filedate>2020.10.19</filedate>
114
+ <date>2020.08.31</date>
115
+ <n>2</n>
116
+ </correction>
117
+ <correction>
118
+ <citation>3:33.4</citation>
119
+ <description>Remove dagesh (לּ)</description>
120
+ <author>Stephen Salisbury</author>
121
+ <filedate>2020.10.19</filedate>
122
+ <date>2020.07.31</date>
123
+ <n>1</n>
124
+ </correction>
125
+ <correction>
126
+ <citation>3:33.6</citation>
127
+ <description>Note a possible dagesh in bet ( בּ) but do not add dagesh, add transcription note t.</description>
128
+ <author>Yishai Glasner</author>
129
+ <filedate>2020.10.19</filedate>
130
+ <date>2020.07.31</date>
131
+ <n>2</n>
132
+ </correction>
133
+ <correction>
134
+ <citation>4:4.5</citation>
135
+ <description>Add hiriq to het, add note 't'.</description>
136
+ <author>Zev Farkas</author>
137
+ <filedate>2021.04.01</filedate>
138
+ <date>2021.01.05</date>
139
+ <n>1</n>
140
+ </correction>
141
+ <correction>
142
+ <citation>4:7.3</citation>
143
+ <description>Examine segol under the shin as a possible qamats. Add note 't'.</description>
144
+ <author>Daniel Holman</author>
145
+ <filedate>2023.10.19</filedate>
146
+ <date>2023.09.11</date>
147
+ <n>11</n>
148
+ </correction>
149
+ <correction>
150
+ <citation>4:16.12</citation>
151
+ <description>Remove unsupported dagesh from vav in qere word. Add note 'q'. [וּזְקֵנִ֖ים]</description>
152
+ <author>CVK</author>
153
+ <filedate>2024.10.19</filedate>
154
+ <date>2024.04.15</date>
155
+ <n>36</n>
156
+ </correction>
157
+ </notesStmt>
158
+ <sourceDesc>
159
+ <biblItem>
160
+ <title>Hebrew Bible</title>
161
+ <title>Leningrad Codex</title>
162
+ <editor>Shemu'el ben Ya'akov</editor>
163
+ <editor>Aharon ben-Mosheh ben-Asher</editor>
164
+ <edition>Original document</edition>
165
+ <imprint>
166
+ <publisher>Russian National Library (Saltykov-Shchedrin)</publisher>
167
+ <pubPlace>St. Petersburg (Leningrad)</pubPlace>
168
+ <date>1008</date>
169
+ </imprint>
170
+ <idno type="Accession">Firkovich B 19 A</idno>
171
+ </biblItem>
172
+ <biblItem>
173
+ <title>The Leningrad Codex - A Facsimile Edition</title>
174
+ <editor>Freedman, David Noel</editor>
175
+ <editor>Beck, Astrid B.</editor>
176
+ <edition>First</edition>
177
+ <imprint>
178
+ <publisher>Wm. B. Eerdmans Publishing Co.</publisher>
179
+ <pubPlace>Grand Rapids, MI</pubPlace>
180
+ <date>1998</date>
181
+ </imprint>
182
+ <idno type="IBSN">0-8028-3786-7</idno>
183
+ </biblItem>
184
+ <biblItem>
185
+ <title>The Westminster Leningrad Codex</title>
186
+ <editor>Salisbury, Stephen K.</editor>
187
+ <edition>WLC 4.20</edition>
188
+ <imprint>
189
+ <publisher>The J. Alan Groves Center for Advanced Biblical Research ("Groves Center").</publisher>
190
+ <pubPlace>2960 Church Rd.</pubPlace>
191
+ <pubPlace>Glenside, PA 19038</pubPlace>
192
+ <date>25 January 2016</date>
193
+ </imprint>
194
+ <idno type="Unknown"/>
195
+ </biblItem>
196
+ </sourceDesc>
197
+ </fileDesc>
198
+ <encodingDesc>
199
+ </encodingDesc>
200
+ <profileDesc>
201
+ <creation>From WLC 4.20 provided by the Groves Center.</creation>
202
+ <date>25 Jan 2016</date>
203
+ <langUsage>
204
+ <language ident="HE">Hebrew</language>
205
+ </langUsage>
206
+ </profileDesc>
207
+ </teiHeader>
208
+ <tanach>
209
+ <book>
210
+ <names>
211
+ <name>Lamentations</name>
212
+ <abbrev>Lam</abbrev>
213
+ <number>32</number>
214
+ <filename>Lamentations</filename>
215
+ <hebrewname>איכה</hebrewname>
216
+ </names>
217
+ <c n="1">
218
+ <v n="1">
219
+ <w>אֵיכָ֣ה ׀</w>
220
+ <w>יָשְׁבָ֣ה</w>
221
+ <w>בָדָ֗ד</w>
222
+ <w>הָעִיר֙</w>
223
+ <w>רַבָּ֣תִי</w>
224
+ <w>עָ֔ם</w>
225
+ <w>הָיְתָ֖ה</w>
226
+ <w>כְּאַלְמָנָ֑ה</w>
227
+ <w>רַּבָּ֣תִי</w>
228
+ <w>בַגּוֹיִ֗ם</w>
229
+ <w>שָׂרָ֙תִי֙</w>
230
+ <w>בַּמְּדִינ֔וֹת</w>
231
+ <w>הָיְתָ֖ה</w>
232
+ <w>לָמַֽס׃</w>
233
+ <samekh/>
234
+ </v>
235
+ <v n="2">
236
+ <w>בָּכ֨וֹ</w>
237
+ <w>תִבְכֶּ֜ה</w>
238
+ <w>בַּלַּ֗יְלָה</w>
239
+ <w>וְדִמְעָתָהּ֙</w>
240
+ <w>עַ֣ל</w>
241
+ <w>לֶֽחֱיָ֔הּ</w>
242
+ <w>אֵֽין־</w>
243
+ <w>לָ֥הּ</w>
244
+ <w>מְנַחֵ֖ם</w>
245
+ <w>מִכָּל־</w>
246
+ <w>אֹהֲבֶ֑יהָ</w>
247
+ <w>כָּל־</w>
248
+ <w>רֵעֶ֙יהָ֙</w>
249
+ <w>בָּ֣גְדוּ</w>
250
+ <w>בָ֔הּ</w>
251
+ <w>הָ֥יוּ</w>
252
+ <w>לָ֖הּ</w>
253
+ <w>לְאֹיְבִֽים׃</w>
254
+ <samekh/>
255
+ </v>
256
+ <v n="3">
257
+ <w>גָּֽלְתָ֨ה</w>
258
+ <w>יְהוּדָ֤ה</w>
259
+ <w>מֵעֹ֙נִי֙</w>
260
+ <w>וּמֵרֹ֣ב</w>
261
+ <w>עֲבֹדָ֔ה</w>
262
+ <w>הִ֚יא</w>
263
+ <w>יָשְׁבָ֣ה</w>
264
+ <w>בַגּוֹיִ֔ם</w>
265
+ <w>לֹ֥א</w>
266
+ <w>מָצְאָ֖ה</w>
267
+ <w>מָנ֑וֹחַ</w>
268
+ <w>כָּל־</w>
269
+ <w>רֹדְפֶ֥יהָ</w>
270
+ <w>הִשִּׂיג֖וּהָ</w>
271
+ <w>בֵּ֥ין</w>
272
+ <w>הַמְּצָרִֽים׃</w>
273
+ <samekh/>
274
+ </v>
275
+ <v n="4">
276
+ <w>דַּרְכֵ֨י</w>
277
+ <w>צִיּ֜וֹן</w>
278
+ <w>אֲבֵל֗וֹת</w>
279
+ <w>מִבְּלִי֙</w>
280
+ <w>בָּאֵ֣י</w>
281
+ <w>מוֹעֵ֔ד</w>
282
+ <w>כָּל־</w>
283
+ <w>שְׁעָרֶ֙יהָ֙</w>
284
+ <w>שֽׁוֹמֵמִ֔ין</w>
285
+ <w>כֹּהֲנֶ֖יהָ</w>
286
+ <w>נֶאֱנָחִ֑ים</w>
287
+ <w>בְּתוּלֹתֶ֥יהָ</w>
288
+ <w>נּ<x>t</x>וּג֖וֹת</w>
289
+ <w>וְהִ֥יא</w>
290
+ <w>מַר־</w>
291
+ <w>לָֽהּ׃</w>
292
+ <samekh/>
293
+ </v>
294
+ <v n="5">
295
+ <w>הָי֨וּ</w>
296
+ <w>צָרֶ֤יהָ</w>
297
+ <w>לְרֹאשׁ֙</w>
298
+ <w>אֹיְבֶ֣יהָ</w>
299
+ <w>שָׁל֔וּ</w>
300
+ <w>כִּֽי־</w>
301
+ <w>יְהוָ֥ה</w>
302
+ <w>הוֹגָ֖הּ</w>
303
+ <w>עַ֣ל</w>
304
+ <w>רֹב־</w>
305
+ <w>פְּשָׁעֶ֑יהָ</w>
306
+ <w>עוֹלָלֶ֛יהָ</w>
307
+ <w>הָלְכ֥וּ</w>
308
+ <w>שְׁבִ֖י</w>
309
+ <w>לִפְנֵי־</w>
310
+ <w>צָֽר׃</w>
311
+ <samekh/>
312
+ </v>
313
+ <v n="6">
314
+ <w>וַיֵּצֵ֥א</w>
315
+ <k>מן</k>
316
+ <k>בת־</k>
317
+ <q>מִבַּת־</q>
318
+ <w>צִיּ֖וֹן</w>
319
+ <w>כָּל־</w>
320
+ <w>הֲדָרָ֑הּ</w>
321
+ <w>הָי֣וּ</w>
322
+ <w>שָׂרֶ֗יהָ</w>
323
+ <w>כְּאַיָּלִים֙</w>
324
+ <w>לֹא־</w>
325
+ <w>מָצְא֣וּ</w>
326
+ <w>מִרְעֶ֔ה</w>
327
+ <w>וַיֵּלְכ֥וּ</w>
328
+ <w>בְלֹא־</w>
329
+ <w>כֹ֖חַ</w>
330
+ <w>לִפְנֵ֥י</w>
331
+ <w>רוֹדֵֽף׃</w>
332
+ <samekh/>
333
+ </v>
334
+ <v n="7">
335
+ <w>זָֽכְרָ֣ה</w>
336
+ <w>יְרוּשָׁלִַ֗ם</w>
337
+ <w>יְמֵ֤י</w>
338
+ <w>עָנְיָהּ֙</w>
339
+ <w>וּמְרוּדֶ֔יהָ</w>
340
+ <w>כֹּ֚ל</w>
341
+ <w>מַחֲמֻדֶ֔יהָ</w>
342
+ <w>אֲשֶׁ֥ר</w>
343
+ <w>הָי֖וּ</w>
344
+ <w>מִ֣ימֵי</w>
345
+ <w>קֶ֑דֶם</w>
346
+ <w>בִּנְפֹ֧ל</w>
347
+ <w>עַמָּ֣הּ</w>
348
+ <w>בְּיַד־</w>
349
+ <w>צָ֗ר</w>
350
+ <w>וְאֵ֤ין</w>
351
+ <w>עוֹזֵר֙</w>
352
+ <w>לָ֔הּ</w>
353
+ <w>רָא֣וּהָ</w>
354
+ <w>צָרִ֔ים</w>
355
+ <w>שָׂחֲק֖וּ</w>
356
+ <w>עַ֥ל</w>
357
+ <w>מִשְׁבַּתֶּֽהָ׃</w>
358
+ <samekh/>
359
+ </v>
360
+ <v n="8">
361
+ <w>חֵ֤טְא</w>
362
+ <w>חָֽטְאָה֙</w>
363
+ <w>יְר֣וּשָׁלִַ֔ם</w>
364
+ <w>עַל־</w>
365
+ <w>כֵּ֖ן</w>
366
+ <w>לְנִידָ֣ה</w>
367
+ <w>הָיָ֑תָה</w>
368
+ <w>כָּֽל־</w>
369
+ <w>מְכַבְּדֶ֤יהָ</w>
370
+ <w>הִזִּיל֙וּהָ֙</w>
371
+ <w>כִּי־</w>
372
+ <w>רָא֣וּ</w>
373
+ <w>עֶרְוָתָ֔הּ</w>
374
+ <w>גַּם־</w>
375
+ <w>הִ֥יא</w>
376
+ <w>נֶאֶנְחָ֖ה</w>
377
+ <w>וַתָּ֥שָׁב</w>
378
+ <w>אָחֽוֹר׃</w>
379
+ <samekh/>
380
+ </v>
381
+ <v n="9">
382
+ <w>טֻמְאָתָ֣הּ</w>
383
+ <w>בְּשׁוּלֶ֗יהָ</w>
384
+ <w>לֹ֤א</w>
385
+ <w>זָֽכְרָה֙</w>
386
+ <w>אַחֲרִיתָ֔הּ</w>
387
+ <w>וַתֵּ֣רֶד</w>
388
+ <w>פְּלָאִ֔ים</w>
389
+ <w>אֵ֥ין</w>
390
+ <w>מְנַחֵ֖ם</w>
391
+ <w>לָ֑הּ</w>
392
+ <w>רְאֵ֤ה</w>
393
+ <w>יְהוָה֙</w>
394
+ <w>אֶת־</w>
395
+ <w>עָנְיִ֔י</w>
396
+ <w>כִּ֥י</w>
397
+ <w>הִגְדִּ֖יל</w>
398
+ <w>אוֹיֵֽב׃</w>
399
+ <samekh/>
400
+ </v>
401
+ <v n="10">
402
+ <w>יָדוֹ֙</w>
403
+ <w>פָּ֣רַשׂ</w>
404
+ <w>צָ֔ר</w>
405
+ <w>עַ֖ל</w>
406
+ <w>כָּל־</w>
407
+ <w>מַחֲמַדֶּ֑יהָ</w>
408
+ <w>כִּֽי־</w>
409
+ <w>רָאֲתָ֤ה</w>
410
+ <w>גוֹיִם֙</w>
411
+ <w>בָּ֣אוּ</w>
412
+ <w>מִקְדָּשָׁ֔הּ</w>
413
+ <w>אֲשֶׁ֣ר</w>
414
+ <w>צִוִּ֔יתָה</w>
415
+ <w>לֹא־</w>
416
+ <w>יָבֹ֥אוּ</w>
417
+ <w>בַקָּהָ֖ל</w>
418
+ <w>לָֽךְ׃</w>
419
+ <samekh/>
420
+ </v>
421
+ <v n="11">
422
+ <w>כָּל־</w>
423
+ <w>עַמָּ֤הּ</w>
424
+ <w>נֶאֱנָחִים֙</w>
425
+ <w>מְבַקְשִׁ֣ים</w>
426
+ <w>לֶ֔חֶם</w>
427
+ <w>נָתְנ֧וּ</w>
428
+ <k>מחמו<x>y</x>דיהם</k>
429
+ <q>מַחֲמַדֵּיהֶ֛ם</q>
430
+ <w>בְּאֹ֖כֶל</w>
431
+ <w>לְהָשִׁ֣יב</w>
432
+ <w>נָ֑פֶשׁ</w>
433
+ <w>רְאֵ֤ה</w>
434
+ <w>יְהוָה֙</w>
435
+ <w>וְֽהַבִּ֔יטָה</w>
436
+ <w>כִּ֥י</w>
437
+ <w>הָיִ֖יתִי</w>
438
+ <w>ז��ֹלֵלָֽה׃</w>
439
+ <samekh/>
440
+ </v>
441
+ <v n="12">
442
+ <w>ל֣וֹא</w>
443
+ <w>אֲלֵיכֶם֮</w>
444
+ <w>כָּל־</w>
445
+ <w>עֹ֣בְרֵי</w>
446
+ <w>דֶרֶךְ֒</w>
447
+ <w>הַבִּ֣יטוּ</w>
448
+ <w>וּרְא֔וּ</w>
449
+ <w>אִם־</w>
450
+ <w>יֵ֤שׁ</w>
451
+ <w>מַכְאוֹב֙</w>
452
+ <w>כְּמַכְאֹבִ֔י</w>
453
+ <w>אֲשֶׁ֥ר</w>
454
+ <w>עוֹלַ֖ל</w>
455
+ <w>לִ֑י</w>
456
+ <w>אֲשֶׁר֙</w>
457
+ <w>הוֹגָ֣ה</w>
458
+ <w>יְהוָ֔ה</w>
459
+ <w>בְּי֖וֹם</w>
460
+ <w>חֲר֥וֹן</w>
461
+ <w>אַפּֽוֹ׃</w>
462
+ <samekh/>
463
+ </v>
464
+ <v n="13">
465
+ <w>מִמָּר֛וֹם</w>
466
+ <w>שָֽׁלַח־</w>
467
+ <w>אֵ֥שׁ</w>
468
+ <w>בְּעַצְמֹתַ֖י</w>
469
+ <w>וַיִּרְדֶּ֑נָּה</w>
470
+ <w>פָּרַ֨שׂ</w>
471
+ <w>רֶ֤שֶׁת</w>
472
+ <w>לְרַגְלַי֙</w>
473
+ <w>הֱשִׁיבַ֣נִי</w>
474
+ <w>אָח֔וֹר</w>
475
+ <w>נְתָנַ֙נִי֙</w>
476
+ <w>שֹֽׁמֵמָ֔ה</w>
477
+ <w>כָּל־</w>
478
+ <w>הַיּ֖וֹם</w>
479
+ <w>דָּוָֽה׃</w>
480
+ <samekh/>
481
+ </v>
482
+ <v n="14">
483
+ <w>נִשְׂקַד֩</w>
484
+ <w>עֹ֨ל</w>
485
+ <w>פְּשָׁעַ֜י</w>
486
+ <w>בְּיָד֗וֹ</w>
487
+ <w>יִשְׂתָּֽרְג֛וּ</w>
488
+ <w>עָל֥וּ</w>
489
+ <w>עַל־</w>
490
+ <w>צַוָּארִ֖י</w>
491
+ <w>הִכְשִׁ֣יל</w>
492
+ <w>כֹּחִ֑י</w>
493
+ <w>נְתָנַ֣נִי</w>
494
+ <w>אֲדֹנָ֔י</w>
495
+ <w>בִּידֵ֖י</w>
496
+ <w>לֹא־</w>
497
+ <w>אוּכַ֥ל</w>
498
+ <w>קֽוּם׃</w>
499
+ <samekh/>
500
+ </v>
501
+ <v n="15">
502
+ <w>סִלָּ֨ה</w>
503
+ <w>כָל־</w>
504
+ <w>אַבִּירַ֤י ׀</w>
505
+ <w>אֲדֹנָי֙</w>
506
+ <w>בְּקִרְבִּ֔י</w>
507
+ <w>קָרָ֥א</w>
508
+ <w>עָלַ֛י</w>
509
+ <w>מוֹעֵ֖ד</w>
510
+ <w>לִשְׁבֹּ֣ר</w>
511
+ <w>בַּחוּרָ֑י</w>
512
+ <w>גַּ֚ת</w>
513
+ <w>דָּרַ֣ךְ</w>
514
+ <w>אֲדֹנָ֔י</w>
515
+ <w>לִבְתוּלַ֖ת</w>
516
+ <w>בַּת־</w>
517
+ <w>יְהוּדָֽה׃</w>
518
+ <samekh/>
519
+ </v>
520
+ <v n="16">
521
+ <w>עַל־</w>
522
+ <w>אֵ֣לֶּה ׀</w>
523
+ <w>אֲנִ֣י</w>
524
+ <w>בוֹכִיָּ֗ה</w>
525
+ <w>עֵינִ֤י ׀</w>
526
+ <w>עֵינִי֙</w>
527
+ <w>יֹ֣רְדָה</w>
528
+ <w>מַּ֔יִם</w>
529
+ <w>כִּֽי־</w>
530
+ <w>רָחַ֥ק</w>
531
+ <w>מִמֶּ֛נִּי</w>
532
+ <w>מְנַחֵ֖ם</w>
533
+ <w>מֵשִׁ֣יב</w>
534
+ <w>נַפְשִׁ֑י</w>
535
+ <w>הָי֤וּ</w>
536
+ <w>בָנַי֙</w>
537
+ <w>שֽׁוֹמֵמִ֔ים</w>
538
+ <w>כִּ֥י</w>
539
+ <w>גָבַ֖ר</w>
540
+ <w>אוֹיֵֽב׃</w>
541
+ <samekh/>
542
+ </v>
543
+ <v n="17">
544
+ <w>פֵּֽרְשָׂ֨ה</w>
545
+ <w>צִיּ֜וֹן</w>
546
+ <w>בְּיָדֶ֗יהָ</w>
547
+ <w>אֵ֤ין</w>
548
+ <w>מְנַחֵם֙</w>
549
+ <w>לָ֔הּ</w>
550
+ <w>צִוָּ֧ה</w>
551
+ <w>יְהוָ֛ה</w>
552
+ <w>לְיַעֲקֹ֖ב</w>
553
+ <w>סְבִיבָ֣יו</w>
554
+ <w>צָרָ֑יו</w>
555
+ <w>הָיְתָ֧ה</w>
556
+ <w>יְרוּשָׁלַ֛͏ִם</w>
557
+ <w>לְנִדָּ֖ה</w>
558
+ <w>בֵּינֵיהֶֽם׃</w>
559
+ <samekh/>
560
+ </v>
561
+ <v n="18">
562
+ <w>צַדִּ֥יק</w>
563
+ <w>ה֛וּא</w>
564
+ <w>יְהוָ֖ה</w>
565
+ <w>כִּ֣י</w>
566
+ <w>פִ֣יהוּ</w>
567
+ <w>מָרִ֑יתִי</w>
568
+ <w>שִׁמְעוּ־</w>
569
+ <w>נָ֣א</w>
570
+ <w>כָל־</w>
571
+ <k>עמים</k>
572
+ <q>הָֽעַמִּ֗ים</q>
573
+ <w>וּרְאוּ֙</w>
574
+ <w>מַכְאֹבִ֔י</w>
575
+ <w>בְּתוּלֹתַ֥י</w>
576
+ <w>וּבַחוּרַ֖י</w>
577
+ <w>הָלְכ֥וּ</w>
578
+ <w>בַשֶּֽׁבִי׃</w>
579
+ <samekh/>
580
+ </v>
581
+ <v n="19">
582
+ <w>קָרָ֤אתִי</w>
583
+ <w>לַֽמְאַהֲבַי֙</w>
584
+ <w>הֵ֣מָּה</w>
585
+ <w>רִמּ֔וּנִי</w>
586
+ <w>כֹּהֲנַ֥י</w>
587
+ <w>וּזְקֵנַ֖י</w>
588
+ <w>בָּעִ֣יר</w>
589
+ <w>גָּוָ֑עוּ</w>
590
+ <w>כִּֽי־</w>
591
+ <w>בִקְשׁ֥וּ</w>
592
+ <w>אֹ֙כֶל֙</w>
593
+ <w>לָ֔מוֹ</w>
594
+ <w>וְיָשִׁ֖יבוּ</w>
595
+ <w>אֶת־</w>
596
+ <w>נַפְשָֽׁם׃</w>
597
+ <samekh/>
598
+ </v>
599
+ <v n="20">
600
+ <w>רְאֵ֨ה</w>
601
+ <w>יְהוָ֤ה</w>
602
+ <w>כִּֽי־</w>
603
+ <w>צַר־</w>
604
+ <w>לִי֙</w>
605
+ <w>מֵעַ֣י</w>
606
+ <w>חֳמַרְמָ֔רוּ</w>
607
+ <w>נֶהְפַּ֤ךְ</w>
608
+ <w>לִבִּי֙</w>
609
+ <w>בְּקִרְבִּ֔י</w>
610
+ <w>כִּ֥י</w>
611
+ <w>מָר֖וֹ</w>
612
+ <w>מָרִ֑יתִי</w>
613
+ <w>מִח֥וּץ</w>
614
+ <w>שִׁכְּלָה־</w>
615
+ <w>חֶ֖רֶב</w>
616
+ <w>בַּבַּ֥יִת</w>
617
+ <w>כַּמָּֽוֶת׃</w>
618
+ <samekh/>
619
+ </v>
620
+ <v n="21">
621
+ <w>שָׁמְע֞וּ</w>
622
+ <w>כִּ֧י</w>
623
+ <w>נֶאֱנָחָ֣ה</w>
624
+ <w>אָ֗נִי</w>
625
+ <w>אֵ֤ין</w>
626
+ <w>מְנַחֵם֙</w>
627
+ <w>לִ֔י</w>
628
+ <w>כָּל־</w>
629
+ <w>אֹ֨יְבַ֜י</w>
630
+ <w>שָׁמְע֤וּ</w>
631
+ <w>רָֽעָתִי֙</w>
632
+ <w>שָׂ֔שׂוּ</w>
633
+ <w>כִּ֥י</w>
634
+ <w>אַתָּ֖ה</w>
635
+ <w>עָשִׂ֑יתָ</w>
636
+ <w>הֵבֵ֥אתָ</w>
637
+ <w>יוֹם־</w>
638
+ <w>קָרָ֖אתָ</w>
639
+ <w>וְיִֽהְי֥וּ</w>
640
+ <w>כָמֽוֹנִי׃</w>
641
+ <samekh/>
642
+ </v>
643
+ <v n="22">
644
+ <w>תָּבֹ֨א</w>
645
+ <w>כָל־</w>
646
+ <w>רָעָתָ֤ם</w>
647
+ <w>לְפָנֶ֙יךָ֙</w>
648
+ <w>וְעוֹלֵ֣ל</w>
649
+ <w>לָ֔מוֹ</w>
650
+ <w>כַּאֲשֶׁ֥ר</w>
651
+ <w>עוֹלַ֛לְתָּ</w>
652
+ <w>לִ֖י</w>
653
+ <w>עַ֣ל</w>
654
+ <w>כָּל־</w>
655
+ <w>פְּשָׁעָ֑י</w>
656
+ <w>כִּֽי־</w>
657
+ <w>רַבּ֥וֹת</w>
658
+ <w>אַנְחֹתַ֖י</w>
659
+ <w>וְלִבִּ֥י</w>
660
+ <w>דַוָּֽי׃</w>
661
+ <pe/>
662
+ </v>
663
+ <vs>22</vs>
664
+ </c>
665
+ <c n="2">
666
+ <v n="1">
667
+ <w>אֵיכָה֩</w>
668
+ <w>יָעִ֨יב</w>
669
+ <w>בְּאַפּ֤וֹ ׀</w>
670
+ <w>אֲדֹנָי֙</w>
671
+ <w>אֶת־</w>
672
+ <w>בַּת־</w>
673
+ <w>צִיּ֔וֹן</w>
674
+ <w>הִשְׁלִ֤יךְ</w>
675
+ <w>מִשָּׁמַ֙יִם֙</w>
676
+ <w>אֶ֔רֶץ</w>
677
+ <w>תִּפְאֶ֖רֶת</w>
678
+ <w>יִשְׂרָאֵ֑ל</w>
679
+ <w>וְלֹא־</w>
680
+ <w>זָכַ֥ר</w>
681
+ <w>הֲדֹם־</w>
682
+ <w>רַגְלָ֖יו</w>
683
+ <w>בְּי֥וֹם</w>
684
+ <w>אַפּֽוֹ׃</w>
685
+ <samekh/>
686
+ </v>
687
+ <v n="2">
688
+ <w>בִּלַּ֨ע</w>
689
+ <w>אֲדֹנָ֜י</w>
690
+ <k>לא</k>
691
+ <q>וְלֹ֣א</q>
692
+ <w>חָמַ֗ל</w>
693
+ <w>אֵ֚ת</w>
694
+ <w>כָּל־</w>
695
+ <w>נְא֣וֹת</w>
696
+ <w>יַעֲקֹ֔ב</w>
697
+ <w>הָרַ֧ס</w>
698
+ <w>בְּעֶבְרָת֛וֹ</w>
699
+ <w>מִבְצְרֵ֥י</w>
700
+ <w>בַת־</w>
701
+ <w>יְהוּדָ֖ה</w>
702
+ <w>הִגִּ֣יעַ</w>
703
+ <w>לָאָ֑רֶץ</w>
704
+ <w>חִלֵּ֥ל</w>
705
+ <w>מַמְלָכָ֖ה</w>
706
+ <w>וְשָׂרֶֽיהָ׃</w>
707
+ <samekh/>
708
+ </v>
709
+ <v n="3">
710
+ <w>גָּדַ֣ע</w>
711
+ <w>בָּֽחֳרִי</w>
712
+ <w>אַ֗ף</w>
713
+ <w>כֹּ֚ל</w>
714
+ <w>קֶ֣רֶן</w>
715
+ <w>יִשְׂרָאֵ֔ל</w>
716
+ <w>הֵשִׁ֥יב</w>
717
+ <w>אָח֛וֹר</w>
718
+ <w>יְמִינ֖וֹ</w>
719
+ <w>מִפְּנֵ֣י</w>
720
+ <w>אוֹיֵ֑ב</w>
721
+ <w>וַיִּבְעַ֤ר</w>
722
+ <w>בְּיַעֲקֹב֙</w>
723
+ <w>כְּאֵ֣שׁ</w>
724
+ <w>לֶֽהָבָ֔ה</w>
725
+ <w>אָכְלָ֖ה</w>
726
+ <w>סָבִֽיב׃</w>
727
+ <samekh/>
728
+ </v>
729
+ <v n="4">
730
+ <w>דָּרַ֨ךְ</w>
731
+ <w>קַשְׁתּ֜וֹ</w>
732
+ <w>כְּאוֹיֵ֗ב</w>
733
+ <w>נִצָּ֤ב</w>
734
+ <w>יְמִינוֹ֙</w>
735
+ <w>כְּצָ֔ר</w>
736
+ <w>וַֽיַּהֲרֹ֔ג</w>
737
+ <w>כֹּ֖ל</w>
738
+ <w>מַחֲמַדֵּי־</w>
739
+ <w>עָ֑יִן</w>
740
+ <w>בְּאֹ֙הֶל֙</w>
741
+ <w>בַּת־</w>
742
+ <w>צִיּ֔וֹן</w>
743
+ <w>שָׁפַ֥ךְ</w>
744
+ <w>כָּאֵ֖שׁ</w>
745
+ <w>חֲמָתֽוֹ׃</w>
746
+ <samekh/>
747
+ </v>
748
+ <v n="5">
749
+ <w>הָיָ֨ה</w>
750
+ <w>אֲדֹנָ֤י ׀</w>
751
+ <w>כְּאוֹיֵב֙</w>
752
+ <w>בִּלַּ֣ע</w>
753
+ <w>יִשְׂרָאֵ֔ל</w>
754
+ <w>בִּלַּע֙</w>
755
+ <w>כָּל־</w>
756
+ <w>אַרְמְנוֹתֶ֔יהָ</w>
757
+ <w>שִׁחֵ֖ת</w>
758
+ <w>מִבְצָרָ֑יו</w>
759
+ <w>וַיֶּ֙רֶב֙</w>
760
+ <w>בְּבַת־</w>
761
+ <w>יְהוּדָ֔ה</w>
762
+ <w>תַּאֲנִיָּ֖ה</w>
763
+ <w>וַאֲנִיָּֽה׃</w>
764
+ <samekh/>
765
+ </v>
766
+ <v n="6">
767
+ <w>וַיַּחְמֹ֤ס</w>
768
+ <w>כַּגַּן֙</w>
769
+ <w>שֻׂכּ֔וֹ</w>
770
+ <w>שִׁחֵ֖ת</w>
771
+ <w>מוֹעֲד֑וֹ</w>
772
+ <w>שִׁכַּ֨ח</w>
773
+ <w>יְהוָ֤ה ׀</w>
774
+ <w>בְּצִיּוֹן֙</w>
775
+ <w>מוֹעֵ��ד</w>
776
+ <w>וְשַׁבָּ֔ת</w>
777
+ <w>וַיִּנְאַ֥ץ</w>
778
+ <w>בְּזַֽעַם־</w>
779
+ <w>אַפּ֖וֹ</w>
780
+ <w>מֶ֥לֶךְ</w>
781
+ <w>וְכֹהֵֽן׃</w>
782
+ <samekh/>
783
+ </v>
784
+ <v n="7">
785
+ <w>זָנַ֨ח</w>
786
+ <w>אֲדֹנָ֤י ׀</w>
787
+ <w>מִזְבְּחוֹ֙</w>
788
+ <w>נִאֵ֣ר</w>
789
+ <w>מִקְדָּשׁ֔וֹ</w>
790
+ <w>הִסְגִּיר֙</w>
791
+ <w>בְּיַד־</w>
792
+ <w>אוֹיֵ֔ב</w>
793
+ <w>חוֹמֹ֖ת</w>
794
+ <w>אַרְמְנוֹתֶ֑יהָ</w>
795
+ <w>ק֛וֹל</w>
796
+ <w>נָתְנ֥וּ</w>
797
+ <w>בְּבֵית־</w>
798
+ <w>יְהוָ֖ה</w>
799
+ <w>כְּי֥וֹם</w>
800
+ <w>מוֹעֵֽד׃</w>
801
+ <samekh/>
802
+ </v>
803
+ <v n="8">
804
+ <w>חָשַׁ֨ב</w>
805
+ <w>יְהוָ֤ה ׀</w>
806
+ <w>לְהַשְׁחִית֙</w>
807
+ <w>חוֹמַ֣ת</w>
808
+ <w>בַּת־</w>
809
+ <w>צִיּ֔וֹן</w>
810
+ <w>נָ֣טָה</w>
811
+ <w>קָ֔ו</w>
812
+ <w>לֹא־</w>
813
+ <w>הֵשִׁ֥יב</w>
814
+ <w>יָד֖וֹ</w>
815
+ <w>מִבַּלֵּ֑עַ</w>
816
+ <w>וַיּֽ͏ַאֲבֶל־</w>
817
+ <w>חֵ֥ל</w>
818
+ <w>וְחוֹמָ֖ה</w>
819
+ <w>יַחְדָּ֥ו</w>
820
+ <w>אֻמְלָֽלוּ׃</w>
821
+ <samekh/>
822
+ </v>
823
+ <v n="9">
824
+ <w>טָבְע֤וּ</w>
825
+ <w>בָאָ֙רֶץ֙</w>
826
+ <w>שְׁעָרֶ֔יהָ</w>
827
+ <w>אִבַּ֥ד</w>
828
+ <w>וְשִׁבַּ֖ר</w>
829
+ <w>בְּרִיחֶ֑יהָ</w>
830
+ <w>מַלְכָּ֨הּ</w>
831
+ <w>וְשָׂרֶ֤יהָ</w>
832
+ <w>בַגּוֹיִם֙</w>
833
+ <w>אֵ֣ין</w>
834
+ <w>תּוֹרָ֔ה</w>
835
+ <w>גַּם־</w>
836
+ <w>נְבִיאֶ֕יהָ</w>
837
+ <w>לֹא־</w>
838
+ <w>מָצְא֥וּ</w>
839
+ <w>חָז֖וֹן</w>
840
+ <w>מֵיְהוָֽה׃</w>
841
+ <samekh/>
842
+ </v>
843
+ <v n="10">
844
+ <w>יֵשְׁב֨וּ</w>
845
+ <w>לָאָ֤רֶץ</w>
846
+ <w>יִדְּמוּ֙</w>
847
+ <w>זִקְנֵ֣י</w>
848
+ <w>בַת־</w>
849
+ <w>צִיּ֔וֹן</w>
850
+ <w>הֶֽעֱל֤וּ</w>
851
+ <w>עָפָר֙</w>
852
+ <w>עַל־</w>
853
+ <w>רֹאשָׁ֔ם</w>
854
+ <w>חָגְר֖וּ</w>
855
+ <w>שַׂקִּ֑ים</w>
856
+ <w>הוֹרִ֤ידוּ</w>
857
+ <w>לָאָ֙רֶץ֙</w>
858
+ <w>רֹאשָׁ֔ן</w>
859
+ <w>בְּתוּלֹ֖ת</w>
860
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
861
+ <samekh/>
862
+ </v>
863
+ <v n="11">
864
+ <w>כָּל֨וּ</w>
865
+ <w>בַדְּמָע֤וֹת</w>
866
+ <w>עֵינַי֙</w>
867
+ <w>חֳמַרְמְר֣וּ</w>
868
+ <w>מֵעַ֔י</w>
869
+ <w>נִשְׁפַּ֤ךְ</w>
870
+ <w>לָאָ֙רֶץ֙</w>
871
+ <w>כְּבֵדִ֔י</w>
872
+ <w>עַל־</w>
873
+ <w>שֶׁ֖בֶר</w>
874
+ <w>בַּת־</w>
875
+ <w>עַמִּ֑י</w>
876
+ <w>בֵּֽעָטֵ֤ף</w>
877
+ <w>עוֹלֵל֙</w>
878
+ <w>וְיוֹנֵ֔ק</w>
879
+ <w>בִּרְחֹב֖וֹת</w>
880
+ <w>קִרְיָֽה׃</w>
881
+ <samekh/>
882
+ </v>
883
+ <v n="12">
884
+ <w>לְאִמֹּתָם֙</w>
885
+ <w>יֹֽאמְר֔וּ</w>
886
+ <w>אַיֵּ֖ה</w>
887
+ <w>דָּגָ֣ן</w>
888
+ <w>וָיָ֑יִן</w>
889
+ <w>בְּהִֽתְעַטְּפָ֤ם</w>
890
+ <w>כֶּֽחָלָל֙</w>
891
+ <w>בִּרְחֹב֣וֹת</w>
892
+ <w>עִ֔יר</w>
893
+ <w>בְּהִשְׁתַּפֵּ֣ךְ</w>
894
+ <w>נַפְשָׁ֔ם</w>
895
+ <w>אֶל־</w>
896
+ <w>חֵ֖יק</w>
897
+ <w>אִמֹּתָֽם׃</w>
898
+ <samekh/>
899
+ </v>
900
+ <v n="13">
901
+ <w>מָֽה־</w>
902
+ <w>אֲעִידֵ֞ךְ</w>
903
+ <w>מָ֣ה</w>
904
+ <w>אֲדַמֶּה־</w>
905
+ <w>לָּ֗ךְ</w>
906
+ <w>הַבַּת֙</w>
907
+ <w>יְר֣וּשָׁלִַ֔ם</w>
908
+ <w>מָ֤ה</w>
909
+ <w>אַשְׁוֶה־</w>
910
+ <w>לָּךְ֙</w>
911
+ <w>וַאֲנַֽחֲמֵ֔ךְ</w>
912
+ <w>בְּתוּלַ֖ת</w>
913
+ <w>בַּת־</w>
914
+ <w>צִיּ֑וֹן</w>
915
+ <w>כִּֽי־</w>
916
+ <w>גָד֥וֹל</w>
917
+ <w>כַּיָּ֛ם</w>
918
+ <w>שִׁבְרֵ֖ךְ</w>
919
+ <w>מִ֥י</w>
920
+ <w>יִרְפָּא־</w>
921
+ <w>לָֽךְ׃</w>
922
+ <samekh/>
923
+ </v>
924
+ <v n="14">
925
+ <w>נְבִיאַ֗יִךְ</w>
926
+ <w>חָ֤זוּ</w>
927
+ <w>לָךְ֙</w>
928
+ <w>שָׁ֣וְא</w>
929
+ <w>וְתָפֵ֔ל</w>
930
+ <w>וְלֹֽא־</w>
931
+ <w>גִלּ֥וּ</w>
932
+ <w>עַל־</w>
933
+ <w>עֲוֺנֵ֖ךְ</w>
934
+ <w>לְהָשִׁ֣יב</w>
935
+ <k>שביתך</k>
936
+ <q>שְׁבוּתֵ֑ךְ</q>
937
+ <w>וַיֶּ֣חֱזוּ</w>
938
+ <w>לָ֔ךְ</w>
939
+ <w>מַשְׂא֥וֹת</w>
940
+ <w>שָׁ��וְא</w>
941
+ <w>וּמַדּוּחִֽים׃</w>
942
+ <samekh/>
943
+ </v>
944
+ <v n="15">
945
+ <w>סָֽפְק֨וּ</w>
946
+ <w>עָלַ֤יִךְ</w>
947
+ <w>כַּפַּ֙יִם֙</w>
948
+ <w>כָּל־</w>
949
+ <w>עֹ֣בְרֵי</w>
950
+ <w>דֶ֔רֶךְ</w>
951
+ <w>שָֽׁרְקוּ֙</w>
952
+ <w>וַיָּנִ֣עוּ</w>
953
+ <w>רֹאשָׁ֔ם</w>
954
+ <w>עַל־</w>
955
+ <w>בַּ֖ת</w>
956
+ <w>יְרוּשָׁלָ֑͏ִם</w>
957
+ <w>הֲזֹ֣את</w>
958
+ <w>הָעִ֗יר</w>
959
+ <w>שֶׁיֹּֽאמְרוּ֙</w>
960
+ <w>כְּלִ֣ילַת</w>
961
+ <w>יֹ֔פִי</w>
962
+ <w>מָשׂ֖וֹשׂ</w>
963
+ <w>לְכָל־</w>
964
+ <w>הָאָֽרֶץ׃</w>
965
+ <samekh/>
966
+ </v>
967
+ <v n="16">
968
+ <w>פָּצ֨וּ</w>
969
+ <w>עָלַ֤יִךְ</w>
970
+ <w>פִּיהֶם֙</w>
971
+ <w>כָּל־</w>
972
+ <w>א֣וֹיְבַ֔יִךְ</w>
973
+ <w>שָֽׁרְקוּ֙</w>
974
+ <w>וַיַּֽחַרְקוּ־</w>
975
+ <w>שֵׁ֔ן</w>
976
+ <w>אָמְר֖וּ</w>
977
+ <w>בִּלָּ֑עְנוּ</w>
978
+ <w>אַ֣ךְ</w>
979
+ <w>זֶ֥ה</w>
980
+ <w>הַיּ֛וֹם</w>
981
+ <w>שֶׁקִּוִּינֻ֖הוּ</w>
982
+ <w>מָצָ֥אנוּ</w>
983
+ <w>רָאִֽינוּ׃</w>
984
+ <samekh/>
985
+ </v>
986
+ <v n="17">
987
+ <w>עָשָׂ֨ה</w>
988
+ <w>יְהוָ֜ה</w>
989
+ <w>אֲשֶׁ֣ר</w>
990
+ <w>זָמָ֗ם</w>
991
+ <w>בִּצַּ֤ע</w>
992
+ <w>אֶמְרָתוֹ֙</w>
993
+ <w>אֲשֶׁ֣ר</w>
994
+ <w>צִוָּ֣ה</w>
995
+ <w>מִֽימֵי־</w>
996
+ <w>קֶ֔דֶם</w>
997
+ <w>הָרַ֖ס</w>
998
+ <w>וְלֹ֣א</w>
999
+ <w>חָמָ֑ל</w>
1000
+ <w>וַיְשַׂמַּ֤ח</w>
1001
+ <w>עָלַ֙יִךְ֙</w>
1002
+ <w>אוֹיֵ֔ב</w>
1003
+ <w>הֵרִ֖ים</w>
1004
+ <w>קֶ֥רֶן</w>
1005
+ <w>צָרָֽיִךְ׃</w>
1006
+ <samekh/>
1007
+ </v>
1008
+ <v n="18">
1009
+ <w>צָעַ֥ק</w>
1010
+ <w>לִבָּ֖ם</w>
1011
+ <w>אֶל־</w>
1012
+ <w>אֲדֹנָ֑י</w>
1013
+ <w>חוֹמַ֣ת</w>
1014
+ <w>בַּת־</w>
1015
+ <w>צִ֠יּוֹן</w>
1016
+ <w>הוֹרִ֨ידִי</w>
1017
+ <w>כַנַּ֤חַל</w>
1018
+ <w>דִּמְעָה֙</w>
1019
+ <w>יוֹמָ֣ם</w>
1020
+ <w>וָלַ֔יְלָה</w>
1021
+ <w>אַֽל־</w>
1022
+ <w>תִּתְּנִ֤י</w>
1023
+ <w>פוּגַת֙</w>
1024
+ <w>לָ֔ךְ</w>
1025
+ <w>אַל־</w>
1026
+ <w>תִּדֹּ֖ם</w>
1027
+ <w>בַּת־</w>
1028
+ <w>עֵינֵֽךְ׃</w>
1029
+ <samekh/>
1030
+ </v>
1031
+ <v n="19">
1032
+ <w>ק֣וּמִי ׀</w>
1033
+ <w>רֹ֣נִּי</w>
1034
+ <k>בליל</k>
1035
+ <q>בַלַּ֗יְלָה</q>
1036
+ <w>לְרֹאשׁ֙</w>
1037
+ <w>אַשְׁמֻר֔וֹת</w>
1038
+ <w>שִׁפְכִ֤י</w>
1039
+ <w>כַמַּ֙יִם֙</w>
1040
+ <w>לִבֵּ֔ךְ</w>
1041
+ <w>נֹ֖כַח</w>
1042
+ <w>פְּנֵ֣י</w>
1043
+ <w>אֲדֹנָ֑י</w>
1044
+ <w>שְׂאִ֧י</w>
1045
+ <w>אֵלָ֣יו</w>
1046
+ <w>כַּפַּ֗יִךְ</w>
1047
+ <w>עַל־</w>
1048
+ <w>נֶ֙פֶשׁ֙</w>
1049
+ <w>עֽוֹלָלַ֔יִךְ</w>
1050
+ <w>הָעֲטוּפִ֥ים</w>
1051
+ <w>בְּרָעָ֖ב</w>
1052
+ <w>בְּרֹ֥אשׁ</w>
1053
+ <w>כָּל־</w>
1054
+ <w>חוּצֽוֹת׃</w>
1055
+ <samekh/>
1056
+ </v>
1057
+ <v n="20">
1058
+ <w>רְאֵ֤ה</w>
1059
+ <w>יְהוָה֙</w>
1060
+ <w>וְֽהַבִּ֔יטָה</w>
1061
+ <w>לְמִ֖י</w>
1062
+ <w>עוֹלַ֣לְתָּ</w>
1063
+ <w>כֹּ֑ה</w>
1064
+ <w>אִם־</w>
1065
+ <w>תֹּאכַ֨לְנָה</w>
1066
+ <w>נָשִׁ֤ים</w>
1067
+ <w>פִּרְיָם֙</w>
1068
+ <w>עֹלֲלֵ֣י</w>
1069
+ <w>טִפֻּחִ֔ים</w>
1070
+ <w>אִם־</w>
1071
+ <w>יֵהָרֵ֛ג</w>
1072
+ <w>בְּמִקְדַּ֥שׁ</w>
1073
+ <w>אֲדֹנָ֖י</w>
1074
+ <w>כֹּהֵ֥ן</w>
1075
+ <w>וְנָבִֽיא׃</w>
1076
+ <samekh/>
1077
+ </v>
1078
+ <v n="21">
1079
+ <w>שָׁכְב֨וּ</w>
1080
+ <w>לָאָ֤רֶץ</w>
1081
+ <w>חוּצוֹת֙</w>
1082
+ <w>נַ֣עַר</w>
1083
+ <w>וְזָקֵ֔ן</w>
1084
+ <w>בְּתוּלֹתַ֥י</w>
1085
+ <w>וּבַחוּרַ֖י</w>
1086
+ <w>נָפְל֣וּ</w>
1087
+ <w>בֶחָ֑רֶב</w>
1088
+ <w>הָרַגְ֙תָּ֙</w>
1089
+ <w>בְּי֣וֹם</w>
1090
+ <w>אַפֶּ֔ךָ</w>
1091
+ <w>טָבַ֖חְתָּ</w>
1092
+ <w>לֹ֥א</w>
1093
+ <w>חָמָֽלְתָּ׃</w>
1094
+ <samekh/>
1095
+ </v>
1096
+ <v n="22">
1097
+ <w>תִּקְרָא֩</w>
1098
+ <w>כְי֨וֹם</w>
1099
+ <w>מוֹעֵ֤ד</w>
1100
+ <w>מְגוּרַי֙</w>
1101
+ <w>מִסָּבִ֔יב</w>
1102
+ <w>וְלֹ֥א</w>
1103
+ <w>הָיָ֛ה</w>
1104
+ <w>בְּי֥וֹם</w>
1105
+ <w>אַף־</w>
1106
+ <w>יְהוָ֖ה</w>
1107
+ <w>פָּלִ֣יט</w>
1108
+ <w>וְשָׂרִ֑יד</w>
1109
+ <w>אֲשֶׁר־</w>
1110
+ <w>טִפַּ֥חְתִּי</w>
1111
+ <w>וְרִבִּ֖יתִי</w>
1112
+ <w>אֹיְבִ֥י</w>
1113
+ <w>כִלָּֽם׃</w>
1114
+ <pe/>
1115
+ </v>
1116
+ <vs>22</vs>
1117
+ </c>
1118
+ <c n="3">
1119
+ <v n="1">
1120
+ <w>אֲנִ֤י</w>
1121
+ <w>הַגֶּ֙בֶר֙</w>
1122
+ <w>רָאָ֣ה</w>
1123
+ <w>עֳנִ֔י</w>
1124
+ <w>בְּשֵׁ֖בֶט</w>
1125
+ <w>עֶבְרָתֽוֹ׃</w>
1126
+ </v>
1127
+ <v n="2">
1128
+ <w>אוֹתִ֥י</w>
1129
+ <w>נָהַ֛ג</w>
1130
+ <w>וַיֹּלַ֖ךְ</w>
1131
+ <w>חֹ֥שֶׁךְ</w>
1132
+ <w>וְלֹא־</w>
1133
+ <w>אֽוֹר׃</w>
1134
+ </v>
1135
+ <v n="3">
1136
+ <w>אַ֣ךְ</w>
1137
+ <w>בִּ֥י</w>
1138
+ <w>יָשֻׁ֛ב</w>
1139
+ <w>יַהֲפֹ֥ךְ</w>
1140
+ <w>יָד֖וֹ</w>
1141
+ <w>כָּל־</w>
1142
+ <w>הַיּֽוֹם׃</w>
1143
+ <samekh/>
1144
+ </v>
1145
+ <v n="4">
1146
+ <w>בִּלָּ֤ה</w>
1147
+ <w>בְשָׂרִי֙</w>
1148
+ <w>וְעוֹרִ֔י</w>
1149
+ <w>שִׁבַּ֖ר</w>
1150
+ <w>עַצְמוֹתָֽי׃</w>
1151
+ </v>
1152
+ <v n="5">
1153
+ <w>בָּנָ֥ה</w>
1154
+ <w>עָלַ֛י</w>
1155
+ <w>וַיַּקַּ֖ף</w>
1156
+ <w>רֹ֥אשׁ</w>
1157
+ <w>וּתְלָאָֽה׃</w>
1158
+ </v>
1159
+ <v n="6">
1160
+ <w>בְּמַחֲשַׁכִּ֥ים</w>
1161
+ <w>הוֹשִׁיבַ֖נִי</w>
1162
+ <w>כְּמֵתֵ֥י</w>
1163
+ <w>עוֹלָֽם׃</w>
1164
+ <samekh/>
1165
+ </v>
1166
+ <v n="7">
1167
+ <w>גָּדַ֧ר</w>
1168
+ <w>בַּעֲדִ֛י</w>
1169
+ <w>וְלֹ֥א</w>
1170
+ <w>אֵצֵ֖א</w>
1171
+ <w>הִכְבִּ֥יד</w>
1172
+ <w>נְחָשְׁתִּֽי׃</w>
1173
+ </v>
1174
+ <v n="8">
1175
+ <w>גַּ֣ם</w>
1176
+ <w>כִּ֤י</w>
1177
+ <w>אֶזְעַק֙</w>
1178
+ <w>וַאֲשַׁוֵּ֔עַ</w>
1179
+ <w>שָׂתַ֖ם</w>
1180
+ <w>תְּפִלָּתִֽי׃</w>
1181
+ </v>
1182
+ <v n="9">
1183
+ <w>גָּדַ֤ר</w>
1184
+ <w>דְּרָכַי֙</w>
1185
+ <w>בְּגָזִ֔ית</w>
1186
+ <w>נְתִיבֹתַ֖י</w>
1187
+ <w>עִוָּֽה׃</w>
1188
+ <samekh/>
1189
+ </v>
1190
+ <v n="10">
1191
+ <w>דֹּ֣ב</w>
1192
+ <w>אֹרֵ֥ב</w>
1193
+ <w>הוּא֙</w>
1194
+ <w>לִ֔י</w>
1195
+ <k>אריה</k>
1196
+ <q>אֲרִ֖י</q>
1197
+ <w>בְּמִסְתָּרִֽים׃</w>
1198
+ </v>
1199
+ <v n="11">
1200
+ <w>דְּרָכַ֥י</w>
1201
+ <w>סוֹרֵ֛ר</w>
1202
+ <w>וַֽיְפַשְּׁחֵ֖נִי</w>
1203
+ <w>שָׂמַ֥נִי</w>
1204
+ <w>שֹׁמֵֽם׃</w>
1205
+ </v>
1206
+ <v n="12">
1207
+ <w>דָּרַ֤ךְ</w>
1208
+ <w>קַשְׁתוֹ֙</w>
1209
+ <w>וַיַּצִּיבֵ֔נִי</w>
1210
+ <w>כַּמַּטָּרָ֖א</w>
1211
+ <w>לַחֵֽץ׃</w>
1212
+ <samekh/>
1213
+ </v>
1214
+ <v n="13">
1215
+ <w>הֵבִיא֙</w>
1216
+ <w>בְּכִלְיוֹתָ֔י</w>
1217
+ <w>בְּנֵ֖י</w>
1218
+ <w>אַשְׁפָּתֽוֹ׃</w>
1219
+ </v>
1220
+ <v n="14">
1221
+ <w>הָיִ֤יתִי</w>
1222
+ <w>שְּׂחֹק֙</w>
1223
+ <w>לְכָל־</w>
1224
+ <w>עַמִּ֔י</w>
1225
+ <w>נְגִינָתָ֖ם</w>
1226
+ <w>כָּל־</w>
1227
+ <w>הַיּֽוֹם׃</w>
1228
+ </v>
1229
+ <v n="15">
1230
+ <w>הִשְׂבִּיעַ֥נִי</w>
1231
+ <w>בַמְּרוֹרִ֖ים</w>
1232
+ <w>הִרְוַ֥נִי</w>
1233
+ <w>לַעֲנָֽה׃</w>
1234
+ <samekh/>
1235
+ </v>
1236
+ <v n="16">
1237
+ <w>וַיַּגְרֵ֤ס</w>
1238
+ <w>בֶּֽחָצָץ֙</w>
1239
+ <w>שִׁנָּ֔י</w>
1240
+ <w>הִכְפִּישַׁ֖נִי</w>
1241
+ <w>בָּאֵֽפֶר׃</w>
1242
+ </v>
1243
+ <v n="17">
1244
+ <w>וַתִּזְנַ֧ח</w>
1245
+ <w>מִשָּׁל֛וֹם</w>
1246
+ <w>נַפְשִׁ֖י</w>
1247
+ <w>נָשִׁ֥יתִי</w>
1248
+ <w>טוֹבָֽה׃</w>
1249
+ </v>
1250
+ <v n="18">
1251
+ <w>וָאֹמַר֙</w>
1252
+ <w>אָבַ֣ד</w>
1253
+ <w>נִצְחִ֔י</w>
1254
+ <w>וְתוֹחַלְתִּ֖י</w>
1255
+ <w>מֵיְהוָֽה׃</w>
1256
+ <samekh/>
1257
+ </v>
1258
+ <v n="19">
1259
+ <w>זְכָר־</w>
1260
+ <w>עָנְיִ֥י</w>
1261
+ <w>וּמְרוּדִ֖י</w>
1262
+ <w>לַעֲנָ֥ה</w>
1263
+ <w>וָרֹֽאשׁ׃</w>
1264
+ </v>
1265
+ <v n="20">
1266
+ <w>זָכ֣וֹר</w>
1267
+ <w>תִּזְכּ֔וֹר</w>
1268
+ <k>ותשיח</k>
1269
+ <q>וְתָשׁ֥וֹחַ</q>
1270
+ <w>עָלַ֖י</w>
1271
+ <w>נַפְשִֽׁי׃</w>
1272
+ </v>
1273
+ <v n="21">
1274
+ <w>זֹ֛את</w>
1275
+ <w>אָשִׁ֥יב</w>
1276
+ <w>אֶל־</w>
1277
+ <w>לִבִּ֖י</w>
1278
+ <w>עַל־</w>
1279
+ <w>כֵּ֥ן</w>
1280
+ <w>אוֹחִֽיל׃</w>
1281
+ <samekh/>
1282
+ </v>
1283
+ <v n="22">
1284
+ <w>חַֽסְדֵ֤י</w>
1285
+ <w>יְהוָה֙</w>
1286
+ <w>כִּ֣י</w>
1287
+ <w>לֹא־</w>
1288
+ <w>תָ֔מְנוּ</w>
1289
+ <w>כִּ֥י</w>
1290
+ <w>לֹא־</w>
1291
+ <w>כָל֖וּ</w>
1292
+ <w>רַחֲמָֽיו׃</w>
1293
+ </v>
1294
+ <v n="23">
1295
+ <w>חֲדָשִׁים֙</w>
1296
+ <w>לַבְּקָרִ֔ים</w>
1297
+ <w>רַבָּ֖ה</w>
1298
+ <w>אֱמוּנָתֶֽךָ׃</w>
1299
+ </v>
1300
+ <v n="24">
1301
+ <w>חֶלְקִ֤י</w>
1302
+ <w>יְהוָה֙</w>
1303
+ <w>אָמְרָ֣ה</w>
1304
+ <w>נַפְשִׁ֔י</w>
1305
+ <w>עַל־</w>
1306
+ <w>כֵּ֖ן</w>
1307
+ <w>אוֹחִ֥יל</w>
1308
+ <w>לֽוֹ׃</w>
1309
+ <samekh/>
1310
+ </v>
1311
+ <v n="25">
1312
+ <w>ט֤וֹב</w>
1313
+ <w>יְהוָה֙</w>
1314
+ <w>לְקֹוָ֔ו</w>
1315
+ <w>לְנֶ֖פֶשׁ</w>
1316
+ <w>תִּדְרְשֶֽׁנּוּ׃</w>
1317
+ </v>
1318
+ <v n="26">
1319
+ <w>ט֤וֹב</w>
1320
+ <w>וְיָחִיל֙</w>
1321
+ <w>וְדוּמָ֔ם</w>
1322
+ <w>לִתְשׁוּעַ֖ת</w>
1323
+ <w>יְהוָֽה׃</w>
1324
+ </v>
1325
+ <v n="27">
1326
+ <w>ט֣וֹב</w>
1327
+ <w>לַגֶּ֔בֶר</w>
1328
+ <w>כִּֽי־</w>
1329
+ <w>יִשָּׂ֥א</w>
1330
+ <w>עֹ֖ל</w>
1331
+ <w>בִּנְעוּרָֽיו׃</w>
1332
+ <samekh/>
1333
+ </v>
1334
+ <v n="28">
1335
+ <w>יֵשֵׁ֤ב</w>
1336
+ <w>בָּדָד֙</w>
1337
+ <w>וְיִדֹּ֔ם</w>
1338
+ <w>כִּ֥י</w>
1339
+ <w>נָטַ֖ל</w>
1340
+ <w>עָלָֽיו׃</w>
1341
+ </v>
1342
+ <v n="29">
1343
+ <w>יִתֵּ֤ן</w>
1344
+ <w>בֶּֽעָפָר֙</w>
1345
+ <w>פִּ֔יהוּ</w>
1346
+ <w>אוּלַ֖י</w>
1347
+ <w>יֵ֥שׁ</w>
1348
+ <w>תִּקְוָֽה׃</w>
1349
+ </v>
1350
+ <v n="30">
1351
+ <w>יִתֵּ֧ן</w>
1352
+ <w>לְמַכֵּ֛הוּ</w>
1353
+ <w>לֶ֖חִי</w>
1354
+ <w>יִשְׂבַּ֥ע</w>
1355
+ <w>בְּחֶרְפָּֽה׃</w>
1356
+ <samekh/>
1357
+ </v>
1358
+ <v n="31">
1359
+ <w>כִּ֣י</w>
1360
+ <w>לֹ֥א</w>
1361
+ <w>יִזְנַ֛ח</w>
1362
+ <w>לְעוֹלָ֖ם</w>
1363
+ <w>אֲדֹנָֽי׃</w>
1364
+ </v>
1365
+ <v n="32">
1366
+ <w>כִּ֣י</w>
1367
+ <w>אִם־</w>
1368
+ <w>הוֹגָ֔ה</w>
1369
+ <w>וְרִחַ֖ם</w>
1370
+ <w>כְּרֹ֥ב</w>
1371
+ <k>חסדו</k>
1372
+ <q>חֲסָדָֽיו׃</q>
1373
+ </v>
1374
+ <v n="33">
1375
+ <w>כִּ֣י</w>
1376
+ <w>לֹ֤א</w>
1377
+ <w>עִנָּה֙</w>
1378
+ <w>מִלִבּ֔וֹ</w>
1379
+ <w>וַיַּגֶּ֖ה</w>
1380
+ <w>בְ<x>t</x>נֵי־</w>
1381
+ <w>אִֽישׁ׃</w>
1382
+ <samekh/>
1383
+ </v>
1384
+ <v n="34">
1385
+ <w>לְדַכֵּא֙</w>
1386
+ <w>תַּ֣חַת</w>
1387
+ <w>רַגְלָ֔יו</w>
1388
+ <w>כֹּ֖ל</w>
1389
+ <w>אֲסִ֥ירֵי</w>
1390
+ <w>אָֽרֶץ׃</w>
1391
+ </v>
1392
+ <v n="35">
1393
+ <w>לְהַטּוֹת֙</w>
1394
+ <w>מִשְׁפַּט־</w>
1395
+ <w>גָּ֔בֶר</w>
1396
+ <w>נֶ֖גֶד</w>
1397
+ <w>פְּנֵ֥י</w>
1398
+ <w>עֶלְיֽוֹן׃</w>
1399
+ </v>
1400
+ <v n="36">
1401
+ <w>לְעַוֵּ֤ת</w>
1402
+ <w>אָדָם֙</w>
1403
+ <w>בְּרִיב֔וֹ</w>
1404
+ <w>אֲדֹנָ֖י</w>
1405
+ <w>לֹ֥א</w>
1406
+ <w>רָאָֽה׃</w>
1407
+ <samekh/>
1408
+ </v>
1409
+ <v n="37">
1410
+ <w>מִ֣י</w>
1411
+ <w>זֶ֤ה</w>
1412
+ <w>אָמַר֙</w>
1413
+ <w>וַתֶּ֔הִי</w>
1414
+ <w>אֲדֹנָ֖י</w>
1415
+ <w>לֹ֥א</w>
1416
+ <w>צִוָּֽה׃</w>
1417
+ </v>
1418
+ <v n="38">
1419
+ <w>מִפִּ֤י</w>
1420
+ <w>עֶלְיוֹן֙</w>
1421
+ <w>לֹ֣א</w>
1422
+ <w>תֵצֵ֔א</w>
1423
+ <w>הָרָע֖וֹת</w>
1424
+ <w>וְהַטּֽוֹב׃</w>
1425
+ </v>
1426
+ <v n="39">
1427
+ <w>מַה־</w>
1428
+ <w>יִּתְאוֹנֵן֙</w>
1429
+ <w>אָדָ֣ם</w>
1430
+ <w>חָ֔י</w>
1431
+ <w>גֶּ֖בֶר</w>
1432
+ <w>עַל־</w>
1433
+ <k>חטאו</k>
1434
+ <q>חֲטָאָֽיו׃</q>
1435
+ <samekh/>
1436
+ </v>
1437
+ <v n="40">
1438
+ <w>נַחְפְּשָׂ֤ה</w>
1439
+ <w>דְרָכֵ֙ינוּ֙</w>
1440
+ <w>וְֽנַחְקֹ֔רָה</w>
1441
+ <w>וְנָשׁ֖וּבָה</w>
1442
+ <w>עַד־</w>
1443
+ <w>יְהוָֽה׃</w>
1444
+ </v>
1445
+ <v n="41">
1446
+ <w>נִשָּׂ֤א</w>
1447
+ <w>לְבָבֵ֙נוּ֙</w>
1448
+ <w>אֶל־</w>
1449
+ <w>כַּפָּ֔יִם</w>
1450
+ <w>אֶל־</w>
1451
+ <w>אֵ֖ל</w>
1452
+ <w>בַּשָּׁמָֽיִם׃</w>
1453
+ </v>
1454
+ <v n="42">
1455
+ <w>נַ֤חְנוּ</w>
1456
+ <w>פָשַׁ֙עְנוּ֙</w>
1457
+ <w>וּמָרִ֔ינוּ</w>
1458
+ <w>אַתָּ֖ה</w>
1459
+ <w>לֹ֥א</w>
1460
+ <w>סָלָֽחְתָּ׃</w>
1461
+ <samekh/>
1462
+ </v>
1463
+ <v n="43">
1464
+ <w>סַכֹּ֤תָה</w>
1465
+ <w>בָאַף֙</w>
1466
+ <w>וַֽתִּרְדְּפֵ֔נוּ</w>
1467
+ <w>הָרַ֖גְתָּ</w>
1468
+ <w>לֹ֥א</w>
1469
+ <w>חָמָֽ��ְתָּ׃</w>
1470
+ </v>
1471
+ <v n="44">
1472
+ <w>סַכּ֤וֹתָה</w>
1473
+ <w>בֶֽעָנָן֙</w>
1474
+ <w>לָ֔ךְ</w>
1475
+ <w>מֵעֲב֖וֹר</w>
1476
+ <w>תְּפִלָּֽה׃</w>
1477
+ </v>
1478
+ <v n="45">
1479
+ <w>סְחִ֧י</w>
1480
+ <w>וּמָא֛וֹס</w>
1481
+ <w>תְּשִׂימֵ֖נוּ</w>
1482
+ <w>בְּקֶ֥רֶב</w>
1483
+ <w>הָעַמִּֽים׃</w>
1484
+ <samekh/>
1485
+ </v>
1486
+ <v n="46">
1487
+ <w>פָּצ֥וּ</w>
1488
+ <w>עָלֵ֛ינוּ</w>
1489
+ <w>פִּיהֶ֖ם</w>
1490
+ <w>כָּל־</w>
1491
+ <w>אֹיְבֵֽינוּ׃</w>
1492
+ </v>
1493
+ <v n="47">
1494
+ <w>פַּ֧חַד</w>
1495
+ <w>וָפַ֛חַת</w>
1496
+ <w>הָ֥יָה</w>
1497
+ <w>לָ֖נוּ</w>
1498
+ <w>הַשֵּׁ֥את</w>
1499
+ <w>וְהַשָּֽׁבֶר׃</w>
1500
+ </v>
1501
+ <v n="48">
1502
+ <w>פַּלְגֵי־</w>
1503
+ <w>מַ֙יִם֙</w>
1504
+ <w>תֵּרַ֣ד</w>
1505
+ <w>עֵינִ֔י</w>
1506
+ <w>עַל־</w>
1507
+ <w>שֶׁ֖בֶר</w>
1508
+ <w>בַּת־</w>
1509
+ <w>עַמִּֽי׃</w>
1510
+ <samekh/>
1511
+ </v>
1512
+ <v n="49">
1513
+ <w>עֵינִ֧י</w>
1514
+ <w>נִגְּרָ֛ה</w>
1515
+ <w>וְלֹ֥א</w>
1516
+ <w>תִדְמֶ֖ה</w>
1517
+ <w>מֵאֵ֥ין</w>
1518
+ <w>הֲפֻגֽוֹת׃</w>
1519
+ </v>
1520
+ <v n="50">
1521
+ <w>עַד־</w>
1522
+ <w>יַשְׁקִ֣יף</w>
1523
+ <w>וְיֵ֔רֶא</w>
1524
+ <w>יְהוָ֖ה</w>
1525
+ <w>מִשָּׁמָֽיִם׃</w>
1526
+ </v>
1527
+ <v n="51">
1528
+ <w>עֵינִי֙</w>
1529
+ <w>עֽוֹלְלָ֣ה</w>
1530
+ <w>לְנַפְשִׁ֔י</w>
1531
+ <w>מִכֹּ֖ל</w>
1532
+ <w>בְּנ֥וֹת</w>
1533
+ <w>עִירִֽי׃</w>
1534
+ <samekh/>
1535
+ </v>
1536
+ <v n="52">
1537
+ <w>צ֥וֹד</w>
1538
+ <w>צָד֛וּנִי</w>
1539
+ <w>כַּצִּפּ֖וֹר</w>
1540
+ <w>אֹיְבַ֥י</w>
1541
+ <w>חִנָּֽם׃</w>
1542
+ </v>
1543
+ <v n="53">
1544
+ <w>צָֽמְת֤וּ</w>
1545
+ <w>בַבּוֹר֙</w>
1546
+ <w>חַיָּ֔י</w>
1547
+ <w>וַיַּדּוּ־</w>
1548
+ <w>אֶ֖בֶן</w>
1549
+ <w>בִּֽי׃</w>
1550
+ </v>
1551
+ <v n="54">
1552
+ <w>צָֽפוּ־</w>
1553
+ <w>מַ֥יִם</w>
1554
+ <w>עַל־</w>
1555
+ <w>רֹאשִׁ֖י</w>
1556
+ <w>אָמַ֥רְתִּי</w>
1557
+ <w>נִגְזָֽרְתִּי׃</w>
1558
+ <samekh/>
1559
+ </v>
1560
+ <v n="55">
1561
+ <w>קָרָ֤אתִי</w>
1562
+ <w>שִׁמְךָ֙</w>
1563
+ <w>יְהוָ֔ה</w>
1564
+ <w>מִבּ֖וֹר</w>
1565
+ <w>תַּחְתִּיּֽוֹת׃</w>
1566
+ </v>
1567
+ <v n="56">
1568
+ <w>קוֹלִ֖י</w>
1569
+ <w>שָׁמָ֑עְתָּ</w>
1570
+ <w>אַל־</w>
1571
+ <w>תַּעְלֵ֧ם</w>
1572
+ <w>אָזְנְךָ֛</w>
1573
+ <w>לְרַוְחָתִ֖י</w>
1574
+ <w>לְשַׁוְעָתִֽי׃</w>
1575
+ </v>
1576
+ <v n="57">
1577
+ <w>קָרַ֙בְתָּ֙</w>
1578
+ <w>בְּי֣וֹם</w>
1579
+ <w>אֶקְרָאֶ֔ךָּ</w>
1580
+ <w>אָמַ֖רְתָּ</w>
1581
+ <w>אַל־</w>
1582
+ <w>תִּירָֽא׃</w>
1583
+ <samekh/>
1584
+ </v>
1585
+ <v n="58">
1586
+ <w>רַ֧בְתָּ</w>
1587
+ <w>אֲדֹנָ֛י</w>
1588
+ <w>רִיבֵ֥י</w>
1589
+ <w>נַפְשִׁ֖י</w>
1590
+ <w>גָּאַ֥לְתָּ</w>
1591
+ <w>חַיָּֽי׃</w>
1592
+ </v>
1593
+ <v n="59">
1594
+ <w>רָאִ֤יתָה</w>
1595
+ <w>יְהוָה֙</w>
1596
+ <w>עַוָּ֣תָתִ֔י</w>
1597
+ <w>שָׁפְטָ֖ה</w>
1598
+ <w>מִשְׁפָּטִֽי׃</w>
1599
+ </v>
1600
+ <v n="60">
1601
+ <w>רָאִ֙יתָה֙</w>
1602
+ <w>כָּל־</w>
1603
+ <w>נִקְמָתָ֔ם</w>
1604
+ <w>כָּל־</w>
1605
+ <w>מַחְשְׁבֹתָ֖ם</w>
1606
+ <w>לִֽי׃</w>
1607
+ <samekh/>
1608
+ </v>
1609
+ <v n="61">
1610
+ <w>שָׁמַ֤עְתָּ</w>
1611
+ <w>חֶרְפָּתָם֙</w>
1612
+ <w>יְהוָ֔ה</w>
1613
+ <w>כָּל־</w>
1614
+ <w>מַחְשְׁבֹתָ֖ם</w>
1615
+ <w>עָלָֽי׃</w>
1616
+ </v>
1617
+ <v n="62">
1618
+ <w>שִׂפְתֵ֤י</w>
1619
+ <w>קָמַי֙</w>
1620
+ <w>וְהֶגְיוֹנָ֔ם</w>
1621
+ <w>עָלַ֖י</w>
1622
+ <w>כָּל־</w>
1623
+ <w>הַיּֽוֹם׃</w>
1624
+ </v>
1625
+ <v n="63">
1626
+ <w>שִׁבְתָּ֤ם</w>
1627
+ <w>וְקִֽימָתָם֙</w>
1628
+ <w>הַבִּ֔יטָה</w>
1629
+ <w>אֲנִ֖י</w>
1630
+ <w>מַנְגִּינָתָֽם׃</w>
1631
+ <samekh/>
1632
+ </v>
1633
+ <v n="64">
1634
+ <w>תָּשִׁ֨יב</w>
1635
+ <w>לָהֶ֥ם</w>
1636
+ <w>גְּמ֛וּל</w>
1637
+ <w>יְהוָ֖ה</w>
1638
+ <w>כְּמַעֲשֵׂ֥ה</w>
1639
+ <w>יְדֵיהֶֽם׃</w>
1640
+ </v>
1641
+ <v n="65">
1642
+ <w>תִּתֵּ֤ן</w>
1643
+ <w>לָהֶם֙</w>
1644
+ <w>מְגִנַּת־</w>
1645
+ <w>לֵ֔ב</w>
1646
+ <w>תַּאֲלָֽתְךָ֖</w>
1647
+ <w>ל��הֶֽם׃</w>
1648
+ </v>
1649
+ <v n="66">
1650
+ <w>תִּרְדֹּ֤ף</w>
1651
+ <w>בְּאַף֙</w>
1652
+ <w>וְתַשְׁמִידֵ֔ם</w>
1653
+ <w>מִתַּ֖חַת</w>
1654
+ <w>שְׁמֵ֥י</w>
1655
+ <w>יְהוָֽה׃</w>
1656
+ <pe/>
1657
+ </v>
1658
+ <vs>66</vs>
1659
+ </c>
1660
+ <c n="4">
1661
+ <v n="1">
1662
+ <w>אֵיכָה֙</w>
1663
+ <w>יוּעַ֣ם</w>
1664
+ <w>זָהָ֔ב</w>
1665
+ <w>יִשְׁנֶ֖א</w>
1666
+ <w>הַכֶּ֣תֶם</w>
1667
+ <w>הַטּ֑וֹב</w>
1668
+ <w>תִּשְׁתַּפֵּ֙כְנָה֙</w>
1669
+ <w>אַבְנֵי־</w>
1670
+ <w>קֹ֔דֶשׁ</w>
1671
+ <w>בְּרֹ֖אשׁ</w>
1672
+ <w>כָּל־</w>
1673
+ <w>חוּצֽוֹת׃</w>
1674
+ <samekh/>
1675
+ </v>
1676
+ <v n="2">
1677
+ <w>בְּנֵ֤י</w>
1678
+ <w>צִיּוֹן֙</w>
1679
+ <w>הַיְקָרִ֔ים</w>
1680
+ <w>הַמְסֻלָּאִ֖ים</w>
1681
+ <w>בַּפָּ֑ז</w>
1682
+ <w>אֵיכָ֤ה</w>
1683
+ <w>נֶחְשְׁבוּ֙</w>
1684
+ <w>לְנִבְלֵי־</w>
1685
+ <w>חֶ֔רֶשׂ</w>
1686
+ <w>מַעֲשֵׂ֖ה</w>
1687
+ <w>יְדֵ֥י</w>
1688
+ <w>יוֹצֵֽר׃</w>
1689
+ <samekh/>
1690
+ </v>
1691
+ <v n="3">
1692
+ <w>גַּם־</w>
1693
+ <k>תנין</k>
1694
+ <q>תַּנִּים֙</q>
1695
+ <w>חָ֣לְצוּ</w>
1696
+ <w>שַׁ֔ד</w>
1697
+ <w>הֵינִ֖יקוּ</w>
1698
+ <w>גּוּרֵיהֶ֑ן</w>
1699
+ <w>בַּת־</w>
1700
+ <w>עַמִּ֣י</w>
1701
+ <w>לְאַכְזָ֔ר</w>
1702
+ <k>כי</k>
1703
+ <k>ענים</k>
1704
+ <q>כַּיְעֵנִ֖ים</q>
1705
+ <w>בַּמִּדְבָּֽר׃</w>
1706
+ <samekh/>
1707
+ </v>
1708
+ <v n="4">
1709
+ <w>דָּבַ֨ק</w>
1710
+ <w>לְשׁ֥וֹן</w>
1711
+ <w>יוֹנֵ֛ק</w>
1712
+ <w>אֶל־</w>
1713
+ <w>חִ<x>t</x>כּ֖וֹ</w>
1714
+ <w>בַּצָּמָ֑א</w>
1715
+ <w>עֽוֹלָלִים֙</w>
1716
+ <w>שָׁ֣אֲלוּ</w>
1717
+ <w>לֶ֔חֶם</w>
1718
+ <w>פֹּרֵ֖שׂ</w>
1719
+ <w>אֵ֥ין</w>
1720
+ <w>לָהֶֽם׃</w>
1721
+ <samekh/>
1722
+ </v>
1723
+ <v n="5">
1724
+ <w>הָאֹֽכְלִים֙</w>
1725
+ <w>לְמַ֣עֲדַנִּ֔ים</w>
1726
+ <w>נָשַׁ֖מּוּ</w>
1727
+ <w>בַּחוּצ֑וֹת</w>
1728
+ <w>הָאֱמֻנִים֙</w>
1729
+ <w>עֲלֵ֣י</w>
1730
+ <w>תוֹלָ֔ע</w>
1731
+ <w>חִבְּק֖וּ</w>
1732
+ <w>אַשְׁפַּתּֽוֹת׃</w>
1733
+ <samekh/>
1734
+ </v>
1735
+ <v n="6">
1736
+ <w>וַיִּגְדַּל֙</w>
1737
+ <w>עֲוֺ֣ן</w>
1738
+ <w>בַּת־</w>
1739
+ <w>עַמִּ֔י</w>
1740
+ <w>מֵֽחַטַּ֖את</w>
1741
+ <w>סְדֹ֑ם</w>
1742
+ <w>הַֽהֲפוּכָ֣ה</w>
1743
+ <w>כְמוֹ־</w>
1744
+ <w>רָ֔גַע</w>
1745
+ <w>וְלֹא־</w>
1746
+ <w>חָ֥לוּ</w>
1747
+ <w>בָ֖הּ</w>
1748
+ <w>יָדָֽיִם׃</w>
1749
+ <samekh/>
1750
+ </v>
1751
+ <v n="7">
1752
+ <w>זַכּ֤וּ</w>
1753
+ <w>נְזִירֶ֙יהָ֙</w>
1754
+ <w>מִשֶּׁ֔<x>t</x>לֶג</w>
1755
+ <w>צַח֖וּ</w>
1756
+ <w>מֵחָלָ֑ב</w>
1757
+ <w>אָ֤דְמוּ</w>
1758
+ <w>עֶ֙צֶם֙</w>
1759
+ <w>מִפְּנִינִ֔ים</w>
1760
+ <w>סַפִּ֖יר</w>
1761
+ <w>גִּזְרָתָֽם׃</w>
1762
+ <samekh/>
1763
+ </v>
1764
+ <v n="8">
1765
+ <w>חָשַׁ֤ךְ</w>
1766
+ <w>מִשְּׁחוֹר֙</w>
1767
+ <w>תָּֽאֳרָ֔ם</w>
1768
+ <w>לֹ֥א</w>
1769
+ <w>נִכְּר֖וּ</w>
1770
+ <w>בַּחוּצ֑וֹת</w>
1771
+ <w>צָפַ֤ד</w>
1772
+ <w>עוֹרָם֙</w>
1773
+ <w>עַל־</w>
1774
+ <w>עַצְמָ֔ם</w>
1775
+ <w>יָבֵ֖שׁ</w>
1776
+ <w>הָיָ֥ה</w>
1777
+ <w>כָעֵֽץ׃</w>
1778
+ <samekh/>
1779
+ </v>
1780
+ <v n="9">
1781
+ <w>טוֹבִ֤ים</w>
1782
+ <w>הָיוּ֙</w>
1783
+ <w>חַלְלֵי־</w>
1784
+ <w>חֶ֔רֶב</w>
1785
+ <w>מֵֽחַלְלֵ֖י</w>
1786
+ <w>רָעָ֑ב</w>
1787
+ <w>שֶׁ֣הֵ֤ם</w>
1788
+ <w>יָז֙וּבוּ֙</w>
1789
+ <w>מְדֻקָּרִ֔ים</w>
1790
+ <w>מִתְּנוּבֹ֖ת</w>
1791
+ <w>שָׂדָֽי׃</w>
1792
+ <samekh/>
1793
+ </v>
1794
+ <v n="10">
1795
+ <w>יְדֵ֗י</w>
1796
+ <w>נָשִׁים֙</w>
1797
+ <w>רַחֲמָ֣נִיּ֔וֹת</w>
1798
+ <w>בִּשְּׁל֖וּ</w>
1799
+ <w>יַלְדֵיהֶ֑ן</w>
1800
+ <w>הָי֤וּ</w>
1801
+ <w>לְבָרוֹת֙</w>
1802
+ <w>לָ֔מוֹ</w>
1803
+ <w>בְּשֶׁ֖בֶר</w>
1804
+ <w>בַּת־</w>
1805
+ <w>עַמִּֽי׃</w>
1806
+ <samekh/>
1807
+ </v>
1808
+ <v n="11">
1809
+ <w>כִּלָּ֤ה</w>
1810
+ <w>יְהוָה֙</w>
1811
+ <w>אֶת־</w>
1812
+ <w>חֲמָת֔וֹ</w>
1813
+ <w>שָׁפַ֖ךְ</w>
1814
+ <w>חֲר֣וֹן</w>
1815
+ <w>אַפּ֑וֹ</w>
1816
+ <w>וַיַּצֶּת־</w>
1817
+ <w>אֵ֣שׁ</w>
1818
+ <w>בְּצִיּ֔וֹן</w>
1819
+ <w>ו��תֹּ֖אכַל</w>
1820
+ <w>יְסוֹדֹתֶֽיהָ׃</w>
1821
+ <samekh/>
1822
+ </v>
1823
+ <v n="12">
1824
+ <w>לֹ֤א</w>
1825
+ <w>הֶאֱמִ֙ינוּ֙</w>
1826
+ <w>מַלְכֵי־</w>
1827
+ <w>אֶ֔רֶץ</w>
1828
+ <k>וכל</k>
1829
+ <q>כֹּ֖ל</q>
1830
+ <w>יֹשְׁבֵ֣י</w>
1831
+ <w>תֵבֵ֑ל</w>
1832
+ <w>כִּ֤י</w>
1833
+ <w>יָבֹא֙</w>
1834
+ <w>צַ֣ר</w>
1835
+ <w>וְאוֹיֵ֔ב</w>
1836
+ <w>בְּשַׁעֲרֵ֖י</w>
1837
+ <w>יְרוּשָׁלָֽ͏ִם׃</w>
1838
+ <samekh/>
1839
+ </v>
1840
+ <v n="13">
1841
+ <w>מֵֽחַטֹּ֣את</w>
1842
+ <w>נְבִיאֶ֔יהָ</w>
1843
+ <w>עֲוֺנ֖וֹת</w>
1844
+ <w>כֹּהֲנֶ֑יהָ</w>
1845
+ <w>הַשֹּׁפְכִ֥ים</w>
1846
+ <w>בְּקִרְבָּ֖הּ</w>
1847
+ <w>דַּ֥ם</w>
1848
+ <w>צַדִּיקִֽים׃</w>
1849
+ <samekh/>
1850
+ </v>
1851
+ <v n="14">
1852
+ <w>נָע֤וּ</w>
1853
+ <w>עִוְרִים֙</w>
1854
+ <w>בַּֽחוּצ֔וֹת</w>
1855
+ <w>נְגֹֽאֲל֖וּ</w>
1856
+ <w>בַּדָּ֑ם</w>
1857
+ <w>בְּלֹ֣א</w>
1858
+ <w>יֽוּכְל֔וּ</w>
1859
+ <w>יִגְּע֖וּ</w>
1860
+ <w>בִּלְבֻשֵׁיהֶֽם׃</w>
1861
+ <samekh/>
1862
+ </v>
1863
+ <v n="15">
1864
+ <w>ס֣וּרוּ</w>
1865
+ <w>טָמֵ֞א</w>
1866
+ <w>קָ֣רְאוּ</w>
1867
+ <w>לָ֗מוֹ</w>
1868
+ <w>ס֤וּרוּ</w>
1869
+ <w>ס֙וּרוּ֙</w>
1870
+ <w>אַל־</w>
1871
+ <w>תִּגָּ֔עוּ</w>
1872
+ <w>כִּ֥י</w>
1873
+ <w>נָצ֖וּ</w>
1874
+ <w>גַּם־</w>
1875
+ <w>נָ֑עוּ</w>
1876
+ <w>אָֽמְרוּ֙</w>
1877
+ <w>בַּגּוֹיִ֔ם</w>
1878
+ <w>לֹ֥א</w>
1879
+ <w>יוֹסִ֖יפוּ</w>
1880
+ <w>לָגֽוּר׃</w>
1881
+ <samekh/>
1882
+ </v>
1883
+ <v n="16">
1884
+ <w>פְּנֵ֤י</w>
1885
+ <w>יְהוָה֙</w>
1886
+ <w>חִלְּקָ֔ם</w>
1887
+ <w>לֹ֥א</w>
1888
+ <w>יוֹסִ֖יף</w>
1889
+ <w>לְהַבִּיטָ֑ם</w>
1890
+ <w>פְּנֵ֤י</w>
1891
+ <w>כֹהֲנִים֙</w>
1892
+ <w>לֹ֣א</w>
1893
+ <w>נָשָׂ֔אוּ</w>
1894
+ <k>זקנים</k>
1895
+ <q>ו<x>q</x>זְקֵנִ֖ים</q>
1896
+ <w>לֹ֥א</w>
1897
+ <w>חָנָֽנוּ׃</w>
1898
+ <samekh/>
1899
+ </v>
1900
+ <v n="17">
1901
+ <k>עודינה</k>
1902
+ <q>עוֹדֵ֙ינוּ֙</q>
1903
+ <w>תִּכְלֶ֣ינָה</w>
1904
+ <w>עֵינֵ֔ינוּ</w>
1905
+ <w>אֶל־</w>
1906
+ <w>עֶזְרָתֵ֖נוּ</w>
1907
+ <w>הָ֑בֶל</w>
1908
+ <w>בְּצִפִּיָּתֵ֣נוּ</w>
1909
+ <w>צִפִּ֔ינוּ</w>
1910
+ <w>אֶל־</w>
1911
+ <w>גּ֖וֹי</w>
1912
+ <w>לֹ֥א</w>
1913
+ <w>יוֹשִֽׁעַ׃</w>
1914
+ <samekh/>
1915
+ </v>
1916
+ <v n="18">
1917
+ <w>צָד֣וּ</w>
1918
+ <w>צְעָדֵ֔ינוּ</w>
1919
+ <w>מִלֶּ֖כֶת</w>
1920
+ <w>בִּרְחֹבֹתֵ֑ינוּ</w>
1921
+ <w>קָרַ֥ב</w>
1922
+ <w>קִצֵּ֛ינוּ</w>
1923
+ <w>מָלְא֥וּ</w>
1924
+ <w>יָמֵ֖ינוּ</w>
1925
+ <w>כִּי־</w>
1926
+ <w>בָ֥א</w>
1927
+ <w>קִצֵּֽינוּ׃</w>
1928
+ <samekh/>
1929
+ </v>
1930
+ <v n="19">
1931
+ <w>קַלִּ֤ים</w>
1932
+ <w>הָיוּ֙</w>
1933
+ <w>רֹדְפֵ֔ינוּ</w>
1934
+ <w>מִנִּשְׁרֵ֖י</w>
1935
+ <w>שָׁמָ֑יִם</w>
1936
+ <w>עַל־</w>
1937
+ <w>הֶהָרִ֣ים</w>
1938
+ <w>דְּלָקֻ֔נוּ</w>
1939
+ <w>בַּמִּדְבָּ֖ר</w>
1940
+ <w>אָ֥רְבוּ</w>
1941
+ <w>לָֽנוּ׃</w>
1942
+ <samekh/>
1943
+ </v>
1944
+ <v n="20">
1945
+ <w>ר֤וּחַ</w>
1946
+ <w>אַפֵּ֙ינוּ֙</w>
1947
+ <w>מְשִׁ֣יחַ</w>
1948
+ <w>יְהוָ֔ה</w>
1949
+ <w>נִלְכַּ֖ד</w>
1950
+ <w>בִּשְׁחִיתוֹתָ֑ם</w>
1951
+ <w>אֲשֶׁ֣ר</w>
1952
+ <w>אָמַ֔רְנוּ</w>
1953
+ <w>בְּצִלּ֖וֹ</w>
1954
+ <w>נִֽחְיֶ֥ה</w>
1955
+ <w>בַגּוֹיִֽם׃</w>
1956
+ <samekh/>
1957
+ </v>
1958
+ <v n="21">
1959
+ <w>שִׂ֤ישִׂי</w>
1960
+ <w>וְשִׂמְחִי֙</w>
1961
+ <w>בַּת־</w>
1962
+ <w>אֱד֔וֹם</w>
1963
+ <k>יושבתי</k>
1964
+ <q>יוֹשֶׁ֖בֶת</q>
1965
+ <w>בְּאֶ֣רֶץ</w>
1966
+ <w>ע֑וּץ</w>
1967
+ <w>גַּם־</w>
1968
+ <w>עָלַ֙יִךְ֙</w>
1969
+ <w>תַּעֲבָר־</w>
1970
+ <w>כּ֔וֹס</w>
1971
+ <w>תִּשְׁכְּרִ֖י</w>
1972
+ <w>וְתִתְעָרִֽי׃</w>
1973
+ <samekh/>
1974
+ </v>
1975
+ <v n="22">
1976
+ <w>תַּם־</w>
1977
+ <w>עֲוֺנֵךְ֙</w>
1978
+ <w>בַּת־</w>
1979
+ <w>צִיּ֔וֹן</w>
1980
+ <w>לֹ֥א</w>
1981
+ <w>יוֹסִ֖יף</w>
1982
+ <w>לְהַגְלוֹתֵ֑ךְ</w>
1983
+ <w>פָּקַ֤ד</w>
1984
+ <w>עֲוֺנֵךְ֙</w>
1985
+ <w>בַּת־</w>
1986
+ <w>אֱד֔וֹם</w>
1987
+ <w>גִּלָּ��ה</w>
1988
+ <w>עַל־</w>
1989
+ <w>חַטֹּאתָֽיִךְ׃</w>
1990
+ <pe/>
1991
+ </v>
1992
+ <vs>22</vs>
1993
+ </c>
1994
+ <c n="5">
1995
+ <v n="1">
1996
+ <w>זְכֹ֤ר</w>
1997
+ <w>יְהוָה֙</w>
1998
+ <w>מֶֽה־</w>
1999
+ <w>הָ֣יָה</w>
2000
+ <w>לָ֔נוּ</w>
2001
+ <k>הביט</k>
2002
+ <q>הַבִּ֖יטָה</q>
2003
+ <w>וּרְאֵ֥ה</w>
2004
+ <w>אֶת־</w>
2005
+ <w>חֶרְפָּתֵֽנוּ׃</w>
2006
+ </v>
2007
+ <v n="2">
2008
+ <w>נַחֲלָתֵ֙נוּ֙</w>
2009
+ <w>נֶֽהֶפְכָ֣ה</w>
2010
+ <w>לְזָרִ֔ים</w>
2011
+ <w>בָּתֵּ֖ינוּ</w>
2012
+ <w>לְנָכְרִֽים׃</w>
2013
+ </v>
2014
+ <v n="3">
2015
+ <w>יְתוֹמִ֤ים</w>
2016
+ <w>הָיִ֙ינוּ֙</w>
2017
+ <k>אין</k>
2018
+ <q>וְאֵ֣ין</q>
2019
+ <w>אָ֔ב</w>
2020
+ <w>אִמֹּתֵ֖ינוּ</w>
2021
+ <w>כְּאַלְמָנֽוֹת׃</w>
2022
+ </v>
2023
+ <v n="4">
2024
+ <w>מֵימֵ֙ינוּ֙</w>
2025
+ <w>בְּכֶ֣סֶף</w>
2026
+ <w>שָׁתִ֔ינוּ</w>
2027
+ <w>עֵצֵ֖ינוּ</w>
2028
+ <w>בִּמְחִ֥יר</w>
2029
+ <w>יָבֹֽאוּ׃</w>
2030
+ </v>
2031
+ <v n="5">
2032
+ <w>עַ֤ל</w>
2033
+ <w>צַוָּארֵ֙נוּ֙</w>
2034
+ <w>נִרְדָּ֔פְנוּ</w>
2035
+ <w>יָגַ֖עְנוּ</w>
2036
+ <k>לא</k>
2037
+ <q>וְלֹ֥א</q>
2038
+ <w>הֽוּנַ֖ח</w>
2039
+ <w>לָֽנוּ׃</w>
2040
+ </v>
2041
+ <v n="6">
2042
+ <w>מִצְרַ֙יִם֙</w>
2043
+ <w>נָתַ֣נּוּ</w>
2044
+ <w>יָ֔ד</w>
2045
+ <w>אַשּׁ֖וּר</w>
2046
+ <w>לִשְׂבֹּ֥עַֽ</w>
2047
+ <w>לָֽחֶם׃</w>
2048
+ </v>
2049
+ <v n="7">
2050
+ <w>אֲבֹתֵ֤ינוּ</w>
2051
+ <w>חָֽטְאוּ֙</w>
2052
+ <k>אינם</k>
2053
+ <q>וְאֵינָ֔ם</q>
2054
+ <k>אנחנו</k>
2055
+ <q>וַאֲנַ֖חְנוּ</q>
2056
+ <w>עֲוֺנֹתֵיהֶ֥ם</w>
2057
+ <w>סָבָֽלְנוּ׃</w>
2058
+ </v>
2059
+ <v n="8">
2060
+ <w>עֲבָדִים֙</w>
2061
+ <w>מָ֣שְׁלוּ</w>
2062
+ <w>בָ֔נוּ</w>
2063
+ <w>פֹּרֵ֖ק</w>
2064
+ <w>אֵ֥ין</w>
2065
+ <w>מִיָּדָֽם׃</w>
2066
+ </v>
2067
+ <v n="9">
2068
+ <w>בְּנַפְשֵׁ֙נוּ֙</w>
2069
+ <w>נָבִ֣יא</w>
2070
+ <w>לַחְמֵ֔נוּ</w>
2071
+ <w>מִפְּנֵ֖י</w>
2072
+ <w>חֶ֥רֶב</w>
2073
+ <w>הַמִּדְבָּֽר׃</w>
2074
+ </v>
2075
+ <v n="10">
2076
+ <w>עוֹרֵ֙נוּ֙</w>
2077
+ <w>כְּתַנּ֣וּר</w>
2078
+ <w>נִכְמָ֔רוּ</w>
2079
+ <w>מִפְּנֵ֖י</w>
2080
+ <w>זַלְעֲפ֥וֹת</w>
2081
+ <w>רָעָֽב׃</w>
2082
+ </v>
2083
+ <v n="11">
2084
+ <w>נָשִׁים֙</w>
2085
+ <w>בְּצִיּ֣וֹן</w>
2086
+ <w>עִנּ֔וּ</w>
2087
+ <w>בְּתֻלֹ֖ת</w>
2088
+ <w>בְּעָרֵ֥י</w>
2089
+ <w>יְהוּדָֽה׃</w>
2090
+ </v>
2091
+ <v n="12">
2092
+ <w>שָׂרִים֙</w>
2093
+ <w>בְּיָדָ֣ם</w>
2094
+ <w>נִתְל֔וּ</w>
2095
+ <w>פְּנֵ֥י</w>
2096
+ <w>זְקֵנִ֖ים</w>
2097
+ <w>לֹ֥א</w>
2098
+ <w>נֶהְדָּֽרוּ׃</w>
2099
+ </v>
2100
+ <v n="13">
2101
+ <w>בַּחוּרִים֙</w>
2102
+ <w>טְח֣וֹן</w>
2103
+ <w>נָשָׂ֔אוּ</w>
2104
+ <w>וּנְעָרִ֖ים</w>
2105
+ <w>בָּעֵ֥ץ</w>
2106
+ <w>כָּשָֽׁלוּ׃</w>
2107
+ </v>
2108
+ <v n="14">
2109
+ <w>זְקֵנִים֙</w>
2110
+ <w>מִשַּׁ֣עַר</w>
2111
+ <w>שָׁבָ֔תוּ</w>
2112
+ <w>בַּחוּרִ֖ים</w>
2113
+ <w>מִנְּגִינָתָֽם׃</w>
2114
+ </v>
2115
+ <v n="15">
2116
+ <w>שָׁבַת֙</w>
2117
+ <w>מְשׂ֣וֹשׂ</w>
2118
+ <w>לִבֵּ֔נוּ</w>
2119
+ <w>נֶהְפַּ֥ךְ</w>
2120
+ <w>לְאֵ֖בֶל</w>
2121
+ <w>מְחֹלֵֽנוּ׃</w>
2122
+ </v>
2123
+ <v n="16">
2124
+ <w>נָֽפְלָה֙</w>
2125
+ <w>עֲטֶ֣רֶת</w>
2126
+ <w>רֹאשֵׁ֔נוּ</w>
2127
+ <w>אֽוֹי־</w>
2128
+ <w>נָ֥א</w>
2129
+ <w>לָ֖נוּ</w>
2130
+ <w>כִּ֥י</w>
2131
+ <w>חָטָֽאנוּ׃</w>
2132
+ </v>
2133
+ <v n="17">
2134
+ <w>עַל־</w>
2135
+ <w>זֶ֗ה</w>
2136
+ <w>הָיָ֤ה</w>
2137
+ <w>דָוֶה֙</w>
2138
+ <w>לִבֵּ֔נוּ</w>
2139
+ <w>עַל־</w>
2140
+ <w>אֵ֖לֶּה</w>
2141
+ <w>חָשְׁכ֥וּ</w>
2142
+ <w>עֵינֵֽינוּ׃</w>
2143
+ </v>
2144
+ <v n="18">
2145
+ <w>עַ֤ל</w>
2146
+ <w>הַר־</w>
2147
+ <w>צִיּוֹן֙</w>
2148
+ <w>שֶׁשָּׁמֵ֔ם</w>
2149
+ <w>שׁוּעָלִ֖ים</w>
2150
+ <w>הִלְּכוּ־</w>
2151
+ <w>בֽוֹ׃</w>
2152
+ <pe/>
2153
+ </v>
2154
+ <v n="19">
2155
+ <w>אַתָּ֤ה</w>
2156
+ <w>יְהוָה֙</w>
2157
+ <w>לְעוֹלָ֣ם</w>
2158
+ <w>תֵּשֵׁ֔ב</w>
2159
+ <w>כִּסְאֲךָ֖</w>
2160
+ <w>לְדֹ֥ר</w>
2161
+ <w>וָדֽוֹר׃</w>
2162
+ </v>
2163
+ <v n="20">
2164
+ <w>לָ֤מָּה</w>
2165
+ <w>לָנֶ֙צַח֙</w>
2166
+ <w>תִּשְׁכָּחֵ֔נוּ</w>
2167
+ <w>תַּֽעַזְבֵ֖נוּ</w>
2168
+ <w>לְאֹ֥רֶךְ</w>
2169
+ <w>יָמִֽים׃</w>
2170
+ </v>
2171
+ <v n="21">
2172
+ <w>הֲשִׁיבֵ֨נוּ</w>
2173
+ <w>יְהוָ֤ה ׀</w>
2174
+ <w>אֵלֶ֙יךָ֙</w>
2175
+ <k>ונשוב</k>
2176
+ <q>וְֽנָשׁ֔וּבָה</q>
2177
+ <w>חַדֵּ֥שׁ</w>
2178
+ <w>יָמֵ֖ינוּ</w>
2179
+ <w>כְּקֶֽדֶם׃</w>
2180
+ </v>
2181
+ <v n="22">
2182
+ <w>כִּ֚י</w>
2183
+ <w>אִם־</w>
2184
+ <w>מָאֹ֣ס</w>
2185
+ <w>מְאַסְתָּ֔נוּ</w>
2186
+ <w>קָצַ֥פְתָּ</w>
2187
+ <w>עָלֵ֖ינוּ</w>
2188
+ <w>עַד־</w>
2189
+ <w>מְאֹֽד׃</w>
2190
+ </v>
2191
+ <vs>22</vs>
2192
+ </c>
2193
+ <vs>154</vs>
2194
+ <cs>5</cs>
2195
+ </book>
2196
+ </tanach>
2197
+ <notes>
2198
+ <note>
2199
+ <code>4</code>
2200
+ <gccode>4</gccode>
2201
+ <note>Puncta extraordinaria -- an x05c4 is used to mark such marks in the text when they are above the line and an x05c5 when they are below the line. </note>
2202
+ </note>
2203
+ <note>
2204
+ <code>5</code>
2205
+ <gccode>5</gccode>
2206
+ <note>Large letter(s). Shown as large letters.</note>
2207
+ </note>
2208
+ <note>
2209
+ <code>6</code>
2210
+ <gccode>6</gccode>
2211
+ <note>Small letter(s). Shown as small letters.</note>
2212
+ </note>
2213
+ <note>
2214
+ <code>7</code>
2215
+ <gccode>7</gccode>
2216
+ <note>Suspended letter(s). Shown as suspended letters.</note>
2217
+ </note>
2218
+ <note>
2219
+ <code>8</code>
2220
+ <gccode>8</gccode>
2221
+ <note>Inverted nun in the text.</note>
2222
+ </note>
2223
+ <note>
2224
+ <code>c</code>
2225
+ <gccode>c</gccode>
2226
+ <note>Text is correct relative to LC. Usually this marks a peculiarity of the LC relative to the other Masoretic texts.</note>
2227
+ </note>
2228
+ <note>
2229
+ <code>d</code>
2230
+ <gccode>d</gccode>
2231
+ <note>This tipeha is a dehi in other texts.</note>
2232
+ </note>
2233
+ <note>
2234
+ <code>m</code>
2235
+ <gccode>m</gccode>
2236
+ <note>This meteg is a merkha in other texts.</note>
2237
+ </note>
2238
+ <note>
2239
+ <code>q</code>
2240
+ <gccode>q</gccode>
2241
+ <note>UXLC differs from the conventional word for the qere.</note>
2242
+ </note>
2243
+ <note>
2244
+ <code>t</code>
2245
+ <gccode>t</gccode>
2246
+ <note>Transcription uncertain. Examine the LC image for other possible readings.</note>
2247
+ </note>
2248
+ <note>
2249
+ <code>X</code>
2250
+ <gccode>X</gccode>
2251
+ <note>This verse does NOT occur in the Leningrad Codex. Included for continuity of verse numbering.</note>
2252
+ </note>
2253
+ <note>
2254
+ <code>y</code>
2255
+ <gccode>y</gccode>
2256
+ <note>Yatir: The preceding Hebrew letter is "superfluous".</note>
2257
+ </note>
2258
+ </notes>
2259
+ </Tanach>
texts/tanach/36_Esther.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/37_Daniel.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/38_Ezra.xml ADDED
The diff for this file is too large to render. See raw diff
 
texts/tanach/39_Nehemiah.xml ADDED
The diff for this file is too large to render. See raw diff